Uses of Interface
org.apache.mina.protocol.handler.MessageHandler

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.
 



Copyright © 2004-2007 . All Rights Reserved.