Uses of Class
org.jgroups.blocks.TCPConnectionMap

Packages that use TCPConnectionMap
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. 
 

Uses of TCPConnectionMap in org.jgroups.blocks
 

Methods in org.jgroups.blocks that return TCPConnectionMap
 TCPConnectionMap TCPConnectionMap.clientBindAddress(java.net.InetAddress addr)
           
 TCPConnectionMap TCPConnectionMap.clientBindPort(int port)
           
 TCPConnectionMap TCPConnectionMap.deferClientBinding(boolean defer)
           
 

Uses of TCPConnectionMap in org.jgroups.protocols
 

Methods in org.jgroups.protocols that return TCPConnectionMap
protected  TCPConnectionMap TCP.createConnectionMap(long reaperInterval, long connExpireTime, java.net.InetAddress bindAddress, java.net.InetAddress externalAddress, int external_port, int startPort, int endPort)
           
 



Copyright © 1998-2012 Bela Ban / Red Hat. All Rights Reserved.