| Modifier and Type | Method and Description |
|---|---|
boolean |
IPeer.handleMessage(EventTypes type,
IMessage message,
String key)
Put message to peer fsm
|
boolean |
IPeer.sendMessage(IMessage message)
Send message to diameter network
|
| Modifier and Type | Method and Description |
|---|---|
void |
IContext.sendCeaMessage(int resultCode,
Message cer,
String errMessage)
This method allow sent CEA command to remote peer
|
void |
IContext.sendCerMessage()
This method allow sent CER command to remote peer
|
void |
IContext.sendDpaMessage(IMessage dpr,
int resultCode,
String errorMessage)
This method allow sent DPA command to remote peer
|
void |
IContext.sendDprMessage(int disconnectCause)
This method allow sent DPR command to remote peer
|
void |
IContext.sendDwaMessage(IMessage dwr,
int resultCode,
String errorMessage)
This method allow sent DWA command to remote peer
|
void |
IContext.sendDwrMessage()
This method allow sent DWR command to remote peer
|
boolean |
IContext.sendMessage(IMessage message)
This method allow sent message to remote peer
|
| Modifier and Type | Method and Description |
|---|---|
void |
IConnectionListener.internalError(String connKey,
IMessage message,
TransportException cause)
Notifies that connection is generated excpetion
|
| Modifier and Type | Method and Description |
|---|---|
void |
IConnection.connect()
Connect with remote host
|
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
|
void |
IConnection.sendMessage(IMessage message)
Send message to remote host
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
MetaDataImpl.ClientLocalPeer.handleMessage(EventTypes type,
IMessage message,
String key) |
boolean |
MetaDataImpl.ClientLocalPeer.sendMessage(IMessage message) |
| Modifier and Type | Method and Description |
|---|---|
protected Peer |
PeerTableImpl.createPeer(int rating,
String uri,
String ip,
String portRange,
MetaData metaData,
Configuration config,
Configuration peerConfig,
IFsmFactory fsmFactory,
ITransportLayerFactory transportFactory,
IStatisticManager statisticFactory,
IConcurrentFactory concurrentFactory,
IMessageParser parser) |
boolean |
PeerImpl.handleMessage(EventTypes type,
IMessage message,
String key) |
void |
PeerImpl.ActionContext.sendCeaMessage(int resultCode,
Message cer,
String errMessage) |
void |
PeerImpl.ActionContext.sendCerMessage() |
void |
PeerImpl.ActionContext.sendDpaMessage(IMessage dpr,
int resultCode,
String errorMessage) |
void |
PeerImpl.ActionContext.sendDprMessage(int disconnectCause) |
void |
PeerImpl.ActionContext.sendDwaMessage(IMessage dwr,
int resultCode,
String errorMessage) |
void |
PeerImpl.ActionContext.sendDwrMessage() |
boolean |
PeerImpl.sendMessage(IMessage message) |
boolean |
PeerImpl.ActionContext.sendMessage(IMessage message) |
| 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) |
PeerImpl(PeerTableImpl table,
int rating,
URI remotePeer,
String ip,
String portRange,
IMetaData metaData,
Configuration config,
Configuration peerConfig,
IFsmFactory fsmFactory,
ITransportLayerFactory trFactory,
IStatisticManager statisticFactory,
IConcurrentFactory concurrentFactory,
IMessageParser parser,
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) |
| Constructor and Description |
|---|
TransportLayerFactory(Configuration config,
IMessageParser parser) |
| Modifier and Type | Method and Description |
|---|---|
void |
SCTPClientConnection.connect() |
void |
SCTPClientConnection.sendMessage(IMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
TCPClientConnection.connect() |
void |
TCPClientConnection.sendMessage(IMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
TCPClientConnection.connect() |
void |
TCPClientConnection.sendMessage(IMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
TLSClientConnection.connect() |
void |
TLSClientConnection.sendMessage(IMessage message) |
| Modifier and Type | Method and Description |
|---|---|
void |
TLSClientConnection.connect() |
void |
TLSClientConnection.sendMessage(IMessage message) |
| Modifier and Type | Method and Description |
|---|---|
INetworkGuard |
ITransportLayerFactory.createNetworkGuard(InetAddress[] inetAddress,
int port)
Create INetworkGuard instance with predefined parameters
|
INetworkGuard |
ITransportLayerFactory.createNetworkGuard(InetAddress[] inetAddress,
int port,
INetworkConnectionListener listener)
Create INetworkGuard instance with predefined parameters
|
INetworkGuard |
ITransportLayerFactory.createNetworkGuard(InetAddress inetAddress,
int port)
Create INetworkGuard instance with predefined parameters
|
INetworkGuard |
ITransportLayerFactory.createNetworkGuard(InetAddress inetAddress,
int port,
INetworkConnectionListener listener)
Create INetworkGuard instance with predefined parameters
|
| Modifier and Type | Method and Description |
|---|---|
protected Peer |
MutablePeerTableImpl.createPeer(int rating,
String uri,
String ip,
String portRange,
MetaData metaData,
Configuration globalConfig,
Configuration peerConfig,
IFsmFactory fsmFactory,
ITransportLayerFactory transportFactory,
IStatisticManager statisticFactory,
IConcurrentFactory concurrentFactory,
IMessageParser parser) |
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) |
void |
PeerImpl.LocalActionConext.sendCeaMessage(int resultCode,
Message cer,
String errMessage) |
boolean |
MetaDataImpl.ServerLocalPeer.sendMessage(IMessage message) |
| 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 | Method and Description |
|---|---|
INetworkGuard |
TransportLayerFactory.createNetworkGuard(InetAddress[] inetAddress,
int port) |
INetworkGuard |
TransportLayerFactory.createNetworkGuard(InetAddress[] inetAddress,
int port,
INetworkConnectionListener listener) |
INetworkGuard |
TransportLayerFactory.createNetworkGuard(InetAddress inetAddress,
int port) |
INetworkGuard |
TransportLayerFactory.createNetworkGuard(InetAddress inetAddress,
int port,
INetworkConnectionListener listener) |
| Constructor and Description |
|---|
TransportLayerFactory(Configuration conf,
IConcurrentFactory concurrentFactory,
IMessageParser parser,
IMetaData metaData) |
| Modifier and Type | Method and Description |
|---|---|
void |
SCTPServerConnection.connect() |
void |
SCTPServerConnection.sendMessage(IMessage message) |
Copyright © 2016. All Rights Reserved.