TcpIpConnectionMonitor
.See: Description
Interface | Description |
---|---|
MigratableHandler |
A nio event handler that supports migration between
NonBlockingIOThread instances. |
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
IOThreadingModel implementation that makes use of Selector to have a
limited set of io threads, handle an arbitrary number of connections. |
NonBlockingSocketReader |
A
SocketReader tailored 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 © 2017 Hazelcast, Inc.. All Rights Reserved.