| Package | Description | 
|---|---|
| com.hazelcast.client.impl.protocol.util | Protocol utils | 
| 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.internal.util.counters | Provides various counter implementations. | 
| 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. | 
| Constructor and Description | 
|---|
| ClientMessageReadHandler(SwCounter messageCounter,
                        ClientMessageReadHandler.MessageHandler messageHandler) | 
| Modifier and Type | Method and Description | 
|---|---|
| SwCounter | SocketReader. getNormalFramesReadCounter()Gets the SwCounter that counts the number of normal packets that have been read. | 
| SwCounter | SocketReader. getPriorityFramesReadCounter()Gets the SwCounter that counts the number of priority packets that have been read. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected SwCounter | AbstractHandler. eventCount | 
| Modifier and Type | Method and Description | 
|---|---|
| SwCounter | NonBlockingSocketReader. getNormalFramesReadCounter() | 
| SwCounter | NonBlockingSocketReader. getPriorityFramesReadCounter() | 
| Modifier and Type | Method and Description | 
|---|---|
| SwCounter | SpinningSocketReader. getNormalFramesReadCounter() | 
| SwCounter | SpinningSocketReader. getPriorityFramesReadCounter() | 
| Modifier and Type | Method and Description | 
|---|---|
| static SwCounter | SwCounter. newSwCounter()Creates a new SwCounter with 0 as initial value. | 
| static SwCounter | SwCounter. newSwCounter(long initialValue)Creates a new SwCounter with the given initial value. | 
| Constructor and Description | 
|---|
| ClientReadHandler(SwCounter messageCounter,
                 Connection connection,
                 IOService ioService) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.