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 |
EncoderMonitorAdapter
Document me.
|
Modifier and Type | Field and Description |
---|---|
static EncoderMonitor |
EncoderMonitor.INSTANCE
Use this if you don't want to recreate this as just a NOOP monitor
|
Modifier and Type | Method and Description |
---|---|
protected EncoderMonitor |
AbstractStatefulEncoder.getEncoderMonitor()
Gets the encoder's monitor.
|
Modifier and Type | Method and Description |
---|---|
void |
StatefulEncoder.setEncoderMonitor(EncoderMonitor monitor)
Sets the monitor of the underlying implementation.
|
void |
AbstractStatefulEncoder.setEncoderMonitor(EncoderMonitor monitor) |
Constructor and Description |
---|
AbstractStatefulEncoder(EncoderCallback cb,
EncoderMonitor monitor)
Creates a stateful encoder.
|
AbstractStatefulEncoder(EncoderMonitor monitor)
Creates a stateful encoder with a monitor but no callback.
|
Modifier and Type | Method and Description |
---|---|
void |
HexEncoder.setEncoderMonitor(EncoderMonitor monitor) |
Modifier and Type | Method and Description |
---|---|
void |
LdapEncoder.setEncoderMonitor(EncoderMonitor monitor)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageEncoder.setEncoderMonitor(EncoderMonitor monitor)
Sets the monitor of the underlying implementation.
|
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.