| Modifier and Type | Method and Description |
|---|---|
void |
IPeer.addConnectionListener(IConnectionListener listener)
Add connection state change listener
|
void |
IPeer.remConnectionListener(IConnectionListener listener)
Remove connection state change listener
|
| Modifier and Type | Method and Description |
|---|---|
void |
IConnection.addConnectionListener(IConnectionListener connectionListener)
Append connection listener
|
IConnection |
ITransportLayerFactory.createConnection(InetAddress remoteAddress,
IConcurrentFactory factory,
int remotePort,
InetAddress localAddress,
int localPort,
IConnectionListener listener,
String ref)
Create new IConnection instance with predefined parameters
|
void |
IConnection.remConnectionListener(IConnectionListener connectionListener)
Remove connection listener
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetaDataImpl.ClientLocalPeer.addConnectionListener(IConnectionListener listener) |
void |
MetaDataImpl.ClientLocalPeer.remConnectionListener(IConnectionListener listener) |
| Modifier and Type | Field and Description |
|---|---|
protected IConnectionListener |
PeerImpl.connListener |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerImpl.addConnectionListener(IConnectionListener listener) |
void |
PeerImpl.remConnectionListener(IConnectionListener listener) |
| Modifier and Type | Method and Description |
|---|---|
IConnection |
TransportLayerFactory.createConnection(InetAddress remoteAddress,
IConcurrentFactory factory,
int remotePort,
InetAddress localAddress,
int localPort,
IConnectionListener listener,
String ref) |
| Modifier and Type | Method and Description |
|---|---|
void |
SCTPClientConnection.addConnectionListener(IConnectionListener listener) |
void |
SCTPClientConnection.remConnectionListener(IConnectionListener listener) |
| Constructor and Description |
|---|
SCTPClientConnection(Configuration config,
IConcurrentFactory concurrentFactory,
InetAddress remoteAddress,
int remotePort,
InetAddress localAddress,
int localPort,
IConnectionListener listener,
IMessageParser parser,
String ref) |
| Modifier and Type | Method and Description |
|---|---|
void |
TCPClientConnection.addConnectionListener(IConnectionListener listener) |
void |
TCPClientConnection.remConnectionListener(IConnectionListener listener) |
| Constructor and Description |
|---|
TCPClientConnection(Configuration config,
IConcurrentFactory concurrentFactory,
InetAddress remoteAddress,
int remotePort,
InetAddress localAddress,
int localPort,
IConnectionListener listener,
IMessageParser parser,
String ref) |
| Modifier and Type | Method and Description |
|---|---|
void |
TCPClientConnection.addConnectionListener(IConnectionListener listener) |
void |
TCPClientConnection.remConnectionListener(IConnectionListener listener) |
| Constructor and Description |
|---|
TCPClientConnection(Configuration config,
IConcurrentFactory concurrentFactory,
InetAddress remoteAddress,
int remotePort,
InetAddress localAddress,
int localPort,
IConnectionListener listener,
IMessageParser parser,
String ref) |
| Modifier and Type | Method and Description |
|---|---|
void |
TLSClientConnection.addConnectionListener(IConnectionListener listener) |
void |
TLSClientConnection.remConnectionListener(IConnectionListener listener) |
| Constructor and Description |
|---|
TLSClientConnection(Configuration config,
IConcurrentFactory concurrentFactory,
InetAddress remoteAddress,
int remotePort,
InetAddress localAddress,
int localPort,
IConnectionListener listener,
IMessageParser parser,
String ref) |
| Modifier and Type | Method and Description |
|---|---|
void |
TLSClientConnection.addConnectionListener(IConnectionListener listener) |
void |
TLSClientConnection.remConnectionListener(IConnectionListener listener) |
| Constructor and Description |
|---|
TLSClientConnection(Configuration config,
IConcurrentFactory concurrentFactory,
InetAddress remoteAddress,
int remotePort,
InetAddress localAddress,
int localPort,
IConnectionListener listener,
IMessageParser parser,
String ref) |
| Modifier and Type | Method and Description |
|---|---|
void |
SCTPServerConnection.addConnectionListener(IConnectionListener listener) |
void |
SCTPServerConnection.remConnectionListener(IConnectionListener listener) |
Copyright © 2016. All Rights Reserved.