public interface ProtocolHandler
ProtocolHandler is used to determine the type of an incoming
message.| Modifier and Type | Method and Description |
|---|---|
boolean |
handleRequest(MessageMediator messageMediator)
This method determines the type of an incoming message and dispatches it
appropriately.
|
boolean handleRequest(MessageMediator messageMediator)
ServerRequestDispatcher to handle the request. On the client-side it may
signal a waiting thread to handle a reply.Copyright © 2020 ADDC Infotech GmbH. All rights reserved.