Package | Description |
---|---|
org.hornetq.core.client.impl | |
org.hornetq.core.remoting.server.impl | |
org.hornetq.spi.core.protocol | |
org.hornetq.spi.core.remoting |
Remoting SPI.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientSessionFactoryImpl.connectionCreated(Acceptor acceptor,
Connection connection,
ProtocolType protocol) |
Modifier and Type | Method and Description |
---|---|
void |
RemotingServiceImpl.connectionCreated(Acceptor acceptor,
Connection connection,
ProtocolType protocol) |
Modifier and Type | Method and Description |
---|---|
static ProtocolType |
ProtocolType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolType[] |
ProtocolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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.