TcpIpConnectionMonitor.See: Description
| Interface | Description | 
|---|---|
| MigratableHandler | A  SelectionHandlerthat supports migration betweenNonBlockingIOThreadinstances. | 
| NonBlockingIOThreadOutOfMemoryHandler | |
| SelectionHandler | The SelectionHandler is a callback interface that gets called by an IO-thread when there data available to read, or space
 available to write. | 
| Class | Description | 
|---|---|
| AbstractHandler | |
| NonBlockingIOThread | |
| NonBlockingIOThreadingModel | A non blocking  IOThreadingModelimplementation that makes use ofSelectorto have a
 limited set of io threads, handle an arbitrary number of connections. | 
| NonBlockingSocketReader | A  SocketReadertailored for non blocking IO. | 
| NonBlockingSocketWriter | The writing side of the  TcpIpConnection. | 
TcpIpConnectionMonitor. It relies
 on Selector to be notified if there is something to read/write.Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.