Package | Description |
---|---|
org.apache.activemq.artemis.spi.core.protocol | |
org.apache.activemq.artemis.spi.core.remoting |
Modifier and Type | Field and Description |
---|---|
protected Connection |
AbstractRemotingConnection.transportConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
RemotingConnection.getTransportConnection()
return the underlying Connection.
|
Connection |
AbstractRemotingConnection.getTransportConnection() |
Modifier and Type | Method and Description |
---|---|
ConnectionEntry |
ProtocolManager.createConnectionEntry(Acceptor acceptorUsed,
Connection connection) |
Constructor and Description |
---|
AbstractRemotingConnection(Connection transportConnection,
Executor executor) |
Modifier and Type | Method and Description |
---|---|
Connection |
Connector.createConnection()
Create and return a connection from this connector.
|
Modifier and Type | Method and Description |
---|---|
RemotingConnection |
ClientProtocolManager.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.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.