Uses of Interface
org.jgroups.blocks.TCPConnectionMap.Receiver

Packages that use TCPConnectionMap.Receiver
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.Receiver in org.jgroups.blocks
 

Constructors in org.jgroups.blocks with parameters of type TCPConnectionMap.Receiver
TCPConnectionMap(java.lang.String service_name, ThreadFactory f, TCPConnectionMap.Receiver r, java.net.InetAddress bind_addr, java.net.InetAddress external_addr, int srv_port, int max_port)
           
TCPConnectionMap(java.lang.String service_name, ThreadFactory f, TCPConnectionMap.Receiver r, java.net.InetAddress bind_addr, java.net.InetAddress external_addr, int srv_port, int max_port, long reaper_interval, long conn_expire_time)
           
 

Uses of TCPConnectionMap.Receiver in org.jgroups.protocols
 

Classes in org.jgroups.protocols that implement TCPConnectionMap.Receiver
 class TCP
          TCP based protocol.
 



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