Package | Description |
---|---|
com.hp.util.net.msg |
Building blocks for creating extensible, network-spanning, asynchronousmessage protocols.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionBroker.Transport |
ConnectionBroker.Transport.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionBroker.Transport[] |
ConnectionBroker.Transport.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionBroker.connect(String name,
String host,
int port,
ConnectionBroker.Transport transport,
ConversationProvider resolver)
Make a connection to the given host and on the specified network port.
|
Connection |
ConnectionBroker.connect(String name,
String host,
int port,
ConnectionBroker.Transport transport,
ConversationProvider resolver,
ConnectionListener listener)
Make a connection to the given host and on the specified network port.
|
Copyright © 2015. All Rights Reserved.