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.sctp   
org.jdiameter.client.impl.transport.tcp   
org.jdiameter.client.impl.transport.tls   
org.jdiameter.server.api.io   
org.jdiameter.server.impl   
org.jdiameter.server.impl.io   
org.jdiameter.server.impl.io.sctp   
 

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

Methods in org.jdiameter.client.api.controller that throw TransportException
 boolean IPeer.handleMessage(EventTypes type, IMessage message, java.lang.String key)
          Put message to peer fsm
 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, 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 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
 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.ClientLocalPeer.handleMessage(EventTypes type, IMessage message, java.lang.String key)
           
 boolean MetaDataImpl.ClientLocalPeer.sendMessage(IMessage message)
           
 

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

Methods in org.jdiameter.client.impl.controller that throw TransportException
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)
           
 boolean PeerImpl.handleMessage(EventTypes type, IMessage message, java.lang.String key)
           
 void PeerImpl.ActionContext.sendCeaMessage(int resultCode, 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, 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)
           
 

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 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)
           
 

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

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

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

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.client.impl.transport.tls
 

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

Constructors in org.jdiameter.server.impl that throw TransportException
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 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)
           
 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(Configuration conf, IConcurrentFactory concurrentFactory, IMessageParser parser, IMetaData metaData)
           
 

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

Methods in org.jdiameter.server.impl.io.sctp that throw TransportException
 void SCTPServerConnection.connect()
           
 void SCTPServerConnection.sendMessage(IMessage message)
           
 



Copyright © 2014. All Rights Reserved.