Package | Description |
---|---|
org.apache.directory.shared.ldap.codec | |
org.apache.directory.shared.ldap.message | |
org.apache.directory.shared.ldap.message.spi |
Modifier and Type | Class and Description |
---|---|
class |
LdapDecoder
The LdapDecoder decodes ASN.1 BER encoded PDUs.
|
Modifier and Type | Method and Description |
---|---|
ProviderDecoder |
LdapProvider.getDecoder(BinaryAttributeDetector binaryAttributeDetector,
int maxPDUSize)
Gets the decoder associated with this provider.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageDecoder
Decodes a BER encoded LDAPv3 message envelope from an input stream
demarshaling it into a Message instance using a BER library provider.
|
Modifier and Type | Method and Description |
---|---|
abstract ProviderDecoder |
Provider.getDecoder(BinaryAttributeDetector binaryAttributeDetector,
int maxPDUSize)
Gets the decoder associated with this provider.
|
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.