Package | Description |
---|---|
org.apache.directory.shared.asn1.codec |
Protocol codec which provides the integration with Apache ASN1.
|
org.apache.directory.shared.asn1.codec.stateful |
Provides the fundamental stateful codec interfaces.
|
org.apache.directory.shared.asn1.codec.stateful.examples | |
org.apache.directory.shared.ldap.codec | |
org.apache.directory.shared.ldap.message | |
org.apache.directory.shared.ldap.message.spi |
Constructor and Description |
---|
Asn1CodecDecoder(StatefulDecoder decoder) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStatefulDecoder
Convenience class to not have to reimplement the two setter methods everytime
one starts a new decoder.
|
class |
DecoderStack
A stack of decoders used for the additive application of multiple decoders
forming a linear staged decoder pipeline.
|
Modifier and Type | Method and Description |
---|---|
StatefulDecoder |
DecoderFactory.createDecoder()
Creates a chunking state based decoder.
|
StatefulDecoder |
DecoderStack.pop()
Pops the terminal decoder off of this DecoderStack.
|
Modifier and Type | Method and Description |
---|---|
void |
DecoderMonitor.callbackOccured(StatefulDecoder decoder,
DecoderCallback cb,
Object decoded)
Monitors callbacks that deliver a fully decoded object.
|
void |
DecoderMonitorAdapter.callbackOccured(StatefulDecoder decoder,
DecoderCallback cb,
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 |
CallbackHistory.decodeOccurred(StatefulDecoder decoder,
Object decoded) |
void |
DecoderCallback.decodeOccurred(StatefulDecoder decoder,
Object decoded)
Callback to deliver a fully decoded object.
|
void |
DecoderMonitor.error(StatefulDecoder decoder,
Exception exception)
Receive notification of a recoverable error.
|
void |
DecoderMonitorAdapter.error(StatefulDecoder decoder,
Exception exception) |
void |
DecoderMonitor.fatalError(StatefulDecoder decoder,
Exception exception)
Receive notification of a non-recoverable error.
|
void |
DecoderMonitorAdapter.fatalError(StatefulDecoder decoder,
Exception exception) |
void |
DecoderStack.push(StatefulDecoder decoder)
Pushs a new terminal decoder onto the top of this DecoderStack.
|
void |
DecoderMonitor.warning(StatefulDecoder decoder,
Exception exception)
Receive notification of a warning.
|
void |
DecoderMonitorAdapter.warning(StatefulDecoder decoder,
Exception exception) |
Modifier and Type | Class and Description |
---|---|
class |
HexDecoder
Document me.
|
Modifier and Type | Class and Description |
---|---|
class |
LdapDecoder
The LdapDecoder decodes ASN.1 BER encoded PDUs.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageDecoder
Decodes a BER encoded LDAPv3 message envelope from an input stream
demarshaling it into a Message instance using a BER library provider.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProviderDecoder
Standard decoder service provider interface.
|
Copyright © 2003–2013 The Apache Software Foundation. All rights reserved.