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 |
---|---|
SocketWriter |
TcpIpConnection.getSocketWriter() |
SocketWriter |
IOThreadingModel.newSocketWriter(TcpIpConnection connection)
Creates a new SocketWriter for the given connection.
|
Modifier and Type | Class and Description |
---|---|
class |
NonBlockingSocketWriter
The writing side of the
TcpIpConnection . |
Modifier and Type | Method and Description |
---|---|
SocketWriter |
NonBlockingIOThreadingModel.newSocketWriter(TcpIpConnection connection) |
Modifier and Type | Class and Description |
---|---|
class |
SpinningSocketWriter |
Modifier and Type | Method and Description |
---|---|
SocketWriter |
SpinningIOThreadingModel.newSocketWriter(TcpIpConnection connection) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.