| 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.nonblocking | Contains the non blocking  TcpIpConnectionMonitor. | 
| com.hazelcast.internal.networking.spinning | Contains the implementation of the  SpinningIOThreadingModel. | 
| com.hazelcast.nio | This package contains classes related to New IO | 
| 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 | 
|---|---|
| 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  | DeleteCommand | 
| class  | EndCommand | 
| class  | ErrorCommand | 
| class  | GetCommand | 
| class  | IncrementCommand | 
| class  | PartialGetCommand | 
| class  | SetCommand | 
| class  | SimpleCommand | 
| class  | StatsCommand | 
| class  | TouchCommand | 
| class  | VersionCommand | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | HttpCommand | 
| class  | HttpDeleteCommand | 
| class  | HttpGetCommand | 
| class  | HttpPostCommand | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | WriteHandler<F extends OutboundFrame>Responsible for writing  OutboundFrameto aByteBuffer. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SocketWriter. write(OutboundFrame frame)Offers a Frame to be written to the socket. | 
| Modifier and Type | Field and Description | 
|---|---|
| Queue<OutboundFrame> | NonBlockingSocketWriter. urgentWriteQueue | 
| Queue<OutboundFrame> | NonBlockingSocketWriter. writeQueue | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NonBlockingSocketWriter. write(OutboundFrame frame) | 
| Modifier and Type | Field and Description | 
|---|---|
| Queue<OutboundFrame> | SpinningSocketWriter. urgentWriteQueue | 
| Queue<OutboundFrame> | SpinningSocketWriter. writeQueue | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SpinningSocketWriter. write(OutboundFrame frame) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PacketA 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 © 2016 Hazelcast, Inc.. All Rights Reserved.