TcpIpConnectionMonitor
.See: Description
Interface | Description |
---|---|
MigratableHandler |
A
SelectionHandler that supports migration between NonBlockingIOThread instances. |
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
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 . |
TcpIpConnectionMonitor
. It relies
on Selector
to be notified if there is something to read/write.Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.