Package | Description |
---|---|
org.hornetq.core.client.impl | |
org.hornetq.core.remoting.impl.invm | |
org.hornetq.core.remoting.impl.netty | |
org.hornetq.spi.core.remoting |
Remoting SPI.
|
Modifier and Type | Method and Description |
---|---|
TransportConfiguration |
Topology.getBackupForConnector(Connector connector) |
Modifier and Type | Class and Description |
---|---|
class |
InVMConnector
A InVMConnector
|
Modifier and Type | Method and Description |
---|---|
Connector |
InVMConnectorFactory.createConnector(Map<String,Object> configuration,
BufferHandler handler,
ConnectionLifeCycleListener listener,
Executor closeExecutor,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool) |
Modifier and Type | Class and Description |
---|---|
class |
NettyConnector
A NettyConnector
|
Modifier and Type | Method and Description |
---|---|
Connector |
NettyConnectorFactory.createConnector(Map<String,Object> configuration,
BufferHandler handler,
ConnectionLifeCycleListener listener,
Executor closeExecutor,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool) |
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,
ConnectionLifeCycleListener listener,
Executor closeExecutor,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool)
creates a new instance of a connector.
|
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.