Package | Description |
---|---|
org.jgroups.blocks.cs |
This package contains all client-server related interfaces and classes
|
org.jgroups.demos |
Provides demonstrations of JGroups functionality.
|
org.jgroups.stack |
Support for managing protocol stacks.
|
Modifier and Type | Class and Description |
---|---|
class |
NioBaseServer |
class |
NioClient |
class |
NioServer
Server for sending and receiving messages via NIO channels.
|
class |
TcpBaseServer
Common base class for TCP based clients and servers
|
class |
TcpClient |
class |
TcpServer
Class that manages allows to send and receive messages via TCP sockets.
|
Modifier and Type | Method and Description |
---|---|
BaseServer |
BaseServer.clientBindAddress(java.net.InetAddress addr) |
BaseServer |
BaseServer.clientBindPort(int port) |
BaseServer |
BaseServer.connExpireTimeout(long t) |
BaseServer |
BaseServer.deferClientBinding(boolean defer) |
BaseServer |
BaseServer.linger(int linger) |
BaseServer |
BaseServer.log(Log the_log) |
BaseServer |
BaseServer.reaperInterval(long interval) |
BaseServer |
BaseServer.receiveBufferSize(int recv_buf_size) |
BaseServer |
BaseServer.receiver(Receiver r) |
BaseServer |
BaseServer.sendBufferSize(int send_buf_size) |
BaseServer |
BaseServer.socketConnectionTimeout(int timeout) |
BaseServer |
BaseServer.tcpNodelay(boolean tcp_nodelay) |
BaseServer |
BaseServer.timeService(TimeService ts) |
BaseServer |
BaseServer.usePeerConnections(boolean flag) |
Modifier and Type | Field and Description |
---|---|
protected BaseServer |
PubClient.client |
protected BaseServer |
PubServer.server |
Modifier and Type | Field and Description |
---|---|
protected BaseServer |
RouterStub.client |
protected BaseServer |
GossipRouter.server |
Copyright © 1998-2020 Red Hat. All Rights Reserved.