Package | Description |
---|---|
com.hp.util.net.msg |
Building blocks for creating extensible, network-spanning, asynchronousmessage protocols.
|
Modifier and Type | Method and Description |
---|---|
ConnectionListener |
Connection.listener()
Gets the listener delegate on this connection.
|
Modifier and Type | Method and Description |
---|---|
Connection |
ConnectionBroker.accept(String name,
ConversationProvider resolver,
ConnectionListener listener)
Host and accept a connection 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.
|
void |
Connection.setListener(ConnectionListener listener)
Sets the listener delegate on this connection.
|
Copyright © 2015. All Rights Reserved.