Uses of Class
com.gigaspaces.lrmi.nio.selector.handler.ReadSelectorThread
Packages that use ReadSelectorThread
-
Uses of ReadSelectorThread in com.gigaspaces.lrmi.nio
Methods in com.gigaspaces.lrmi.nio with parameters of type ReadSelectorThreadModifier and TypeMethodDescriptionvoidPivot.handleProtocolValidation(ChannelEntry channelEntry, Reader.ProtocolValidationContext context, ReadSelectorThread handler) voidPivot.handleReadRequest(ChannelEntry channelEntry, Reader.Context ctx, ReadSelectorThread handler) Called by a Reader Selector when it detects that a channel has pending data for read.Pivot.newConnection(ReadSelectorThread readHandler, SelectionKey key) Called by the ConnMgr thread when a new connection is created.Constructors in com.gigaspaces.lrmi.nio with parameters of type ReadSelectorThreadModifierConstructorDescriptionChannelEntry(WriteSelectorThread writeSelectorThread, ReadSelectorThread readSelectorThread, SelectionKey selectionKey, InetSocketAddress clientEndPointAddress, Pivot pivot) Constructor. -
Uses of ReadSelectorThread in com.gigaspaces.lrmi.nio.selector
Methods in com.gigaspaces.lrmi.nio.selector that return ReadSelectorThread