| Package | Description | 
|---|---|
| com.hazelcast.client.impl.protocol | Client protocol related private implementation classes | 
| com.hazelcast.client.impl.protocol.util | Protocol utils | 
| Modifier and Type | Method and Description | 
|---|---|
| static ClientMessage | ClientMessage. createForDecode(ClientProtocolBuffer buffer,
               int offset) | 
| static ClientMessage | ClientMessage. createForEncode(ClientProtocolBuffer buffer,
               int offset) | 
| protected void | ClientMessage. wrapForDecode(ClientProtocolBuffer buffer,
             int offset) | 
| protected void | ClientMessage. wrapForEncode(ClientProtocolBuffer buffer,
             int offset) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SafeBufferImplementation of ClientProtocolBuffer that is used by default in clients. | 
| class  | UnsafeBufferSupports regular, byte ordered, access to an underlying buffer. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ClientProtocolBuffer | MessageFlyweight. buffer | 
| Modifier and Type | Method and Description | 
|---|---|
| ClientProtocolBuffer | MessageFlyweight. buffer() | 
| ClientProtocolBuffer | BufferBuilder. buffer()The  ClientProtocolBufferthat encapsulates the internal buffer. | 
| Modifier and Type | Method and Description | 
|---|---|
| BufferBuilder | BufferBuilder. append(ClientProtocolBuffer srcBuffer,
      int srcOffset,
      int length)Append a source buffer to the end of the internal buffer, resizing the internal buffer as required. | 
| MessageFlyweight | MessageFlyweight. wrap(ClientProtocolBuffer buffer,
    int offset) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.