Package | Description |
---|---|
org.jgroups.nio | |
org.jgroups.protocols |
Provides implementations of transport protocols which are
responsible for sending and receiving messages to/from the network.
|
Modifier and Type | Field and Description |
---|---|
protected NioServer |
NioConnection.server |
Modifier and Type | Method and Description |
---|---|
NioServer |
NioServer.maxReadBatchSize(int size) |
NioServer |
NioServer.maxSendBuffers(int num) |
Constructor and Description |
---|
NioConnection(Address peer_addr,
NioServer server)
Creates a connection stub and binds it, use
NioConnection.connect(Address) to connect |
NioConnection(java.nio.channels.SocketChannel channel,
NioServer server) |
Modifier and Type | Field and Description |
---|---|
protected NioServer |
TCP_NIO2.server |
Copyright © 1998-2020 Red Hat. All Rights Reserved.