Package | Description |
---|---|
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking between cluster members
|
com.hazelcast.nio.tcp.nonblocking |
Contains the non blocking
TcpIpConnectionMonitor . |
com.hazelcast.nio.tcp.spinning |
Contains the implementation of the
SpinningIOThreadingModel . |
Modifier and Type | Method and Description |
---|---|
SocketReader |
TcpIpConnection.getSocketReader() |
SocketReader |
IOThreadingModel.newSocketReader(TcpIpConnection connection)
Creates a new SocketReader for the given connection.
|
Modifier and Type | Class and Description |
---|---|
class |
NonBlockingSocketReader
A
SocketReader tailored for non blocking IO. |
Modifier and Type | Method and Description |
---|---|
SocketReader |
NonBlockingIOThreadingModel.newSocketReader(TcpIpConnection connection) |
Modifier and Type | Class and Description |
---|---|
class |
SpinningSocketReader |
Modifier and Type | Method and Description |
---|---|
SocketReader |
SpinningIOThreadingModel.newSocketReader(TcpIpConnection connection) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.