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