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 |
---|
Asn1CodecEncoder(StatefulEncoder encoder) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStatefulEncoder
Convenience class to not have to reimplement the two setter methods everytime
one starts a new encoder.
|
Modifier and Type | Method and Description |
---|---|
StatefulEncoder |
EncoderFactory.createEncoder()
Creates a new chunking state based encoder.
|
Modifier and Type | Method and Description |
---|---|
void |
EncoderMonitorAdapter.callbackOccured(StatefulEncoder encoder,
EncoderCallback cb,
Object decoded)
Monitors callbacks that deliver a fully decoded object.
|
void |
EncoderMonitor.callbackOccured(StatefulEncoder encoder,
EncoderCallback cb,
Object decoded)
Monitors callbacks that deliver a fully decoded object.
|
void |
EncoderMonitorAdapter.callbackSet(StatefulEncoder encoder,
EncoderCallback oldcb,
EncoderCallback newcb)
Monitors changes to the callback.
|
void |
EncoderMonitor.callbackSet(StatefulEncoder encoder,
EncoderCallback oldcb,
EncoderCallback newcb)
Monitors changes to the callback.
|
void |
EncoderCallback.encodeOccurred(StatefulEncoder encoder,
Object encoded)
Callback to deliver a fully encoded object.
|
void |
CallbackHistory.encodeOccurred(StatefulEncoder encoder,
Object encoded)
Callback to deliver a fully encoded object.
|
void |
EncoderMonitorAdapter.error(StatefulEncoder encoder,
Exception exception)
Receive notification of a recoverable error.
|
void |
EncoderMonitor.error(StatefulEncoder encoder,
Exception exception)
Receive notification of a recoverable error.
|
void |
EncoderMonitorAdapter.fatalError(StatefulEncoder encoder,
Exception exception)
Receive notification of a non-recoverable error.
|
void |
EncoderMonitor.fatalError(StatefulEncoder encoder,
Exception exception)
Receive notification of a non-recoverable error.
|
void |
EncoderMonitorAdapter.warning(StatefulEncoder encoder,
Exception exception)
Receive notification of a warning.
|
void |
EncoderMonitor.warning(StatefulEncoder encoder,
Exception exception)
Receive notification of a warning.
|
Modifier and Type | Class and Description |
---|---|
class |
HexEncoder
Document me.
|
Modifier and Type | Class and Description |
---|---|
class |
LdapEncoder
LDAP BER provider's encoder.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageEncoder
Encodes a Message instance into a binary message envelope using Basic
Encoding rules flushing the PDU out to an OutputStream.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProviderEncoder
Standard encoder service provider interface.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.