Uses of Interface
org.apache.qpid.proton.engine.Connection
Packages that use Connection
Package
Description
-
Uses of Connection in org.apache.qpid.proton
Methods in org.apache.qpid.proton that return Connection -
Uses of Connection in org.apache.qpid.proton.engine
Subinterfaces of Connection in org.apache.qpid.proton.engineModifier and TypeInterfaceDescriptioninterface
ExtendsConnection
with functionality that is specific to proton-jMethods in org.apache.qpid.proton.engine that return ConnectionModifier and TypeMethodDescriptionstatic Connection
Engine.connection()
static Connection
Connection.Factory.create()
Event.getConnection()
Session.getConnection()
Methods in org.apache.qpid.proton.engine with parameters of type Connection -
Uses of Connection in org.apache.qpid.proton.engine.impl
Classes in org.apache.qpid.proton.engine.impl that implement ConnectionMethods in org.apache.qpid.proton.engine.impl with parameters of type Connection -
Uses of Connection in org.apache.qpid.proton.reactor
Methods in org.apache.qpid.proton.reactor that return ConnectionModifier and TypeMethodDescriptionReactor.connection
(Handler handler) Deprecated.Reactor.connectionToHost
(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 ConnectionModifier and TypeMethodDescriptionReactor.getConnectionAddress
(Connection c) Get the address used by the connectionvoid
Reactor.setConnectionHost
(Connection c, 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 ConnectionModifier and TypeMethodDescriptionReactorImpl.connection
(Handler handler) ReactorImpl.connectionToHost
(String host, int port, Handler handler) Methods in org.apache.qpid.proton.reactor.impl with parameters of type ConnectionModifier and TypeMethodDescriptionReactorImpl.getConnectionAddress
(Connection connection) void
ReactorImpl.setConnectionHost
(Connection connection, String host, int port)
Reactor.connectionToHost(String, int, Handler)
instead.