Uses of Package
org.forgerock.opendj.io
-
Packages that use org.forgerock.opendj.io Package Description org.forgerock.opendj.io Classes and interfaces providing I/O functionality.org.forgerock.opendj.io.rx Classes and interfaces providing Reactive Streams I/O transports. -
Classes in org.forgerock.opendj.io used by org.forgerock.opendj.io Class Description Asn1Reader An interface for decoding ASN.1 elements from a data source.Asn1Tag Provides methods for building and analyzing ASN.1 tag bytes.Asn1Tag.Class The Asn1 tag classes.Asn1Writer An ASN1Writer implementation that outputs to an outputstream.LdapReader Reads LDAP messages from an underlying ASN.1 reader.LdapWriter Writes LDAP messages to an underlying ASN.1 writer.RxServerSocket A reactive server socket listens for incoming connections and binds them to aRxSocket
.RxSocket A transport agnostic reactive socket abstraction. -
Classes in org.forgerock.opendj.io used by org.forgerock.opendj.io.rx Class Description LdapSocket A reactive socket implementation representing a stream of LDAP messages.RxSocket A transport agnostic reactive socket abstraction.RxTransport