| Modifier and Type | Method and Description |
|---|---|
void |
ClientSessionFactoryImpl.connectionCreated(Acceptor acceptor,
Connection connection,
ProtocolType protocol) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
RemotingConnectionImpl.getTransportConnection() |
| Modifier and Type | Method and Description |
|---|---|
ConnectionEntry |
CoreProtocolManager.createConnectionEntry(Acceptor acceptorUsed,
Connection connection) |
| Constructor and Description |
|---|
RemotingConnectionImpl(Connection transportConnection,
List<Interceptor> interceptors,
Executor executor,
SimpleString nodeID) |
RemotingConnectionImpl(Connection transportConnection,
long blockingCallTimeout,
List<Interceptor> interceptors) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
StompConnection.getTransportConnection() |
| Modifier and Type | Class and Description |
|---|---|
class |
InVMConnection
A InVMConnection
|
| Modifier and Type | Method and Description |
|---|---|
Connection |
InVMConnector.createConnection() |
protected Connection |
InVMConnector.internalCreateConnection(BufferHandler handler,
ConnectionLifeCycleListener listener,
Executor serverExecutor) |
| Modifier and Type | Class and Description |
|---|---|
class |
NettyConnection |
| Modifier and Type | Method and Description |
|---|---|
Connection |
NettyConnector.createConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
RemotingServiceImpl.connectionCreated(Acceptor acceptor,
Connection connection,
ProtocolType protocol) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
RemotingConnection.getTransportConnection()
return the underlying Connection.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionEntry |
ProtocolManager.createConnectionEntry(Acceptor acceptorUsed,
Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
Connection |
Connector.createConnection()
Create and return a connection from this connector.
|
| 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.