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  org.jdiameter.api.Peer PeerTableImpl.createPeer(int rating, java.lang.String uri, org.jdiameter.api.MetaData metaData, org.jdiameter.api.Configuration config, org.jdiameter.api.Configuration peerConfig, IFsmFactory fsmFactory, ITransportLayerFactory transportFactory, IMessageParser parser)
           
protected  void PeerTableImpl.init(IRouter router, org.jdiameter.api.Configuration globalConfig, org.jdiameter.api.MetaData metaData, IFsmFactory fsmFactory, ITransportLayerFactory transportFactory, IMessageParser parser)
           
 

Constructors in org.jdiameter.client.impl.controller with parameters of type ITransportLayerFactory
PeerImpl(PeerTableImpl table, int rating, org.jdiameter.api.URI remotePeer, IMetaData metaData, org.jdiameter.api.Configuration config, org.jdiameter.api.Configuration peerConfig, IFsmFactory fsmFactory, ITransportLayerFactory trFactory, IMessageParser parser)
           
PeerImpl(PeerTableImpl table, int rating, org.jdiameter.api.URI remotePeer, IMetaData metaData, org.jdiameter.api.Configuration config, org.jdiameter.api.Configuration peerConfig, IFsmFactory fsmFactory, ITransportLayerFactory trFactory, IMessageParser parser, IConnection connection)
           
PeerTableImpl(org.jdiameter.api.Configuration globalConfig, org.jdiameter.api.MetaData metaData, IRouter router, IFsmFactory fsmFactory, ITransportLayerFactory transportFactory, 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  org.jdiameter.api.Peer MutablePeerTableImpl.createPeer(int rating, java.lang.String uri, org.jdiameter.api.MetaData metaData, org.jdiameter.api.Configuration globalConfig, org.jdiameter.api.Configuration peerConfig, IFsmFactory fsmFactory, ITransportLayerFactory transportFactory, IMessageParser parser)
           
 

Constructors in org.jdiameter.server.impl with parameters of type ITransportLayerFactory
PeerImpl(MutablePeerTableImpl mgr, int rating, org.jdiameter.api.URI remotePeer, IMetaData metaData, org.jdiameter.api.Configuration config, org.jdiameter.api.Configuration peerConfig, ISessionFactory sessionFactory, IFsmFactory fsmFactory, ITransportLayerFactory trFactory, IMessageParser parser, INetwork nWork, IOverloadManager oManager, boolean attCnn, IConnection connection)
          Create instance of class
 



Copyright © 2008. All Rights Reserved.