|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.asn1.codec.mina.Asn1CodecDecoder.DecoderCallbackImpl
private class Asn1CodecDecoder.DecoderCallbackImpl
Field Summary | |
---|---|
private org.apache.mina.protocol.ProtocolDecoderOutput |
decOut
|
Constructor Summary | |
---|---|
private |
Asn1CodecDecoder.DecoderCallbackImpl()
|
Method Summary | |
---|---|
void |
decodeOccurred(StatefulDecoder decoder,
java.lang.Object decoded)
Callback to deliver a fully decoded object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private org.apache.mina.protocol.ProtocolDecoderOutput decOut
Constructor Detail |
---|
private Asn1CodecDecoder.DecoderCallbackImpl()
Method Detail |
---|
public void decodeOccurred(StatefulDecoder decoder, java.lang.Object decoded)
DecoderCallback
decodeOccurred
in interface DecoderCallback
decoder
- the stateful decoder driving the callbackdecoded
- the object that was decoded
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |