Package | Description |
---|---|
com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
com.hazelcast.internal.networking |
Contains the socket connection functionality.
|
com.hazelcast.internal.networking.nonblocking |
Contains the non blocking
TcpIpConnectionMonitor . |
com.hazelcast.internal.networking.spinning |
Contains the implementation of the
SpinningIOThreadingModel . |
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking between cluster members
This whole package is internal and no compatibility will be provided. |
Modifier and Type | Method and Description |
---|---|
SocketWriter |
ClientConnection.getSocketWriter() |
Modifier and Type | Method and Description |
---|---|
SocketWriter |
SocketConnection.getSocketWriter() |
SocketWriter |
IOThreadingModel.newSocketWriter(SocketConnection connection)
Creates a new SocketWriter for the given connection.
|
Modifier and Type | Method and Description |
---|---|
void |
SocketWriterInitializer.init(C connection,
SocketWriter writer,
String protocol) |
Modifier and Type | Class and Description |
---|---|
class |
NonBlockingSocketWriter
The writing side of the
TcpIpConnection . |
Modifier and Type | Method and Description |
---|---|
SocketWriter |
NonBlockingIOThreadingModel.newSocketWriter(SocketConnection connection) |
Modifier and Type | Class and Description |
---|---|
class |
SpinningSocketWriter |
Modifier and Type | Method and Description |
---|---|
SocketWriter |
SpinningIOThreadingModel.newSocketWriter(SocketConnection connection) |
Modifier and Type | Method and Description |
---|---|
SocketWriter |
TcpIpConnection.getSocketWriter() |
Modifier and Type | Method and Description |
---|---|
void |
SocketWriterInitializerImpl.init(TcpIpConnection connection,
SocketWriter writer,
String protocol) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.