| Package | Description |
|---|---|
| org.hornetq.core.protocol.proton | |
| org.hornetq.core.remoting.impl.invm | |
| org.hornetq.core.remoting.impl.netty | |
| org.hornetq.spi.core.protocol | |
| org.hornetq.spi.core.remoting |
Remoting SPI.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ProtonProtocolManager
A proton protocol manager, basically reads the Proton Input and maps proton resources to HornetQ resources
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtonProtocolManager.addChannelHandlers(String protocol,
Map<String,org.jboss.netty.channel.ChannelHandler> handlers,
BufferDecoder decoder) |
| Modifier and Type | Method and Description |
|---|---|
Acceptor |
InVMAcceptorFactory.createAcceptor(ClusterConnection clusterConnection,
Map<String,Object> configuration,
BufferHandler handler,
BufferDecoder decoder,
ConnectionLifeCycleListener listener,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
ProtocolManager manager) |
| Modifier and Type | Method and Description |
|---|---|
Acceptor |
NettyAcceptorFactory.createAcceptor(ClusterConnection connection,
Map<String,Object> configuration,
BufferHandler handler,
BufferDecoder decoder,
ConnectionLifeCycleListener listener,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
ProtocolManager manager) |
| Constructor and Description |
|---|
HornetQFrameDecoder(BufferDecoder decoder) |
NettyAcceptor(ClusterConnection clusterConnection,
Map<String,Object> configuration,
BufferHandler handler,
BufferDecoder decoder,
ConnectionLifeCycleListener listener,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
ProtocolManager protocolManager) |
NettyAcceptor(Map<String,Object> configuration,
BufferHandler handler,
BufferDecoder decoder,
ConnectionLifeCycleListener listener,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
ProtocolManager protocolManager) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ProtocolManager
A ProtocolManager
|
| Modifier and Type | Method and Description |
|---|---|
void |
ProtocolManager.addChannelHandlers(String protocol,
Map<String,org.jboss.netty.channel.ChannelHandler> handlers,
BufferDecoder decoder) |
| Modifier and Type | Method and Description |
|---|---|
Acceptor |
AcceptorFactory.createAcceptor(ClusterConnection clusterConnection,
Map<String,Object> configuration,
BufferHandler handler,
BufferDecoder decoder,
ConnectionLifeCycleListener listener,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
ProtocolManager manager)
Create a new instance of an Acceptor.
|
Copyright © 2013 JBoss, a division of Red Hat. All rights reserved.