Package | Description |
---|---|
org.apache.directory.shared.ldap.message | |
org.apache.directory.shared.ldap.message.internal | |
org.apache.directory.shared.ldap.message.spi |
Modifier and Type | Method and Description |
---|---|
void |
MessageDecoder.decode(Object chunk)
Decodes a chunk of stream data returning any resultant decoded PDU via a
callback.
|
Object |
MessageDecoder.decode(Object lock,
InputStream in)
Reads and decodes a BER encoded LDAPv3 ASN.1 message envelope structure
from an input stream to build a fully populated Message object instance.
|
Constructor and Description |
---|
MessageDecoder(BinaryAttributeDetector binaryAttributeDetector)
Creates a MessageDecoder using default properties for enabling a BER
library provider.
|
MessageDecoder(BinaryAttributeDetector binaryAttributeDetector,
int maxPDUSize)
Creates a MessageDecoder using default properties for enabling a BER
library provider.
|
MessageEncoder()
Creates a MessageEncoder using default properties for enabling a BER
library provider.
|
Modifier and Type | Method and Description |
---|---|
void |
InternalMessage.add(Control control)
Adds a control to this Message.
|
void |
InternalAbstractMessage.add(Control control)
Adds a control to this Message.
|
void |
InternalMessage.addAll(Control[] controls)
Adds an array of controls to this Message.
|
void |
InternalAbstractMessage.addAll(Control[] controls) |
void |
InternalMessage.remove(Control control)
Deletes a control removing it from this Message.
|
void |
InternalAbstractMessage.remove(Control control)
Deletes a control removing it from this Message.
|
Modifier and Type | Class and Description |
---|---|
class |
ProviderException
This exception is thrown when provider specific errors occur.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.