Constructor and Description |
---|
AcceptorControlImpl(Acceptor acceptor,
StorageManager storageManager,
TransportConfiguration configuration) |
Modifier and Type | Class and Description |
---|---|
class |
InVMAcceptor
A InVMAcceptor
|
Modifier and Type | Method and Description |
---|---|
Acceptor |
InVMAcceptorFactory.createAcceptor(String name,
ClusterConnection clusterConnection,
Map<String,Object> configuration,
BufferHandler handler,
ConnectionLifeCycleListener listener,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
Map<String,ProtocolManager> protocolHandler) |
Acceptor |
InVMConnector.getAcceptor() |
Modifier and Type | Class and Description |
---|---|
class |
NettyAcceptor
A Netty TCP Acceptor that supports SSL
|
Modifier and Type | Method and Description |
---|---|
Acceptor |
NettyAcceptorFactory.createAcceptor(String name,
ClusterConnection connection,
Map<String,Object> configuration,
BufferHandler handler,
ConnectionLifeCycleListener listener,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
Map<String,ProtocolManager> protocolMap) |
Modifier and Type | Method and Description |
---|---|
Acceptor |
RemotingService.getAcceptor(String name)
Returns the acceptor identified by its
name or null if it does not exists. |
Modifier and Type | Method and Description |
---|---|
Acceptor |
RemotingServiceImpl.getAcceptor(String name) |
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(String name,
ClusterConnection clusterConnection,
Map<String,Object> configuration,
BufferHandler handler,
ConnectionLifeCycleListener listener,
Executor threadPool,
ScheduledExecutorService scheduledThreadPool,
Map<String,ProtocolManager> protocolMap)
Create a new instance of an Acceptor.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerConnectionLifeCycleListener.connectionCreated(Acceptor acceptor,
Connection connection,
String protocol)
This method is used both by client connector creation and server connection creation through acceptors.
|
Copyright © 2017 JBoss, a division of Red Hat. All Rights Reserved.