Package org.apache.mina.protocol.handler

Useful ProtocolHandler implementations.

See:
          Description

Interface Summary
MessageHandler A handler interface that DemuxingProtocolHandler forwards messageReceived events to.
 

Class Summary
DemuxingProtocolHandler A ProtocolHandler that demuxes messageReceived events to the appropriate MessageHandler.
 

Exception Summary
UnknownMessageTypeException An exception that is thrown when DemuxingProtocolHandler cannot find any MessageHandlers associated with the specific message type.
 

Package org.apache.mina.protocol.handler Description

Useful ProtocolHandler implementations.



Copyright © 2004-2005 . All Rights Reserved.