|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageHandler | |
---|---|
org.apache.mina.handler.demux | A handler implementation that helps you implement complex protocols by splitting messageReceived handlers into multiple sub-handlers. |
Uses of MessageHandler in org.apache.mina.handler.demux |
---|
Fields in org.apache.mina.handler.demux declared as MessageHandler | |
---|---|
static MessageHandler |
MessageHandler.NOOP
A MessageHandler that does nothing. |
Methods in org.apache.mina.handler.demux that return MessageHandler | |
---|---|
MessageHandler |
DemuxingIoHandler.addMessageHandler(Class type,
MessageHandler handler)
Registers a MessageHandler that receives the messages of
the specified type . |
protected MessageHandler |
DemuxingIoHandler.findHandler(Class type)
|
MessageHandler |
DemuxingIoHandler.getMessageHandler(Class type)
Returns the MessageHandler which is registered to process
the specified type . |
MessageHandler |
DemuxingIoHandler.removeMessageHandler(Class type)
Deregisters a MessageHandler that receives the messages of
the specified type . |
Methods in org.apache.mina.handler.demux with parameters of type MessageHandler | |
---|---|
MessageHandler |
DemuxingIoHandler.addMessageHandler(Class type,
MessageHandler handler)
Registers a MessageHandler that receives the messages of
the specified type . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |