Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected TCPConnectionMap.Receiver |
TCPConnectionMap.recvr |
Modifier and Type | Method and Description |
---|---|
TCPConnectionMap.Receiver |
TCPConnectionMap.getReceiver() |
Modifier and Type | Method and Description |
---|---|
void |
TCPConnectionMap.setReceiver(TCPConnectionMap.Receiver receiver) |
Constructor and Description |
---|
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) |
Modifier and Type | Class and Description |
---|---|
class |
TCP
TCP based protocol.
|
Copyright © 1998-2020 Red Hat. All Rights Reserved.