Uses of Interface
org.jdiameter.client.api.parser.IMessageParser

Packages that use IMessageParser
org.jdiameter.client.impl   
org.jdiameter.client.impl.app.gx   
org.jdiameter.client.impl.app.ro   
org.jdiameter.client.impl.app.rx   
org.jdiameter.client.impl.controller   
org.jdiameter.client.impl.parser   
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.impl   
org.jdiameter.server.impl.io   
org.jdiameter.server.impl.io.sctp   
org.jdiameter.server.impl.io.tcp   
org.jdiameter.server.impl.io.tls   
 

Uses of IMessageParser in org.jdiameter.client.impl
 

Fields in org.jdiameter.client.impl declared as IMessageParser
protected  IMessageParser BaseSessionImpl.parser
           
 

Uses of IMessageParser in org.jdiameter.client.impl.app.gx
 

Fields in org.jdiameter.client.impl.app.gx declared as IMessageParser
protected  IMessageParser ClientGxSessionImpl.parser
           
 

Uses of IMessageParser in org.jdiameter.client.impl.app.ro
 

Fields in org.jdiameter.client.impl.app.ro declared as IMessageParser
protected  IMessageParser ClientRoSessionImpl.parser
           
 

Uses of IMessageParser in org.jdiameter.client.impl.app.rx
 

Fields in org.jdiameter.client.impl.app.rx declared as IMessageParser
protected  IMessageParser ClientRxSessionImpl.parser
           
 

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

Fields in org.jdiameter.client.impl.controller declared as IMessageParser
protected  IMessageParser PeerImpl.parser
           
 

Methods in org.jdiameter.client.impl.controller with parameters of type IMessageParser
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 IMessageParser
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 IMessageParser in org.jdiameter.client.impl.parser
 

Classes in org.jdiameter.client.impl.parser that implement IMessageParser
 class MessageParser
           
 

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

Fields in org.jdiameter.client.impl.transport declared as IMessageParser
protected  IMessageParser TransportLayerFactory.parser
           
 

Constructors in org.jdiameter.client.impl.transport with parameters of type IMessageParser
TransportLayerFactory(Configuration config, IMessageParser parser)
           
 

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

Constructors in org.jdiameter.client.impl.transport.sctp with parameters of type IMessageParser
SCTPClientConnection(Configuration config, IConcurrentFactory concurrentFactory, java.net.InetAddress remoteAddress, int remotePort, java.net.InetAddress localAddress, int localPort, IConnectionListener listener, IMessageParser parser, java.lang.String ref)
           
SCTPClientConnection(Configuration config, IConcurrentFactory concurrentFactory, java.net.InetAddress remoteAddress, int remotePort, java.net.InetAddress localAddress, int localPort, IMessageParser parser, java.lang.String ref)
           
SCTPClientConnection(IMessageParser parser)
           
 

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

Constructors in org.jdiameter.client.impl.transport.tcp with parameters of type IMessageParser
TCPClientConnection(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(Configuration config, IConcurrentFactory concurrentFactory, java.net.InetAddress remoteAddress, int remotePort, java.net.InetAddress localAddress, int localPort, IMessageParser parser, java.lang.String ref)
           
TCPClientConnection(Configuration config, IConcurrentFactory concurrentFactory, java.net.Socket socket, IMessageParser parser, java.lang.String ref)
           
TCPClientConnection(IConcurrentFactory concurrentFactory, IMessageParser parser)
           
 

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

Constructors in org.jdiameter.client.impl.transport.tls with parameters of type IMessageParser
TLSClientConnection(Configuration config, Configuration localPeerSSLConfig, IConcurrentFactory concurrentFactory, java.net.Socket socket, IMessageParser parser)
           
TLSClientConnection(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(Configuration config, IConcurrentFactory concurrentFactory, java.net.InetAddress remoteAddress, int remotePort, java.net.InetAddress localAddress, int localPort, IMessageParser parser, java.lang.String ref)
           
TLSTransportClient(TLSClientConnection parenConnection, IConcurrentFactory concurrentFactory, IMessageParser parser)
          Default constructor
 

Uses of IMessageParser in org.jdiameter.server.impl
 

Fields in org.jdiameter.server.impl declared as IMessageParser
protected  IMessageParser MutablePeerTableImpl.parser
           
 

Methods in org.jdiameter.server.impl with parameters of type IMessageParser
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)
           
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 IMessageParser
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
 

Uses of IMessageParser in org.jdiameter.server.impl.io
 

Constructors in org.jdiameter.server.impl.io with parameters of type IMessageParser
TransportLayerFactory(Configuration conf, IConcurrentFactory concurrentFactory, IMessageParser parser, IMetaData metaData)
           
 

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

Fields in org.jdiameter.server.impl.io.sctp declared as IMessageParser
protected  IMessageParser NetworkGuard.parser
           
 

Constructors in org.jdiameter.server.impl.io.sctp with parameters of type IMessageParser
NetworkGuard(java.net.InetAddress[] inetAddresses, int port, IConcurrentFactory concurrentFactory, IMessageParser parser, IMetaData data)
           
NetworkGuard(java.net.InetAddress inetAddress, int port, IConcurrentFactory concurrentFactory, IMessageParser parser, IMetaData data)
           
NetworkGuard(java.net.InetAddress inetAddress, int port, IMessageParser parser)
          Deprecated. 
SCTPServerConnection(Configuration config, java.net.InetAddress localAddress, int localPort, IMessageParser parser, java.lang.String ref, NetworkGuard guard)
           
SCTPServerConnection(Configuration config, java.net.InetAddress remoteAddress, int remotePort, java.net.InetAddress localAddress, int localPort, IMessageParser parser, java.lang.String ref, NetworkGuard guard, org.mobicents.protocols.api.Server globalServer, org.mobicents.protocols.api.Association association, org.mobicents.protocols.api.Management management)
           
SCTPServerConnection(IMessageParser parser, NetworkGuard guard)
           
 

Uses of IMessageParser in org.jdiameter.server.impl.io.tcp
 

Fields in org.jdiameter.server.impl.io.tcp declared as IMessageParser
protected  IMessageParser NetworkGuard.parser
           
 

Constructors in org.jdiameter.server.impl.io.tcp with parameters of type IMessageParser
NetworkGuard(java.net.InetAddress[] inetAddress, int port, IConcurrentFactory concurrentFactory, IMessageParser parser, IMetaData data)
           
NetworkGuard(java.net.InetAddress inetAddress, int port, IConcurrentFactory concurrentFactory, IMessageParser parser, IMetaData data)
           
NetworkGuard(java.net.InetAddress inetAddress, int port, IMessageParser parser)
          Deprecated. 
 

Uses of IMessageParser in org.jdiameter.server.impl.io.tls
 

Constructors in org.jdiameter.server.impl.io.tls with parameters of type IMessageParser
NetworkGuard(java.net.InetAddress inetAddress, int port, IConcurrentFactory concurrentFactory, IMessageParser parser, IMetaData data)
           
 



Copyright © 2014. All Rights Reserved.