Uses of Class
org.apache.mina.protocol.ProtocolHandlerAdapter

Packages that use ProtocolHandlerAdapter
org.apache.mina.examples.reverser Reverser server which reverses all text lines demonstating high-level protocol layer. 
org.apache.mina.examples.sumup   
org.apache.mina.protocol.handler Useful ProtocolHandler implementations. 
 

Uses of ProtocolHandlerAdapter in org.apache.mina.examples.reverser
 

Subclasses of ProtocolHandlerAdapter in org.apache.mina.examples.reverser
 class ReverseProtocolHandler
          ProtocolHandler implementation of reverser server protocol.
 

Uses of ProtocolHandlerAdapter in org.apache.mina.examples.sumup
 

Subclasses of ProtocolHandlerAdapter in org.apache.mina.examples.sumup
 class ClientSessionHandler
          ProtocolHandler for SumUp client.
 

Uses of ProtocolHandlerAdapter in org.apache.mina.protocol.handler
 

Subclasses of ProtocolHandlerAdapter in org.apache.mina.protocol.handler
 class DemuxingProtocolHandler
          A ProtocolHandler that demuxes messageReceived events to the appropriate MessageHandler.
 



Copyright © 2004-2007 . All Rights Reserved.