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

Packages that use IConnection
org.jdiameter.client.api.io   
org.jdiameter.client.impl.controller   
org.jdiameter.client.impl.transport   
org.jdiameter.client.impl.transport.sctp   
org.jdiameter.client.impl.transport.tcp   
org.jdiameter.client.impl.transport.tls   
org.jdiameter.server.api   
org.jdiameter.server.api.io   
org.jdiameter.server.impl   
org.jdiameter.server.impl.io.sctp   
 

Uses of IConnection in org.jdiameter.client.api.io
 

Methods in org.jdiameter.client.api.io that return IConnection
 IConnection ITransportLayerFactory.createConnection(java.net.InetAddress remoteAddress, IConcurrentFactory factory, int remotePort, java.net.InetAddress localAddress, int localPort, IConnectionListener listener, java.lang.String ref)
          Create new IConnection instance with predefined parameters
 IConnection ITransportLayerFactory.createConnection(java.net.InetAddress remoteAddress, IConcurrentFactory factory, int remotePort, java.net.InetAddress localAddress, int localPort, java.lang.String ref)
          Create new IConnection instance with predefined parameters
 

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

Fields in org.jdiameter.client.impl.controller declared as IConnection
protected  IConnection PeerImpl.connection
           
 

Constructors in org.jdiameter.client.impl.controller with parameters of type IConnection
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)
           
 

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

Methods in org.jdiameter.client.impl.transport that return IConnection
 IConnection TransportLayerFactory.createConnection(java.net.InetAddress remoteAddress, IConcurrentFactory factory, int remotePort, java.net.InetAddress localAddress, int localPort, IConnectionListener listener, java.lang.String ref)
           
 IConnection TransportLayerFactory.createConnection(java.net.InetAddress remoteAddress, IConcurrentFactory factory, int remotePort, java.net.InetAddress localAddress, int localPort, java.lang.String ref)
           
 

Uses of IConnection in org.jdiameter.client.impl.transport.sctp
 

Classes in org.jdiameter.client.impl.transport.sctp that implement IConnection
 class SCTPClientConnection
           
 

Uses of IConnection in org.jdiameter.client.impl.transport.tcp
 

Classes in org.jdiameter.client.impl.transport.tcp that implement IConnection
 class TCPClientConnection
           
 

Uses of IConnection in org.jdiameter.client.impl.transport.tls
 

Classes in org.jdiameter.client.impl.transport.tls that implement IConnection
 class TLSClientConnection
           
 

Uses of IConnection in org.jdiameter.server.api
 

Methods in org.jdiameter.server.api that return IConnection
 IConnection IPeer.getConnection()
          Return peer connection
 

Methods in org.jdiameter.server.api with parameters of type IConnection
 void IPeer.addIncomingConnection(IConnection conn)
          Add new network connection (wait CER/CEA)
 

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

Methods in org.jdiameter.server.api.io with parameters of type IConnection
 void INetworkConnectionListener.newNetworkConnection(IConnection connection)
          Invoked when an new connection created.
 

Uses of IConnection in org.jdiameter.server.impl
 

Fields in org.jdiameter.server.impl with type parameters of type IConnection
protected  java.util.Map<java.lang.String,IConnection> PeerImpl.incConnections
           
 

Methods in org.jdiameter.server.impl that return IConnection
 IConnection PeerImpl.getConnection()
           
 

Methods in org.jdiameter.server.impl that return types with arguments of type IConnection
 java.util.concurrent.ConcurrentHashMap<java.lang.String,IConnection> MutablePeerTableImpl.getIncConnections()
           
 

Methods in org.jdiameter.server.impl with parameters of type IConnection
 void PeerImpl.addIncomingConnection(IConnection conn)
           
protected  IPeer MutablePeerTableImpl.newPeerInstance(int rating, URI uri, java.lang.String ip, java.lang.String portRange, boolean attCnn, IConnection connection, MetaData metaData, Configuration globalConfig, Configuration peerConfig, IFsmFactory fsmFactory, ITransportLayerFactory transportFactory, IMessageParser parser, IStatisticManager statisticFactory, IConcurrentFactory concurrentFactory)
           
 

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

Uses of IConnection in org.jdiameter.server.impl.io.sctp
 

Classes in org.jdiameter.server.impl.io.sctp that implement IConnection
 class SCTPServerConnection
           
 



Copyright © 2014. All Rights Reserved.