| Modifier and Type | Method and Description |
|---|---|
IConnection |
ITransportLayerFactory.createConnection(InetAddress remoteAddress,
IConcurrentFactory factory,
int remotePort,
InetAddress localAddress,
int localPort,
IConnectionListener listener,
String ref)
Create new IConnection instance with predefined parameters
|
IConnection |
ITransportLayerFactory.createConnection(InetAddress remoteAddress,
IConcurrentFactory factory,
int remotePort,
InetAddress localAddress,
int localPort,
String ref)
Create new IConnection instance with predefined parameters
|
| Modifier and Type | Field and Description |
|---|---|
protected IConnection |
PeerImpl.connection |
| Constructor and Description |
|---|
PeerImpl(PeerTableImpl table,
int rating,
URI remotePeer,
String ip,
String portRange,
IMetaData metaData,
Configuration config,
Configuration peerConfig,
IFsmFactory fsmFactory,
ITransportLayerFactory trFactory,
IMessageParser parser,
IStatisticManager statisticFactory,
IConcurrentFactory concurrentFactory,
IConnection connection,
ISessionDatasource sessionDataSource) |
| Modifier and Type | Method and Description |
|---|---|
IConnection |
TransportLayerFactory.createConnection(InetAddress remoteAddress,
IConcurrentFactory factory,
int remotePort,
InetAddress localAddress,
int localPort,
IConnectionListener listener,
String ref) |
IConnection |
TransportLayerFactory.createConnection(InetAddress remoteAddress,
IConcurrentFactory factory,
int remotePort,
InetAddress localAddress,
int localPort,
String ref) |
| Modifier and Type | Class and Description |
|---|---|
class |
SCTPClientConnection |
| Modifier and Type | Class and Description |
|---|---|
class |
TCPClientConnection |
| Modifier and Type | Class and Description |
|---|---|
class |
TLSClientConnection |
| Modifier and Type | Method and Description |
|---|---|
IConnection |
IPeer.getConnection()
Return peer connection
|
| Modifier and Type | Method and Description |
|---|---|
void |
IPeer.addIncomingConnection(IConnection conn)
Add new network connection (wait CER/CEA)
|
| Modifier and Type | Method and Description |
|---|---|
void |
INetworkConnectionListener.newNetworkConnection(IConnection connection)
Invoked when an new connection created.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,IConnection> |
PeerImpl.incConnections |
| Modifier and Type | Method and Description |
|---|---|
IConnection |
PeerImpl.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentHashMap<String,IConnection> |
MutablePeerTableImpl.getIncConnections() |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerImpl.addIncomingConnection(IConnection conn) |
protected IPeer |
MutablePeerTableImpl.newPeerInstance(int rating,
URI uri,
String ip,
String portRange,
boolean attCnn,
IConnection connection,
MetaData metaData,
Configuration globalConfig,
Configuration peerConfig,
IFsmFactory fsmFactory,
ITransportLayerFactory transportFactory,
IMessageParser parser,
IStatisticManager statisticFactory,
IConcurrentFactory concurrentFactory) |
| Constructor and Description |
|---|
PeerImpl(int rating,
URI remotePeer,
String ip,
String portRange,
boolean attCnn,
IConnection connection,
MutablePeerTableImpl peerTable,
IMetaData metaData,
Configuration config,
Configuration peerConfig,
ISessionFactory sessionFactory,
IFsmFactory fsmFactory,
ITransportLayerFactory trFactory,
IStatisticManager statisticFactory,
IConcurrentFactory concurrentFactory,
IMessageParser parser,
INetwork nWork,
IOverloadManager oManager,
ISessionDatasource sessionDataSource)
Create instance of class
|
| Modifier and Type | Class and Description |
|---|---|
class |
SCTPServerConnection |
Copyright © 2016. All Rights Reserved.