Modifier and Type | Method and Description |
---|---|
ClientProtocolManager |
ServerLocatorInternal.newProtocolManager() |
ClientProtocolManager |
ServerLocatorImpl.newProtocolManager() |
Modifier and Type | Method and Description |
---|---|
void |
ClientSessionFactoryImpl.connectionCreated(ActiveMQComponent component,
Connection connection,
ClientProtocolManager protocol) |
Modifier and Type | Class and Description |
---|---|
class |
ActiveMQClientProtocolManager
This class will return specific packets for different types of actions happening on a messaging protocol.
|
Modifier and Type | Method and Description |
---|---|
ClientProtocolManager |
ActiveMQClientProtocolManagerFactory.newProtocolManager() |
Modifier and Type | Class and Description |
---|---|
class |
HornetQClientProtocolManager |
Modifier and Type | Method and Description |
---|---|
ClientProtocolManager |
HornetQClientProtocolManagerFactory.newProtocolManager() |
Modifier and Type | Method and Description |
---|---|
Connector |
InVMConnectorFactory.createConnector(Map<String,Object> configuration,
BufferHandler handler,
ClientConnectionLifeCycleListener listener,
Executor closeExecutor,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
ClientProtocolManager protocolManager) |
Constructor and Description |
---|
InVMConnector(Map<String,Object> configuration,
BufferHandler handler,
ClientConnectionLifeCycleListener listener,
Executor closeExecutor,
Executor threadPool,
ClientProtocolManager protocolManager) |
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 |
---|
NettyConnector(Map<String,Object> configuration,
BufferHandler handler,
BaseConnectionLifeCycleListener<?> listener,
Executor closeExecutor,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
ClientProtocolManager protocolManager) |
NettyConnector(Map<String,Object> configuration,
BufferHandler handler,
BaseConnectionLifeCycleListener<?> listener,
Executor closeExecutor,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
ClientProtocolManager protocolManager,
boolean serverConnection) |
Modifier and Type | Method and Description |
---|---|
ClientProtocolManager |
ActiveMQServerSideProtocolManagerFactory.newProtocolManager() |
Modifier and Type | Method and Description |
---|---|
ClientProtocolManager |
ClientProtocolManagerFactory.newProtocolManager() |
ClientProtocolManager |
ClientProtocolManager.setExecutor(Executor executor) |
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 © 2021 JBoss by Red Hat. All rights reserved.