Uses of Interface
org.jdiameter.server.api.INetwork

Packages that use INetwork
org.jdiameter.server.impl   
 

Uses of INetwork in org.jdiameter.server.impl
 

Classes in org.jdiameter.server.impl that implement INetwork
 class NetworkImpl
           
 

Fields in org.jdiameter.server.impl declared as INetwork
protected  INetwork MetaDataImpl.ServerLocalPeer.net
           
protected  INetwork PeerImpl.network
           
protected  INetwork MutablePeerTableImpl.network
           
 

Constructors in org.jdiameter.server.impl with parameters of type INetwork
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, java.lang.String ip, java.lang.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
 



Copyright © 2014. All Rights Reserved.