Uses of Class
org.jdiameter.client.api.io.TransportException

Packages that use TransportException
org.jdiameter.client.api.controller   
org.jdiameter.client.api.fsm   
org.jdiameter.client.api.io   
org.jdiameter.client.impl   
org.jdiameter.client.impl.controller   
org.jdiameter.client.impl.transport   
org.jdiameter.client.impl.transport.tcp   
org.jdiameter.server.api.io   
org.jdiameter.server.impl   
org.jdiameter.server.impl.io   
 

Uses of TransportException in org.jdiameter.client.api.controller
 

Methods in org.jdiameter.client.api.controller that throw TransportException
 boolean IPeer.sendMessage(IMessage message)
          Send message to diameter network
 

Uses of TransportException in org.jdiameter.client.api.fsm
 

Methods in org.jdiameter.client.api.fsm that throw TransportException
 void IContext.sendCeaMessage(int resultCode, org.jdiameter.api.Message cer, java.lang.String errMessage)
          This method allow sent CEA command to remote peer
 void IContext.sendCerMessage()
          This method allow sent CER command to remote peer
 void IContext.sendDpaMessage(IMessage dpr, int resultCode, java.lang.String errorMessage)
          This method allow sent DPA command to remote peer
 void IContext.sendDprMessage(int disconnectCause)
          This method allow sent DPR command to remote peer
 void IContext.sendDwaMessage(IMessage dwr, int resultCode, java.lang.String errorMessage)
          This method allow sent DWA command to remote peer
 void IContext.sendDwrMessage()
          This method allow sent DWR command to remote peer
 boolean IContext.sendMessage(IMessage message)
          This method allow sent message to remote peer
 

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

Methods in org.jdiameter.client.api.io with parameters of type TransportException
 void IConnectionListener.internalError(java.lang.String connKey, IMessage message, TransportException cause)
          Notifies that connection is generated excpetion
 

Methods in org.jdiameter.client.api.io that throw TransportException
 void IConnection.connect()
          Connect with remote host
 IConnection ITransportLayerFactory.createConnection(java.net.InetAddress inetAddress, int port, IConnectionListener listener, java.lang.String ref)
          Create new IConnection instance with predefined parameters
 IConnection ITransportLayerFactory.createConnection(java.net.InetAddress inetAddress, int port, java.lang.String ref)
          Create new IConnection instance with predefined parameters
 void IConnection.sendMessage(IMessage message)
          Send message to remote host
 

Uses of TransportException in org.jdiameter.client.impl
 

Methods in org.jdiameter.client.impl that throw TransportException
 boolean MetaDataImpl.LocalPeer.sendMessage(IMessage message)
           
 

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

Methods in org.jdiameter.client.impl.controller that throw TransportException
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)
           
 void PeerImpl.ActionContext.sendCeaMessage(int resultCode, org.jdiameter.api.Message cer, java.lang.String errMessage)
           
 void PeerImpl.ActionContext.sendCerMessage()
           
 void PeerImpl.ActionContext.sendDpaMessage(IMessage dpr, int resultCode, java.lang.String errorMessage)
           
 void PeerImpl.ActionContext.sendDprMessage(int disconnectCause)
           
 void PeerImpl.ActionContext.sendDwaMessage(IMessage dwr, int resultCode, java.lang.String errorMessage)
           
 void PeerImpl.ActionContext.sendDwrMessage()
           
 boolean PeerImpl.sendMessage(IMessage message)
           
 boolean PeerImpl.ActionContext.sendMessage(IMessage message)
           
 

Constructors in org.jdiameter.client.impl.controller that throw TransportException
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)
           
 

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

Methods in org.jdiameter.client.impl.transport that throw TransportException
 IConnection TransportLayerFactory.createConnection(java.net.InetAddress inetAddress, int port, IConnectionListener listener, java.lang.String ref)
           
 IConnection TransportLayerFactory.createConnection(java.net.InetAddress inetAddress, int port, java.lang.String ref)
           
 

Constructors in org.jdiameter.client.impl.transport that throw TransportException
TransportLayerFactory(org.jdiameter.api.Configuration config, IMessageParser parser)
           
 

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

Methods in org.jdiameter.client.impl.transport.tcp that throw TransportException
 void TCPClientConnection.connect()
           
 void TCPClientConnection.sendMessage(IMessage message)
           
 

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

Methods in org.jdiameter.server.api.io that throw TransportException
 INetWorkGuard ITransportLayerFactory.createNetWorkGuard(java.net.InetAddress inetAddress, int port)
          Create INetWorkGuard instance with predefined parameters
 INetWorkGuard ITransportLayerFactory.createNetWorkGuard(java.net.InetAddress inetAddress, int port, INetWorkConnectionListener listener)
          Create INetWorkGuard instance with predefined parameters
 

Uses of TransportException in org.jdiameter.server.impl
 

Methods in org.jdiameter.server.impl that throw TransportException
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)
           
 void PeerImpl.LocalActionConext.sendCeaMessage(int resultCode, org.jdiameter.api.Message cer, java.lang.String errMessage)
           
 boolean PeerImpl.LocalActionConext.sendMessage(IMessage message)
           
 boolean MetaDataImpl.MyLocalPeer.sendMessage(IMessage message)
           
 

Constructors in org.jdiameter.server.impl that throw TransportException
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
 

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

Methods in org.jdiameter.server.impl.io that throw TransportException
 INetWorkGuard TransportLayerFactory.createNetWorkGuard(java.net.InetAddress inetAddress, int port)
           
 INetWorkGuard TransportLayerFactory.createNetWorkGuard(java.net.InetAddress inetAddress, int port, INetWorkConnectionListener listener)
           
 

Constructors in org.jdiameter.server.impl.io that throw TransportException
TransportLayerFactory(org.jdiameter.api.Configuration conf, IMessageParser parser)
           
 



Copyright © 2008. All Rights Reserved.