Modifier and Type | Method and Description |
---|---|
HornetQConnectionTimedOutException |
HornetQClientMessageBundle.connectionTimedOut(Connection transportConnection) |
Modifier and Type | Method and Description |
---|---|
void |
ClientSessionFactoryImpl.connectionCreated(HornetQComponent component,
Connection connection,
ProtocolType protocol) |
Modifier and Type | Method and Description |
---|---|
Connection |
RemotingConnectionImpl.getTransportConnection() |
Constructor and Description |
---|
RemotingConnectionImpl(PacketDecoder packetDecoder,
Connection transportConnection,
long blockingCallTimeout,
long blockingCallFailoverTimeout,
List<Interceptor> incomingInterceptors,
List<Interceptor> outgoingInterceptors) |
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(HornetQComponent component,
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 |
ServerConnectionLifeCycleListener.connectionCreated(Acceptor acceptor,
Connection connection,
ProtocolType protocol)
This method is used both by client connector creation and server connection creation through acceptors.
|
void |
ConnectionLifeCycleListener.connectionCreated(HornetQComponent component,
Connection connection,
ProtocolType protocol)
This method is used both by client connector creation and server connection creation through
acceptors.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.