|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mina.filter.codec.ProtocolDecoderAdapter
org.apache.directory.shared.asn1.codec.Asn1CodecDecoder
public class Asn1CodecDecoder
Adapts StatefulDecoder
to MINA ProtocolDecoder
Constructor Summary | |
---|---|
Asn1CodecDecoder(StatefulDecoder decoder)
|
Method Summary | |
---|---|
void |
decode(org.apache.mina.common.IoSession session,
org.apache.mina.common.ByteBuffer in,
org.apache.mina.filter.codec.ProtocolDecoderOutput out)
|
Methods inherited from class org.apache.mina.filter.codec.ProtocolDecoderAdapter |
---|
dispose, finishDecode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Asn1CodecDecoder(StatefulDecoder decoder)
Method Detail |
---|
public void decode(org.apache.mina.common.IoSession session, org.apache.mina.common.ByteBuffer in, org.apache.mina.filter.codec.ProtocolDecoderOutput out) throws DecoderException
DecoderException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |