Modifier and Type | Method and Description |
---|---|
void |
ClientSessionFactoryImpl.connectionCreated(Acceptor acceptor,
Connection connection,
ProtocolType protocol) |
Constructor and Description |
---|
AcceptorControlImpl(Acceptor acceptor,
StorageManager storageManager,
TransportConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
ConnectionEntry |
CoreProtocolManager.createConnectionEntry(Acceptor acceptorUsed,
Connection connection) |
Modifier and Type | Class and Description |
---|---|
class |
InVMAcceptor
A InVMAcceptor
|
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) |
Acceptor |
InVMConnector.getAcceptor() |
Constructor and Description |
---|
InVMConnection(Acceptor acceptor,
int serverID,
BufferHandler handler,
ConnectionLifeCycleListener listener,
Executor executor) |
InVMConnection(Acceptor acceptor,
int serverID,
String id,
BufferHandler handler,
ConnectionLifeCycleListener listener,
Executor executor) |
InVMConnection(Acceptor acceptor,
int serverID,
String id,
BufferHandler handler,
ConnectionLifeCycleListener listener,
Executor executor,
HornetQPrincipal defaultHornetQPrincipal) |
Modifier and Type | Class and Description |
---|---|
class |
NettyAcceptor
A Netty TCP Acceptor that supports SSL
|
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) |
Constructor and Description |
---|
NettyConnection(Map<String,Object> configuration,
Acceptor acceptor,
org.jboss.netty.channel.Channel channel,
ConnectionLifeCycleListener listener,
boolean batchingEnabled,
boolean directDeliver) |
Modifier and Type | Method and Description |
---|---|
void |
RemotingServiceImpl.connectionCreated(Acceptor acceptor,
Connection connection,
ProtocolType protocol) |
Modifier and Type | Method and Description |
---|---|
void |
ManagementService.registerAcceptor(Acceptor acceptor,
TransportConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
void |
ManagementServiceImpl.registerAcceptor(Acceptor acceptor,
TransportConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
ConnectionEntry |
ProtocolManager.createConnectionEntry(Acceptor acceptorUsed,
Connection connection) |
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)
Create a new instance of an Acceptor.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionLifeCycleListener.connectionCreated(Acceptor acceptor,
Connection connection,
ProtocolType protocol)
This method is used both by client connector creation and server connection creation through acceptors.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.