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.
|
class |
LdapEncoder
LDAP BER provider's encoder.
|
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.
|
class |
MessageEncoder
Encodes a Message instance into a binary message envelope using Basic
Encoding rules flushing the PDU out to an OutputStream.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProviderDecoder
Standard decoder service provider interface.
|
interface |
ProviderEncoder
Standard encoder service provider interface.
|
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.