Package | Description |
---|---|
com.hazelcast.internal.networking.nio |
Contains the non blocking
EventLoopGroup functionality. |
Modifier and Type | Class and Description |
---|---|
class |
NioChannelReader
When the
NioThread receives a read event from the Selector , then the
NioChannelReader.handle() is called to read out the data from the socket into a bytebuffer and hand it over to the
ChannelInboundHandler to get processed. |
class |
NioChannelWriter |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.