| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Class and Description |
|---|---|
class |
CallbackHistory
A convenience callback which collects decoded or encoded objects to audit a
codecs's activity.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EncoderMonitor.callbackOccured(StatefulEncoder encoder,
EncoderCallback cb,
Object decoded)
Monitors callbacks that deliver a fully decoded object.
|
void |
EncoderMonitorAdapter.callbackOccured(StatefulEncoder encoder,
EncoderCallback cb,
Object decoded)
Monitors callbacks that deliver a fully decoded object.
|
void |
EncoderMonitor.callbackSet(StatefulEncoder encoder,
EncoderCallback oldcb,
EncoderCallback newcb)
Monitors changes to the callback.
|
void |
EncoderMonitorAdapter.callbackSet(StatefulEncoder encoder,
EncoderCallback oldcb,
EncoderCallback newcb)
Monitors changes to the callback.
|
void |
StatefulEncoder.setCallback(EncoderCallback cb)
Sets the callback of the underlying implementation.
|
void |
AbstractStatefulEncoder.setCallback(EncoderCallback cb) |
| Constructor and Description |
|---|
AbstractStatefulEncoder(EncoderCallback cb)
Creates a stateful encoder with a callback.
|
AbstractStatefulEncoder(EncoderCallback cb,
EncoderMonitor monitor)
Creates a stateful encoder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HexEncoder.setCallback(EncoderCallback cb) |
| Modifier and Type | Method and Description |
|---|---|
void |
LdapEncoder.setCallback(EncoderCallback cb)
Set the callback called when the encoding is done.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageEncoder.setCallback(EncoderCallback cb)
Sets the callback of the underlying implementation.
|
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.