Modifier and Type | Interface and Description |
---|---|
interface |
CoreRemotingConnection
Extension of RemotingConnection for the ActiveMQ Artemis core protocol
|
Modifier and Type | Class and Description |
---|---|
class |
RemotingConnectionImpl |
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) |
Constructor and Description |
---|
ActiveMQChannelHandler(io.netty.channel.group.ChannelGroup group,
BufferHandler handler,
BaseConnectionLifeCycleListener listener) |
NettyConnector(Map<String,Object> configuration,
BufferHandler handler,
BaseConnectionLifeCycleListener listener,
Executor closeExecutor,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool) |
NettyConnector(Map<String,Object> configuration,
BufferHandler handler,
BaseConnectionLifeCycleListener listener,
Executor closeExecutor,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
ClientProtocolManager protocolManager) |
Modifier and Type | Interface and Description |
---|---|
interface |
RemotingConnection
A RemotingConnection is a connection between a client and a server.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemotingConnection |
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.