Package | Description |
---|---|
org.apache.activemq.artemis.core.client.impl | |
org.apache.activemq.artemis.core.remoting.impl.netty | |
org.apache.activemq.artemis.spi.core.remoting |
Modifier and Type | Method and Description |
---|---|
protected Connector |
ClientSessionFactoryImpl.createConnector(ConnectorFactory connectorFactory,
TransportConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
TransportConfiguration |
Topology.getBackupForConnector(Connector connector) |
protected Connection |
ClientSessionFactoryImpl.openTransportConnection(Connector connector) |
Modifier and Type | Class and Description |
---|---|
class |
NettyConnector |
Modifier and Type | Method and Description |
---|---|
Connector |
NettyConnectorFactory.createConnector(Map<String,Object> configuration,
BufferHandler handler,
ClientConnectionLifeCycleListener listener,
Executor closeExecutor,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
ClientProtocolManager protocolManager) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractConnector
Abstract connector
|
Modifier and Type | Method and Description |
---|---|
Connector |
ConnectorFactory.createConnector(Map<String,Object> configuration,
BufferHandler handler,
ClientConnectionLifeCycleListener listener,
Executor closeExecutor,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
ClientProtocolManager protocolManager)
creates a new instance of a connector.
|
Copyright © 2018 The Apache Software Foundation. All Rights Reserved.