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(SocketChannel channel,
NioBaseServer server) |
Copyright © 2020 JBoss, a division of Red Hat. All rights reserved.