| 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.nio | This package contains classes related to New IO | 
| 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 | 
|---|---|
| void | ClientWriteHandler. enqueue(OutboundFrame frame) | 
| 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 | Class and Description | 
|---|---|
| class  | PacketA Packet is a piece of data send over the line. | 
| 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 | Interface and Description | 
|---|---|
| interface  | WriteHandler<F extends OutboundFrame>Responsible for writing  OutboundFrameto aByteBuffer. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SocketWriter. offer(OutboundFrame frame)Offers a Frame to be written to the socket. | 
| boolean | TcpIpConnection. write(OutboundFrame frame) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | NonBlockingSocketWriter. offer(OutboundFrame frame) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SpinningSocketWriter. offer(OutboundFrame frame) | 
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.