Uses of Interface
org.jdiameter.server.api.io.INetWorkGuard

Packages that use INetWorkGuard
org.jdiameter.server.api.io   
org.jdiameter.server.impl   
org.jdiameter.server.impl.io   
org.jdiameter.server.impl.io.tcp   
 

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

Methods in org.jdiameter.server.api.io that return INetWorkGuard
 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 INetWorkGuard in org.jdiameter.server.impl
 

Fields in org.jdiameter.server.impl declared as INetWorkGuard
protected  INetWorkGuard MutablePeerTableImpl.networkGuard
           
 

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

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

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

Classes in org.jdiameter.server.impl.io.tcp that implement INetWorkGuard
 class NetWorkGuard
           
 



Copyright © 2008. All Rights Reserved.