Uses of Interface
org.apache.qpid.proton.reactor.Acceptor
-
Packages that use Acceptor Package Description org.apache.qpid.proton.reactor org.apache.qpid.proton.reactor.impl -
-
Uses of Acceptor in org.apache.qpid.proton.reactor
Methods in org.apache.qpid.proton.reactor that return Acceptor Modifier and Type Method Description AcceptorReactor. acceptor(java.lang.String host, int port)Creates a new acceptor.AcceptorReactor. acceptor(java.lang.String host, int port, Handler handler)Creates a new acceptor. -
Uses of Acceptor in org.apache.qpid.proton.reactor.impl
Classes in org.apache.qpid.proton.reactor.impl that implement Acceptor Modifier and Type Class Description classAcceptorImplMethods in org.apache.qpid.proton.reactor.impl that return Acceptor Modifier and Type Method Description AcceptorReactorImpl. acceptor(java.lang.String host, int port)AcceptorReactorImpl. acceptor(java.lang.String host, int port, Handler handler)
-