Package | Description |
---|---|
com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
com.hazelcast.client.impl.protocol |
Client protocol related private implementation classes
|
com.hazelcast.internal.ascii |
This package contains Ascii functionality for Hazelcast.
This is required for Memcached and the REST api. |
com.hazelcast.internal.ascii.memcache |
This package contains MemoryCache functionality for Hazelcast.
|
com.hazelcast.internal.ascii.rest |
This package contains Reset functionality for Hazelcast.
|
com.hazelcast.internal.networking |
Contains the socket connection functionality.
|
com.hazelcast.internal.networking.nio |
Contains the non blocking
EventLoopGroup functionality. |
com.hazelcast.internal.networking.spinning |
Contains the implementation of the
SpinningEventLoopGroup . |
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking for cluster members
This whole package is internal and no compatibility will be provided. |
Modifier and Type | Method and Description |
---|---|
boolean |
ClientConnection.write(OutboundFrame frame) |
Modifier and Type | Class and Description |
---|---|
class |
ClientMessage
Client Message is the carrier framed data as defined below.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TextCommand |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTextCommand |
class |
NoOpCommand |
Modifier and Type | Class and Description |
---|---|
class |
BulkGetCommand |
class |
DeleteCommand |
class |
ErrorCommand |
class |
GetCommand |
class |
IncrementCommand |
class |
SetCommand |
class |
SimpleCommand |
class |
StatsCommand |
class |
TouchCommand |
class |
VersionCommand |
Modifier and Type | Class and Description |
---|---|
class |
HttpCommand |
class |
HttpDeleteCommand |
class |
HttpGetCommand |
class |
HttpHeadCommand |
class |
HttpPostCommand |
Modifier and Type | Interface and Description |
---|---|
interface |
ChannelOutboundHandler<F extends OutboundFrame>
Responsible for writing
OutboundFrame to a ByteBuffer . |
Modifier and Type | Method and Description |
---|---|
boolean |
Channel.write(OutboundFrame frame)
Queues the
OutboundFrame to be written at some point in the future. |
Modifier and Type | Field and Description |
---|---|
Queue<OutboundFrame> |
NioChannelWriter.urgentWriteQueue |
Queue<OutboundFrame> |
NioChannelWriter.writeQueue |
Modifier and Type | Method and Description |
---|---|
boolean |
NioChannel.write(OutboundFrame frame) |
void |
NioChannelWriter.write(OutboundFrame frame) |
Modifier and Type | Field and Description |
---|---|
Queue<OutboundFrame> |
SpinningChannelWriter.urgentWriteQueue |
Queue<OutboundFrame> |
SpinningChannelWriter.writeQueue |
Modifier and Type | Method and Description |
---|---|
boolean |
SpinningChannel.write(OutboundFrame frame) |
void |
SpinningChannelWriter.write(OutboundFrame frame) |
Modifier and Type | Class and Description |
---|---|
class |
Packet
A Packet is a piece of data sent over the wire.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Connection.write(OutboundFrame frame)
Writes a outbound frame so it can be received by the other side of the connection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TcpIpConnection.write(OutboundFrame frame) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.