| Modifier and Type | Field and Description |
|---|---|
protected IMessageParser |
BaseSessionImpl.parser |
| Modifier and Type | Field and Description |
|---|---|
protected IMessageParser |
ClientGxSessionImpl.parser |
| Modifier and Type | Field and Description |
|---|---|
protected IMessageParser |
ClientRoSessionImpl.parser |
| Modifier and Type | Field and Description |
|---|---|
protected IMessageParser |
ClientRxSessionImpl.parser |
| Modifier and Type | Field and Description |
|---|---|
protected IMessageParser |
PeerImpl.parser |
| 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) |
protected void |
PeerTableImpl.init(IContainer stack,
IRouter router,
Configuration globalConfig,
MetaData metaData,
IFsmFactory fsmFactory,
ITransportLayerFactory transportFactory,
IStatisticManager statisticFactory,
IConcurrentFactory concurrentFactory,
IMessageParser parser) |
| 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) |
PeerTableImpl(Configuration globalConfig,
MetaData metaData,
IContainer stack,
IRouter router,
IFsmFactory fsmFactory,
ITransportLayerFactory transportFactory,
IStatisticManager statisticFactory,
IConcurrentFactory concurrentFactory,
IMessageParser parser) |
| Modifier and Type | Class and Description |
|---|---|
class |
MessageParser |
| Modifier and Type | Field and Description |
|---|---|
protected IMessageParser |
TransportLayerFactory.parser |
| Constructor and Description |
|---|
TransportLayerFactory(Configuration config,
IMessageParser parser) |
| Constructor and Description |
|---|
SCTPClientConnection(Configuration config,
IConcurrentFactory concurrentFactory,
InetAddress remoteAddress,
int remotePort,
InetAddress localAddress,
int localPort,
IConnectionListener listener,
IMessageParser parser,
String ref) |
SCTPClientConnection(Configuration config,
IConcurrentFactory concurrentFactory,
InetAddress remoteAddress,
int remotePort,
InetAddress localAddress,
int localPort,
IMessageParser parser,
String ref) |
SCTPClientConnection(IMessageParser parser) |
| Constructor and Description |
|---|
TCPClientConnection(Configuration config,
IConcurrentFactory concurrentFactory,
InetAddress remoteAddress,
int remotePort,
InetAddress localAddress,
int localPort,
IConnectionListener listener,
IMessageParser parser,
String ref) |
TCPClientConnection(Configuration config,
IConcurrentFactory concurrentFactory,
InetAddress remoteAddress,
int remotePort,
InetAddress localAddress,
int localPort,
IMessageParser parser,
String ref) |
TCPClientConnection(Configuration config,
IConcurrentFactory concurrentFactory,
Socket socket,
IMessageParser parser,
String ref) |
TCPClientConnection(IConcurrentFactory concurrentFactory,
IMessageParser parser) |
| Modifier and Type | Field and Description |
|---|---|
protected IMessageParser |
DiameterMessageEncoder.parser |
protected IMessageParser |
TCPTransportClient.parser |
protected IMessageParser |
DiameterMessageDecoder.parser |
| Constructor and Description |
|---|
TLSClientConnection(Configuration config,
Configuration localPeerSSLConfig,
IConcurrentFactory concurrentFactory,
Socket socket,
IMessageParser parser) |
TLSClientConnection(Configuration config,
IConcurrentFactory concurrentFactory,
InetAddress remoteAddress,
int remotePort,
InetAddress localAddress,
int localPort,
IConnectionListener listener,
IMessageParser parser,
String ref) |
TLSClientConnection(Configuration config,
IConcurrentFactory concurrentFactory,
InetAddress remoteAddress,
int remotePort,
InetAddress localAddress,
int localPort,
IMessageParser parser,
String ref) |
TLSTransportClient(TLSClientConnection parenConnection,
IConcurrentFactory concurrentFactory,
IMessageParser parser)
Default constructor
|
| Modifier and Type | Field and Description |
|---|---|
protected IMessageParser |
DiameterMessageDecoder.parser |
protected IMessageParser |
DiameterMessageEncoder.parser |
| Modifier and Type | Method and Description |
|---|---|
IMessageParser |
TLSTransportClient.getParser() |
| Modifier and Type | Field and Description |
|---|---|
protected IMessageParser |
MutablePeerTableImpl.parser |
| 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) |
| Constructor and Description |
|---|
MutablePeerTableImpl(Configuration config,
MetaData metaData,
IContainer stack,
IRouter router,
ISessionFactory sessionFactory,
IFsmFactory fsmFactory,
ITransportLayerFactory trFactory,
IMessageParser parser,
INetwork network,
IOverloadManager ovrManager,
IStatisticManager statisticFactory,
IConcurrentFactory concurrentFactory) |
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
|
| Constructor and Description |
|---|
TransportLayerFactory(Configuration conf,
IConcurrentFactory concurrentFactory,
IMessageParser parser,
IMetaData metaData) |
| Modifier and Type | Field and Description |
|---|---|
protected IMessageParser |
NetworkGuard.parser |
| Constructor and Description |
|---|
NetworkGuard(InetAddress[] inetAddresses,
int port,
IConcurrentFactory concurrentFactory,
IMessageParser parser,
IMetaData data) |
NetworkGuard(InetAddress inetAddress,
int port,
IConcurrentFactory concurrentFactory,
IMessageParser parser,
IMetaData data) |
NetworkGuard(InetAddress inetAddress,
int port,
IMessageParser parser)
Deprecated.
|
SCTPServerConnection(Configuration config,
InetAddress localAddress,
int localPort,
IMessageParser parser,
String ref,
NetworkGuard guard) |
SCTPServerConnection(Configuration config,
InetAddress remoteAddress,
int remotePort,
InetAddress localAddress,
int localPort,
IMessageParser parser,
String ref,
NetworkGuard guard,
org.mobicents.protocols.api.Server globalServer,
org.mobicents.protocols.api.Association association,
org.mobicents.protocols.api.Management management) |
SCTPServerConnection(IMessageParser parser,
NetworkGuard guard) |
| Modifier and Type | Field and Description |
|---|---|
protected IMessageParser |
NetworkGuard.parser |
| Constructor and Description |
|---|
NetworkGuard(InetAddress[] inetAddress,
int port,
IConcurrentFactory concurrentFactory,
IMessageParser parser,
IMetaData data) |
NetworkGuard(InetAddress inetAddress,
int port,
IConcurrentFactory concurrentFactory,
IMessageParser parser,
IMetaData data) |
NetworkGuard(InetAddress inetAddress,
int port,
IMessageParser parser)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
protected IMessageParser |
NetworkGuard.parser |
| Constructor and Description |
|---|
NetworkGuard(InetAddress[] inetAddress,
int port,
IConcurrentFactory concurrentFactory,
IMessageParser parser,
IMetaData data) |
NetworkGuard(InetAddress inetAddress,
int port,
IConcurrentFactory concurrentFactory,
IMessageParser parser,
IMetaData data) |
NetworkGuard(InetAddress inetAddress,
int port,
IMessageParser parser)
Deprecated.
|
| Constructor and Description |
|---|
NetworkGuard(InetAddress inetAddress,
int port,
IConcurrentFactory concurrentFactory,
IMessageParser parser,
IMetaData data) |
| Modifier and Type | Field and Description |
|---|---|
protected IMessageParser |
NetworkGuard.parser |
| Constructor and Description |
|---|
NetworkGuard(InetAddress[] inetAddress,
int port,
IConcurrentFactory concurrentFactory,
IMessageParser parser,
IMetaData data) |
NetworkGuard(InetAddress inetAddress,
int port,
IConcurrentFactory concurrentFactory,
IMessageParser parser,
IMetaData data) |
NetworkGuard(InetAddress inetAddress,
int port,
IMessageParser parser)
Deprecated.
|
Copyright © 2016. All Rights Reserved.