Uses of Interface
org.forgerock.opendj.io.RxServerSocket
Packages that use RxServerSocket
-
Uses of RxServerSocket in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io that return RxServerSocketModifier and TypeMethodDescriptionRxTransport.listen
(InetSocketAddress address, Options options) Starts listening on the provided address and returns anRxServerSocket
which will publish incoming connections via theaccept()
method.