Uses of Class
com.gigaspaces.lrmi.nio.ChannelEntry
Packages that use ChannelEntry
Package
Description
-
Uses of ChannelEntry in com.gigaspaces.internal.lrmi
Methods in com.gigaspaces.internal.lrmi with parameters of type ChannelEntryModifier and TypeMethodDescriptionvoidLRMIServiceMonitoringDetailsImpl.addChannelDetails(ChannelEntry channelEntry) -
Uses of ChannelEntry in com.gigaspaces.lrmi.classloading
Constructors in com.gigaspaces.lrmi.classloading with parameters of type ChannelEntry -
Uses of ChannelEntry in com.gigaspaces.lrmi.nio
Methods in com.gigaspaces.lrmi.nio that return ChannelEntryModifier and TypeMethodDescriptionPivot.getChannelEntryFromChannel(SocketChannel channel) Pivot.newConnection(ReadSelectorThread readHandler, SelectionKey key) Called by the ConnMgr thread when a new connection is created.Methods in com.gigaspaces.lrmi.nio that return types with arguments of type ChannelEntryModifier and TypeMethodDescriptionprotected List<ChannelEntry>Pivot.getChannels(long remoteObjID) Methods in com.gigaspaces.lrmi.nio with parameters of type ChannelEntryModifier and TypeMethodDescriptionvoidPivot.closeConnection(ChannelEntry channelEntry) Called by anyone who wants to close a connection.SystemRequestHandler.SystemRequestContext.getResponseTask(Pivot pivot, ChannelEntry channelEntry, long requestReadStartTimeStamp) SystemRequestHandlerImpl.AbstractWatchdogMonitorSystemRequestContext.getResponseTask(Pivot pivot, ChannelEntry channelEntry, long requestReadStartTimestamp) voidPivot.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.voidPivot.handleRequest(RequestPacket requestPacket, ChannelEntry channelEntry) Handles client request and sends reply to the client.voidPivot.requestPending(ChannelEntry channel, ReplyPacket<?> respPacket, IResponseContext responseContext) voidPivot.sendResponse(ChannelEntry channelEntry, ReplyPacket replyPacket, IResponseContext respContext) Constructors in com.gigaspaces.lrmi.nio with parameters of type ChannelEntryModifierConstructorDescriptionPivotResponseContext(Pivot pivot, ChannelEntry channel, IResponseHandler handler, PlatformLogicalVersion sourcePlatformLogicalVersion, OperationPriority operationPriority, String lrmiMonitoringId, LRMIInvocationTrace trace) -
Uses of ChannelEntry in com.gigaspaces.lrmi.nio.selector.handler
Methods in com.gigaspaces.lrmi.nio.selector.handler with parameters of type ChannelEntryModifier and TypeMethodDescriptionvoidWriteSelectorThread.setWriteInterest(ChannelEntry channelEntry)