Package | Description |
---|---|
org.hornetq.core.client | |
org.hornetq.core.client.impl | |
org.hornetq.core.protocol.core.impl | |
org.hornetq.core.remoting.impl.netty | |
org.hornetq.spi.core.protocol | |
org.hornetq.spi.core.remoting |
Remoting SPI.
|
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 | Class and Description |
---|---|
class |
NettyConnection |
Modifier and Type | Method and Description |
---|---|
Connection |
NettyConnector.createConnection() |
Modifier and Type | Method and Description |
---|---|
Connection |
RemotingConnection.getTransportConnection()
return the underlying 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(HornetQComponent component,
Connection connection,
ProtocolType protocol)
This method is used both by client connector creation and server connection creation through
acceptors.
|
Copyright © 2016 JBoss, a division of Red Hat. All Rights Reserved.