Package | Description |
---|---|
org.hornetq.core.protocol.core | |
org.hornetq.core.protocol.core.impl | |
org.hornetq.core.remoting.impl.netty | |
org.hornetq.spi.core.protocol | |
org.hornetq.spi.core.remoting |
Remoting SPI.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CoreRemotingConnection
Extension of RemotingConnection for the HornetQ 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,
ConnectionLifeCycleListener listener,
Executor closeExecutor,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool) |
Constructor and Description |
---|
NettyConnector(Map<String,Object> configuration,
BufferHandler handler,
ConnectionLifeCycleListener listener,
Executor closeExecutor,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool) |
Modifier and Type | Interface and Description |
---|---|
interface |
RemotingConnection
A RemotingConnection is a connection between a client and a server.
|
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 © 2016 JBoss, a division of Red Hat. All Rights Reserved.