| Methods in org.jdiameter.client.impl.controller with parameters of type IMessageParser |
protected org.jdiameter.api.Peer |
PeerTableImpl.createPeer(int rating,
java.lang.String uri,
java.lang.String ip,
java.lang.String portRange,
org.jdiameter.api.MetaData metaData,
org.jdiameter.api.Configuration config,
org.jdiameter.api.Configuration peerConfig,
IFsmFactory fsmFactory,
ITransportLayerFactory transportFactory,
IStatisticFactory statisticFactory,
IConcurrentFactory concurrentFactory,
IMessageParser parser)
|
protected void |
PeerTableImpl.init(IRouter router,
org.jdiameter.api.Configuration globalConfig,
org.jdiameter.api.MetaData metaData,
IFsmFactory fsmFactory,
ITransportLayerFactory transportFactory,
IStatisticFactory statisticFactory,
IConcurrentFactory concurrentFactory,
IMessageParser parser)
|
| Constructors in org.jdiameter.client.impl.controller with parameters of type IMessageParser |
PeerImpl(PeerTableImpl table,
int rating,
org.jdiameter.api.URI remotePeer,
java.lang.String ip,
java.lang.String portRange,
IMetaData metaData,
org.jdiameter.api.Configuration config,
org.jdiameter.api.Configuration peerConfig,
IFsmFactory fsmFactory,
ITransportLayerFactory trFactory,
IMessageParser parser,
IStatisticFactory statisticFactory,
IConcurrentFactory concurrentFactory,
IConnection connection)
|
PeerImpl(PeerTableImpl table,
int rating,
org.jdiameter.api.URI remotePeer,
java.lang.String ip,
java.lang.String portRange,
IMetaData metaData,
org.jdiameter.api.Configuration config,
org.jdiameter.api.Configuration peerConfig,
IFsmFactory fsmFactory,
ITransportLayerFactory trFactory,
IStatisticFactory statisticFactory,
IConcurrentFactory concurrentFactory,
IMessageParser parser)
|
PeerTableImpl(org.jdiameter.api.Configuration globalConfig,
org.jdiameter.api.MetaData metaData,
IRouter router,
IFsmFactory fsmFactory,
ITransportLayerFactory transportFactory,
IStatisticFactory statisticFactory,
IConcurrentFactory concurrentFactory,
IMessageParser parser)
|
| Constructors in org.jdiameter.client.impl.transport.tcp with parameters of type IMessageParser |
TCPClientConnection(org.jdiameter.api.Configuration config,
IConcurrentFactory concurrentFactory,
java.net.InetAddress remoteAddress,
int remotePort,
java.net.InetAddress localAddress,
int localPort,
IConnectionListener listener,
IMessageParser parser,
java.lang.String ref)
|
TCPClientConnection(org.jdiameter.api.Configuration config,
IConcurrentFactory concurrentFactory,
java.net.InetAddress remoteAddress,
int remotePort,
java.net.InetAddress localAddress,
int localPort,
IMessageParser parser,
java.lang.String ref)
|
TCPClientConnection(org.jdiameter.api.Configuration config,
IConcurrentFactory concurrentFactory,
java.net.Socket socket,
IMessageParser parser,
java.lang.String ref)
|
TCPClientConnection(IConcurrentFactory concurrentFactory,
IMessageParser parser)
|
TLSClientConnection(org.jdiameter.api.Configuration config,
IConcurrentFactory concurrentFactory,
java.net.InetAddress remoteAddress,
int remotePort,
java.net.InetAddress localAddress,
int localPort,
IConnectionListener listener,
IMessageParser parser,
java.lang.String ref)
|
TLSClientConnection(org.jdiameter.api.Configuration config,
IConcurrentFactory concurrentFactory,
java.net.InetAddress remoteAddress,
int remotePort,
java.net.InetAddress localAddress,
int localPort,
IMessageParser parser,
java.lang.String ref)
|
TLSClientConnection(org.jdiameter.api.Configuration config,
IConcurrentFactory concurrentFactory,
javax.net.ssl.SSLSocket socket,
IMessageParser parser,
java.lang.String ref)
|
| Methods in org.jdiameter.server.impl with parameters of type IMessageParser |
protected org.jdiameter.api.Peer |
MutablePeerTableImpl.createPeer(int rating,
java.lang.String uri,
java.lang.String ip,
java.lang.String portRange,
org.jdiameter.api.MetaData metaData,
org.jdiameter.api.Configuration globalConfig,
org.jdiameter.api.Configuration peerConfig,
IFsmFactory fsmFactory,
ITransportLayerFactory transportFactory,
IStatisticFactory statisticFactory,
IConcurrentFactory concurrentFactory,
IMessageParser parser)
|
protected IPeer |
MutablePeerTableImpl.newPeerInstance(int rating,
org.jdiameter.api.URI uri,
java.lang.String ip,
java.lang.String portRange,
boolean attCnn,
IConnection connection,
org.jdiameter.api.MetaData metaData,
org.jdiameter.api.Configuration globalConfig,
org.jdiameter.api.Configuration peerConfig,
IFsmFactory fsmFactory,
ITransportLayerFactory transportFactory,
IMessageParser parser,
IStatisticFactory statisticFactory,
IConcurrentFactory concurrentFactory)
|
| Constructors in org.jdiameter.server.impl with parameters of type IMessageParser |
MutablePeerTableImpl(org.jdiameter.api.Configuration config,
org.jdiameter.api.MetaData metaData,
IRouter router,
ISessionFactory sessionFactory,
IFsmFactory fsmFactory,
ITransportLayerFactory trFactory,
IMessageParser parser,
INetwork network,
IOverloadManager ovrManager,
IStatisticFactory statisticFactory,
IConcurrentFactory concurrentFactory)
|
PeerImpl(int rating,
org.jdiameter.api.URI remotePeer,
java.lang.String ip,
java.lang.String portRange,
boolean attCnn,
IConnection connection,
MutablePeerTableImpl peerTable,
IMetaData metaData,
org.jdiameter.api.Configuration config,
org.jdiameter.api.Configuration peerConfig,
ISessionFactory sessionFactory,
IFsmFactory fsmFactory,
ITransportLayerFactory trFactory,
IStatisticFactory statisticFactory,
IConcurrentFactory concurrentFactory,
IMessageParser parser,
INetwork nWork,
IOverloadManager oManager)
Create instance of class |