Package | Description |
---|---|
org.forgerock.opendj.io |
Classes and interfaces providing I/O functionality.
|
org.forgerock.opendj.ldap.spi |
Interfaces and classes for service providers.
|
Class and Description |
---|
Asn1Reader
An interface for decoding ASN.1 elements from a data source.
|
Asn1Writer
An interface for encoding ASN.1 elements to a data source.
|
LdapReader
Reads LDAP messages from an underlying ASN.1 reader.
|
LdapSocket
A socket implementation representing a stream of LDAP messages.
|
LdapSocketClosedException
Thrown when a
LdapSocket has been closed locally. |
LdapWriter
Writes LDAP messages to an underlying ASN.1 writer.
|
Class and Description |
---|
LdapSocket
A socket implementation representing a stream of LDAP messages.
|
LdapSocketAcceptor
An LDAP socket acceptor listens for incoming connections and binds them to an
LdapSocket . |
LdapSocketConnector
An LDAP socket connector provides a new
LdapSocket connected to a peer each time it is subscribed. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.