|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProtocolType | |
---|---|
org.hornetq.spi.core.protocol | |
org.hornetq.spi.core.remoting | Remoting SPI. |
Uses of ProtocolType in org.hornetq.spi.core.protocol |
---|
Methods in org.hornetq.spi.core.protocol that return ProtocolType | |
---|---|
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. |
Uses of ProtocolType in org.hornetq.spi.core.remoting |
---|
Methods in org.hornetq.spi.core.remoting with parameters of type ProtocolType | |
---|---|
void |
ConnectionLifeCycleListener.connectionCreated(Acceptor acceptor,
Connection connection,
ProtocolType protocol)
This method is used both by client connector creation and server connection creation through acceptors. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |