|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MessageHandler | |
| org.apache.mina.protocol.handler | Useful ProtocolHandler implementations. |
| Uses of MessageHandler in org.apache.mina.protocol.handler |
| Fields in org.apache.mina.protocol.handler declared as MessageHandler | |
static MessageHandler |
MessageHandler.NOOP
A MessageHandler that does nothing. |
| Methods in org.apache.mina.protocol.handler that return MessageHandler | |
MessageHandler |
DemuxingProtocolHandler.addMessageHandler(Class type,
MessageHandler handler)
Registers a MessageHandler that receives the messages of
the specified type. |
MessageHandler |
DemuxingProtocolHandler.removeMessageHandler(Class type)
Deregisters a MessageHandler that receives the messages of
the specified type. |
MessageHandler |
DemuxingProtocolHandler.getMessageHandler(Class type)
Returns the MessageHandler which is registered to process
the specified type. |
| Methods in org.apache.mina.protocol.handler with parameters of type MessageHandler | |
MessageHandler |
DemuxingProtocolHandler.addMessageHandler(Class type,
MessageHandler handler)
Registers a MessageHandler that receives the messages of
the specified type. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||