Package | Description |
---|---|
org.jgroups.blocks.cs |
This package contains all client-server related interfaces and classes
|
Modifier and Type | Class and Description |
---|---|
class |
TcpClient |
class |
TcpServer
Class that manages allows to send and receive messages via TCP sockets.
|
Modifier and Type | Field and Description |
---|---|
protected TcpBaseServer |
TcpConnection.server |
Modifier and Type | Method and Description |
---|---|
TcpBaseServer |
TcpBaseServer.peerAddressReadTimeout(int timeout) |
TcpBaseServer |
TcpBaseServer.sendQueueSize(int send_queue_size) |
TcpBaseServer |
TcpBaseServer.socketFactory(SocketFactory factory) |
TcpBaseServer |
TcpBaseServer.useSendQueues(boolean flag) |
Constructor and Description |
---|
TcpConnection(Address peer_addr,
TcpBaseServer server)
Creates a connection stub and binds it, use
TcpConnection.connect(Address) to connect |
Copyright © 1998-2020 Red Hat. All Rights Reserved.