Package | Description |
---|---|
org.jgroups.blocks |
Provides building blocks that are layered on top of channels.
|
Modifier and Type | Field and Description |
---|---|
protected TcpServer |
TcpConnection.server |
Modifier and Type | Method and Description |
---|---|
TcpServer |
TcpServer.peerAddressReadTimeout(int timeout) |
TcpServer |
TcpServer.sendQueueSize(int send_queue_size) |
TcpServer |
TcpServer.useSendQueues(boolean flag) |
Constructor and Description |
---|
TcpConnection(Address peer_addr,
TcpServer server)
Creates a connection stub and binds it, use
TcpConnection.connect(Address) to connect |
TcpConnection(java.net.Socket s,
TcpServer server) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.