Package | Description |
---|---|
org.apache.directory.shared.asn1.codec.stateful |
Provides the fundamental stateful codec interfaces.
|
org.apache.directory.shared.ldap.codec | |
org.apache.directory.shared.ldap.message |
Modifier and Type | Class and Description |
---|---|
class |
DecoderMonitorAdapter
A do nothing decoder monitor adapter.
|
Modifier and Type | Method and Description |
---|---|
protected DecoderMonitor |
AbstractStatefulDecoder.getDecoderMonitor()
Gets the decoder's monitor.
|
Modifier and Type | Method and Description |
---|---|
void |
StatefulDecoder.setDecoderMonitor(DecoderMonitor monitor)
Monitors all kinds of events that occur during processing.
|
void |
AbstractStatefulDecoder.setDecoderMonitor(DecoderMonitor monitor) |
Constructor and Description |
---|
AbstractStatefulDecoder(DecoderCallback cb,
DecoderMonitor monitor)
Creates a stateful decoder.
|
AbstractStatefulDecoder(DecoderMonitor monitor)
Creates a stateful decoder with a monitor but no callback.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapDecoder.setDecoderMonitor(DecoderMonitor monitor)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
MessageDecoder.setDecoderMonitor(DecoderMonitor monitor)
Sets the monitor for this MessageDecoder which receives callbacks for
noteworthy events during decoding.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.