TcpIpConnectionMonitor.See: Description
| Interface | Description | 
|---|---|
| MigratableHandler | A nio event handler that supports migration between  NonBlockingIOThreadinstances. | 
| 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. | 
| SelectorOptimizer | The SelectorOptimizer optimizes the Selector so less litter is being created. | 
| Enum | Description | 
|---|---|
| SelectorMode | Controls the mode in which IO and acceptor thread selectors will be operating | 
TcpIpConnectionMonitor. It relies
 on Selector to be notified if there is something to read/write.Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.