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
 

Fields in org.jgroups.blocks declared as TCPConnectionMap.Receiver
protected  TCPConnectionMap.Receiver TCPConnectionMap.receiver
           
 

Methods in org.jgroups.blocks that return TCPConnectionMap.Receiver
 TCPConnectionMap.Receiver TCPConnectionMap.getReceiver()
           
 

Methods in org.jgroups.blocks with parameters of type TCPConnectionMap.Receiver
 void TCPConnectionMap.setReceiver(TCPConnectionMap.Receiver receiver)
           
 

Constructors in org.jgroups.blocks with parameters of type TCPConnectionMap.Receiver
TCPConnectionMap(java.lang.String service_name, ThreadFactory f, SocketFactory socket_factory, TCPConnectionMap.Receiver r, java.net.InetAddress bind_addr, java.net.InetAddress external_addr, int external_port, int srv_port, int max_port)
           
TCPConnectionMap(java.lang.String service_name, ThreadFactory f, SocketFactory socket_factory, TCPConnectionMap.Receiver r, java.net.InetAddress bind_addr, java.net.InetAddress external_addr, int external_port, int srv_port, int max_port, long reaper_interval, long conn_expire_time)
           
TCPConnectionMap(java.lang.String service_name, ThreadFactory f, TCPConnectionMap.Receiver r, java.net.InetAddress bind_addr, java.net.InetAddress external_addr, int external_port, 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-2012 Bela Ban / Red Hat. All Rights Reserved.