Uses of Interface
org.jdiameter.client.api.io.ITransportLayerFactory

Packages that use ITransportLayerFactory
org.jdiameter.client.impl.controller   
org.jdiameter.client.impl.transport   
org.jdiameter.server.api.io   
org.jdiameter.server.impl   
 

Uses of ITransportLayerFactory in org.jdiameter.client.impl.controller
 

Methods in org.jdiameter.client.impl.controller with parameters of type ITransportLayerFactory
protected  Peer PeerTableImpl.createPeer(int rating, java.lang.String uri, java.lang.String ip, java.lang.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)
           
 

Constructors in org.jdiameter.client.impl.controller with parameters of type ITransportLayerFactory
PeerImpl(PeerTableImpl table, int rating, URI remotePeer, java.lang.String ip, java.lang.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, java.lang.String ip, java.lang.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)
           
 

Uses of ITransportLayerFactory in org.jdiameter.client.impl.transport
 

Classes in org.jdiameter.client.impl.transport that implement ITransportLayerFactory
 class TransportLayerFactory
           
 

Uses of ITransportLayerFactory in org.jdiameter.server.api.io
 

Subinterfaces of ITransportLayerFactory in org.jdiameter.server.api.io
 interface ITransportLayerFactory
          Factory of Network Layer elements.
 

Uses of ITransportLayerFactory in org.jdiameter.server.impl
 

Methods in org.jdiameter.server.impl with parameters of type ITransportLayerFactory
protected  Peer MutablePeerTableImpl.createPeer(int rating, java.lang.String uri, java.lang.String ip, java.lang.String portRange, MetaData metaData, Configuration globalConfig, Configuration peerConfig, IFsmFactory fsmFactory, ITransportLayerFactory transportFactory, IStatisticManager statisticFactory, IConcurrentFactory concurrentFactory, IMessageParser parser)
           
 

Constructors in org.jdiameter.server.impl with parameters of type ITransportLayerFactory
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.