Uses of Interface
org.apache.qpid.proton.engine.Connection
-
Packages that use Connection Package Description org.apache.qpid.proton org.apache.qpid.proton.engine org.apache.qpid.proton.engine.impl org.apache.qpid.proton.reactor org.apache.qpid.proton.reactor.impl -
-
Uses of Connection in org.apache.qpid.proton
Methods in org.apache.qpid.proton that return Connection Modifier and Type Method Description static ConnectionProton. connection() -
Uses of Connection in org.apache.qpid.proton.engine
Subinterfaces of Connection in org.apache.qpid.proton.engine Modifier and Type Interface Description interfaceProtonJConnectionExtendsConnectionwith functionality that is specific to proton-jMethods in org.apache.qpid.proton.engine that return Connection Modifier and Type Method Description static ConnectionEngine. connection()static ConnectionConnection.Factory. create()ConnectionEvent. getConnection()ConnectionSession. getConnection()Methods in org.apache.qpid.proton.engine with parameters of type Connection Modifier and Type Method Description voidTransport. bind(Connection connection) -
Uses of Connection in org.apache.qpid.proton.engine.impl
Classes in org.apache.qpid.proton.engine.impl that implement Connection Modifier and Type Class Description classConnectionImplMethods in org.apache.qpid.proton.engine.impl with parameters of type Connection Modifier and Type Method Description voidTransportImpl. bind(Connection conn) -
Uses of Connection in org.apache.qpid.proton.reactor
Methods in org.apache.qpid.proton.reactor that return Connection Modifier and Type Method Description ConnectionReactor. connection(Handler handler)Deprecated.UseReactor.connectionToHost(String, int, Handler)instead.ConnectionReactor. connectionToHost(java.lang.String host, int port, Handler handler)Creates a new out-bound connection to the given host and port.Methods in org.apache.qpid.proton.reactor with parameters of type Connection Modifier and Type Method Description java.lang.StringReactor. getConnectionAddress(Connection c)Get the address used by the connectionvoidReactor. setConnectionHost(Connection c, java.lang.String host, int port)Set the host address used by the connection -
Uses of Connection in org.apache.qpid.proton.reactor.impl
Methods in org.apache.qpid.proton.reactor.impl that return Connection Modifier and Type Method Description ConnectionReactorImpl. connection(Handler handler)ConnectionReactorImpl. connectionToHost(java.lang.String host, int port, Handler handler)Methods in org.apache.qpid.proton.reactor.impl with parameters of type Connection Modifier and Type Method Description java.lang.StringReactorImpl. getConnectionAddress(Connection connection)voidReactorImpl. setConnectionHost(Connection connection, java.lang.String host, int port)
-