Uses of Interface
org.apache.mina.protocol.ProtocolDecoder

Packages that use ProtocolDecoder
org.apache.mina.protocol High-level protocol implementation layer (Protocol layer). 
org.apache.mina.protocol.codec Useful ProtocolEncoder and ProtocolDecoder implementations. 
org.apache.mina.protocol.io A wrapper for org.apache.mina.io package to support low-level I/O. 
 

Uses of ProtocolDecoder in org.apache.mina.protocol
 

Methods in org.apache.mina.protocol that return ProtocolDecoder
 ProtocolDecoder ProtocolSession.getDecoder()
          Returns the ProtocolDecoder for this session.
 ProtocolDecoder ProtocolCodecFactory.newDecoder()
          Creates a new instance of ProtocolDecoder which decodes binary or protocol-specific data into message objects.
 

Uses of ProtocolDecoder in org.apache.mina.protocol.codec
 

Classes in org.apache.mina.protocol.codec that implement ProtocolDecoder
 class CumulativeProtocolDecoder
          A ProtocolDecoder that cumulates the content of received buffers to a cumulative buffer to help users implement decoders.
 

Methods in org.apache.mina.protocol.codec that return ProtocolDecoder
 ProtocolDecoder DemuxingProtocolCodecFactory.newDecoder()
           
 

Uses of ProtocolDecoder in org.apache.mina.protocol.io
 

Methods in org.apache.mina.protocol.io that return ProtocolDecoder
 ProtocolDecoder IoProtocolSession.getDecoder()
           
 



Copyright © 2004-2005 . All Rights Reserved.