Package org.apache.directory.shared.asn1.codec.stateful

Provides the fundamental stateful codec interfaces.

See:
          Description

Interface Summary
DecoderCallback Callback interface for stateful decoder callbacks.
DecoderFactory A factory for creating new StatefulDecoders.
DecoderMonitor Monitors decoder activity.
EncoderCallback Document me.
EncoderFactory A factory for creating new StatefulEncoders.
EncoderMonitor Document me.
StatefulDecoder A decoder which decodes encoded data as it arrives in peices while maintaining the state of the decode operation between the arrival of encoded chunks.
StatefulEncoder The StatefulEncoder interface.
 

Class Summary
AbstractStatefulDecoder Convenience class to not have to reimplement the two setter methods everytime one starts a new decoder.
AbstractStatefulEncoder Convenience class to not have to reimplement the two setter methods everytime one starts a new encoder.
CallbackHistory A convenience callback which collects decoded or encoded objects to audit a codecs's activity.
DecoderMonitorAdapter A do nothing decoder monitor adapter.
DecoderStack A stack of decoders used for the additive application of multiple decoders forming a linear staged decoder pipeline.
EncoderMonitorAdapter Document me.
 

Package org.apache.directory.shared.asn1.codec.stateful Description

Provides the fundamental stateful codec interfaces.

Package Specification

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:



Copyright © 2004-2010. All Rights Reserved.