Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.Connection
Packages that use Connection
Package
Description
-
Uses of Connection in org.apache.activemq.artemis.spi.core.protocol
Fields in org.apache.activemq.artemis.spi.core.protocol declared as ConnectionModifier and TypeFieldDescriptionprotected final Connection
AbstractRemotingConnection.transportConnection
Methods in org.apache.activemq.artemis.spi.core.protocol that return ConnectionModifier and TypeMethodDescriptionAbstractRemotingConnection.getTransportConnection()
RemotingConnection.getTransportConnection()
return the underlying Connection.Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type ConnectionModifier and TypeMethodDescriptionProtocolManager.createConnectionEntry
(Acceptor acceptorUsed, Connection connection) Constructors in org.apache.activemq.artemis.spi.core.protocol with parameters of type ConnectionModifierConstructorDescriptionAbstractRemotingConnection
(Connection transportConnection, Executor executor) -
Uses of Connection in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting that return ConnectionModifier and TypeMethodDescriptionConnector.createConnection()
Create and return a connection from this connector.Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type ConnectionModifier and TypeMethodDescriptionClientProtocolManager.connect
(Connection transportConnection, long callTimeout, long callFailoverTimeout, List<Interceptor> incomingInterceptors, List<Interceptor> outgoingInterceptors, TopologyResponseHandler topologyResponseHandler) void
BaseConnectionLifeCycleListener.connectionCreated
(org.apache.activemq.artemis.core.server.ActiveMQComponent component, Connection connection, ProtocolClass protocol) This method is used both by client connector creation and server connection creation through acceptors.