Uses of Interface
org.apache.asn1.codec.stateful.DecoderCallback

Packages that use DecoderCallback
org.apache.asn1.codec.mina   
org.apache.asn1.codec.stateful Provides the fundamental stateful codec interfaces. 
 

Uses of DecoderCallback in org.apache.asn1.codec.mina
 

Classes in org.apache.asn1.codec.mina that implement DecoderCallback
private  class Asn1CodecDecoder.DecoderCallbackImpl
           
 

Uses of DecoderCallback in org.apache.asn1.codec.stateful
 

Classes in org.apache.asn1.codec.stateful that implement DecoderCallback
 class CallbackHistory
          A convenience callback which collects decoded or encoded objects to audit a codecs's activity.
(package private)  class DecoderStack.ChainingCallback
          A callback used to chain decoders.
 

Fields in org.apache.asn1.codec.stateful declared as DecoderCallback
private  DecoderCallback AbstractStatefulDecoder.cb
          this decoder's callback
private  DecoderCallback DecoderStack.topcb
          the top decoder callback which calls this decoders callback
 

Methods in org.apache.asn1.codec.stateful with parameters of type DecoderCallback
 void DecoderMonitor.callbackOccured(StatefulDecoder decoder, DecoderCallback cb, java.lang.Object decoded)
          Monitors callbacks that deliver a fully decoded object.
 void DecoderMonitorAdapter.callbackOccured(StatefulDecoder decoder, DecoderCallback cb, java.lang.Object decoded)
           
 void DecoderMonitor.callbackSet(StatefulDecoder decoder, DecoderCallback oldcb, DecoderCallback newcb)
          Monitors changes to the callback.
 void DecoderMonitorAdapter.callbackSet(StatefulDecoder decoder, DecoderCallback oldcb, DecoderCallback newcb)
           
 void AbstractStatefulDecoder.setCallback(DecoderCallback cb)
           
 void StatefulDecoder.setCallback(DecoderCallback cb)
          Sets the callback for this StatefulDecoder.
 

Constructors in org.apache.asn1.codec.stateful with parameters of type DecoderCallback
AbstractStatefulDecoder(DecoderCallback cb)
          Creates a stateful decoder with a callback.
AbstractStatefulDecoder(DecoderCallback cb, DecoderMonitor monitor)
          Creates a stateful decoder.
 



Copyright © 2004-2009 . All Rights Reserved.