Uses of Class
org.apache.mina.filter.codec.ProtocolDecoderException

Packages that use ProtocolDecoderException
org.apache.mina.example.tapedeck   
org.apache.mina.filter.codec Filter implementations that helps you to implement complex protocols via 'codec' concept. 
 

Uses of ProtocolDecoderException in org.apache.mina.example.tapedeck
 

Subclasses of ProtocolDecoderException in org.apache.mina.example.tapedeck
 class CommandSyntaxException
          Exception thrown by CommandDecoder when a line cannot be decoded as a Command object.
 

Uses of ProtocolDecoderException in org.apache.mina.filter.codec
 

Subclasses of ProtocolDecoderException in org.apache.mina.filter.codec
 class RecoverableProtocolDecoderException
          A special exception that tells the ProtocolDecoder can keep decoding even after this exception is thrown.
 



Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.