org.apache.asn1.codec.mina
Class Asn1CodecEncoder.EncoderCallbackImpl

java.lang.Object
  extended byorg.apache.asn1.codec.mina.Asn1CodecEncoder.EncoderCallbackImpl
All Implemented Interfaces:
EncoderCallback
Enclosing class:
Asn1CodecEncoder

private class Asn1CodecEncoder.EncoderCallbackImpl
extends java.lang.Object
implements EncoderCallback


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

encOut

private org.apache.mina.protocol.ProtocolEncoderOutput encOut
Constructor Detail

Asn1CodecEncoder.EncoderCallbackImpl

private Asn1CodecEncoder.EncoderCallbackImpl()
Method Detail

encodeOccurred

public void encodeOccurred(StatefulEncoder codec,
                           java.lang.Object encoded)
Description copied from interface: EncoderCallback
Callback to deliver a fully encoded object.

Specified by:
encodeOccurred in interface EncoderCallback
Parameters:
codec - the stateful encoder driving the callback
encoded - the object that was encoded


Copyright © 2004-2006 . All Rights Reserved.