Package | Description |
---|---|
com.gigaspaces.lrmi.nio | |
com.gigaspaces.lrmi.nio.selector |
Modifier and Type | Method and Description |
---|---|
void |
Pivot.handleProtocolValidation(ChannelEntry channelEntry,
Reader.ProtocolValidationContext context,
ReadSelectorThread handler) |
void |
Pivot.handleReadRequest(ChannelEntry channelEntry,
Reader.Context ctx,
ReadSelectorThread handler)
Called by a Reader Selector when it detects that a channel has pending data for read.
|
ChannelEntry |
Pivot.newConnection(ReadSelectorThread readHandler,
SelectionKey key)
Called by the ConnMgr thread when a new connection is created.
|
Constructor and Description |
---|
ChannelEntry(WriteSelectorThread writeSelectorThread,
ReadSelectorThread readSelectorThread,
SelectionKey selectionKey,
InetSocketAddress clientEndPointAddress,
Pivot pivot)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ReadSelectorThread |
SelectorManager.getReadHandler(SelectableChannel channel) |
Copyright © GigaSpaces.