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

Packages that use IMessageParser
org.jdiameter.client.impl   
org.jdiameter.client.impl.app.cca   
org.jdiameter.client.impl.app.ro   
org.jdiameter.client.impl.controller   
org.jdiameter.client.impl.parser   
org.jdiameter.client.impl.transport   
org.jdiameter.client.impl.transport.tcp   
org.jdiameter.server.impl   
org.jdiameter.server.impl.io   
org.jdiameter.server.impl.io.tcp   
 

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.cca
 

Fields in org.jdiameter.client.impl.app.cca declared as IMessageParser
protected  IMessageParser ClientCCASessionImpl.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.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, IStatisticFactory statisticFactory, IConcurrentFactory concurrentFactory, IMessageParser parser)
           
protected  void PeerTableImpl.init(IContainer stack, IRouter router, Configuration globalConfig, MetaData metaData, IFsmFactory fsmFactory, ITransportLayerFactory transportFactory, IStatisticFactory statisticFactory, IConcurrentFactory concurrentFactory, IMessageParser parser)
           
 

Constructors in org.jdiameter.client.impl.controller with parameters of type IMessageParser
PeerImpl(PeerTableImpl table, ISessionDatasource sessionDataSource, int rating, URI remotePeer, java.lang.String ip, java.lang.String portRange, IMetaData metaData, Configuration config, Configuration peerConfig, IFsmFactory fsmFactory, ITransportLayerFactory trFactory, IMessageParser parser, IStatisticFactory statisticFactory, IConcurrentFactory concurrentFactory, IConnection connection)
           
PeerImpl(PeerTableImpl table, ISessionDatasource sessionDataSource, int rating, URI remotePeer, java.lang.String ip, java.lang.String portRange, IMetaData metaData, Configuration config, Configuration peerConfig, IFsmFactory fsmFactory, ITransportLayerFactory trFactory, IStatisticFactory statisticFactory, IConcurrentFactory concurrentFactory, IMessageParser parser)
           
PeerTableImpl(Configuration globalConfig, MetaData metaData, IContainer stack, IRouter router, IFsmFactory fsmFactory, ITransportLayerFactory transportFactory, IStatisticFactory 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.tcp
 

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

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)
           
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)
           
TLSClientConnection(Configuration config, IConcurrentFactory concurrentFactory, javax.net.ssl.SSLSocket socket, IMessageParser parser, java.lang.String ref)
           
 

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, IStatisticFactory 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, IStatisticFactory 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, IStatisticFactory 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, ISessionDatasource sessionDataSource, ISessionFactory sessionFactory, IFsmFactory fsmFactory, ITransportLayerFactory trFactory, IStatisticFactory statisticFactory, IConcurrentFactory concurrentFactory, IMessageParser parser, INetwork nWork, IOverloadManager oManager)
          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)
           
 

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)
           
NetworkGuard(java.net.InetAddress inetAddress, int port, IMessageParser parser)
          Deprecated. 
 



Copyright © 2010. All Rights Reserved.