| Package | Description |
|---|---|
| com.h3c.util.net.msg |
| 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 © 2014. All Rights Reserved.