Package | Description |
---|---|
org.jgroups.blocks.cs |
This package contains all client-server related interfaces and classes
|
Modifier and Type | Class and Description |
---|---|
class |
NioClient |
class |
NioServer
Server for sending and receiving messages via NIO channels.
|
Modifier and Type | Field and Description |
---|---|
protected NioBaseServer |
NioConnection.server |
Modifier and Type | Method and Description |
---|---|
NioBaseServer |
NioBaseServer.copyOnPartialWrite(boolean b) |
NioBaseServer |
NioBaseServer.maxSendBuffers(int num) |
NioBaseServer |
NioBaseServer.readerIdleTime(long t) |
Constructor and Description |
---|
NioConnection(Address peer_addr,
NioBaseServer server)
Creates a connection stub and binds it, use
NioConnection.connect(Address) to connect |
NioConnection(java.nio.channels.SocketChannel channel,
NioBaseServer server) |
Copyright © 1998-2020 Red Hat. All Rights Reserved.