| Package | Description | 
|---|---|
| com.gigaspaces.lrmi.nio | |
| com.gigaspaces.lrmi.nio.selector.handler | 
| 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. 
 | 
| Constructor and Description | 
|---|
AcceptSelectorThread(Pivot pivot,
                    ReadSelectorThread[] readHandlers,
                    String hostName,
                    String port)  | 
Copyright © GigaSpaces.