Uses of Interface
org.forgerock.opendj.io.RxServerSocket
-
Packages that use RxServerSocket Package Description org.forgerock.opendj.io Classes and interfaces providing I/O functionality. -
-
Uses of RxServerSocket in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io that return RxServerSocket Modifier and Type Method Description RxServerSocket<M,S>
RxTransport. listen(InetSocketAddress address, Options options)
Starts listening on the provided address and returns anRxServerSocket
which will publish incoming connections via theaccept()
method.
-