See: Description
Interface | Description |
---|---|
IOOutOfMemoryHandler | |
IOThreadingModel |
An abstract of the threading model used by the
Connection . |
ReadHandler |
Reads content from a
ByteBuffer and processes it. |
SocketChannelWrapper |
Wraps a
SocketChannel . |
SocketChannelWrapperFactory |
A factory for creating
SocketChannelWrapper instances. |
SocketConnection | |
SocketReader |
The SocketReader is responsible for reading data from the socket, on behalf of a connection, into a
ByteBuffer . |
SocketReaderInitializer<C extends Connection> | |
SocketWriter | |
SocketWriterInitializer<C extends Connection> | |
WriteHandler<F extends OutboundFrame> |
Responsible for writing
OutboundFrame to a ByteBuffer . |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.