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 | Method and Description |
---|---|
TCPConnectionMap |
TCPConnectionMap.clientBindAddress(java.net.InetAddress addr) |
TCPConnectionMap |
TCPConnectionMap.clientBindPort(int port) |
TCPConnectionMap |
TCPConnectionMap.deferClientBinding(boolean defer) |
TCPConnectionMap |
TCPConnectionMap.log(Log new_log) |
TCPConnectionMap |
TCPConnectionMap.peerAddressReadTimeout(int timeout) |
TCPConnectionMap |
TCPConnectionMap.timeService(TimeService ts) |
Modifier and Type | Method and Description |
---|---|
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-2020 Red Hat. All Rights Reserved.