|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.asn1.codec.mina.Asn1CodecEncoder.EncoderCallbackImpl
Field Summary | |
private org.apache.mina.protocol.ProtocolEncoderOutput |
encOut
|
Constructor Summary | |
private |
Asn1CodecEncoder.EncoderCallbackImpl()
|
Method Summary | |
void |
encodeOccurred(StatefulEncoder codec,
java.lang.Object encoded)
Callback to deliver a fully encoded 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.ProtocolEncoderOutput encOut
Constructor Detail |
private Asn1CodecEncoder.EncoderCallbackImpl()
Method Detail |
public void encodeOccurred(StatefulEncoder codec, java.lang.Object encoded)
EncoderCallback
encodeOccurred
in interface EncoderCallback
codec
- the stateful encoder driving the callbackencoded
- the object that was encoded
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |