org.apache.asn1.codec.mina
Class Asn1CodecDecoder.DecoderCallbackImpl

java.lang.Object
  extended by org.apache.asn1.codec.mina.Asn1CodecDecoder.DecoderCallbackImpl
All Implemented Interfaces:
DecoderCallback
Enclosing class:
Asn1CodecDecoder

private class Asn1CodecDecoder.DecoderCallbackImpl
extends java.lang.Object
implements DecoderCallback


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

decOut

private org.apache.mina.protocol.ProtocolDecoderOutput decOut
Constructor Detail

Asn1CodecDecoder.DecoderCallbackImpl

private Asn1CodecDecoder.DecoderCallbackImpl()
Method Detail

decodeOccurred

public void decodeOccurred(StatefulDecoder decoder,
                           java.lang.Object decoded)
Description copied from interface: DecoderCallback
Callback to deliver a fully decoded object.

Specified by:
decodeOccurred in interface DecoderCallback
Parameters:
decoder - the stateful decoder driving the callback
decoded - the object that was decoded


Copyright © 2004-2009 . All Rights Reserved.