Uses of Class
com.gigaspaces.lrmi.nio.ReplyPacket
Packages that use ReplyPacket
Package
Description
-
Uses of ReplyPacket in com.gigaspaces.lrmi.nio
Methods in com.gigaspaces.lrmi.nio that return ReplyPacketModifier and TypeMethodDescriptionprotected abstract ReplyPacket<?>SystemRequestHandlerImpl.AbstractWatchdogMonitorSystemRequestContext.createReplyPacket(boolean found, ChannelEntry.State channelEntryState) protected ReplyPacket<?>SystemRequestHandlerImpl.WatchdogMonitorSystemRequestContext.createReplyPacket(boolean found, ChannelEntry.State channelEntryState) protected ReplyPacket<?>SystemRequestHandlerImpl.WatchdogMonitorSystemRequestContextV950.createReplyPacket(boolean found, ChannelEntry.State channelEntryState) <T> ReplyPacket<T>Reader.readReply()<T> ReplyPacket<T>Reader.readReply(boolean createNewBuffer) <T> ReplyPacket<T>Reader.readReply(int slowConsumerTimeout, int sizeLimit) <T> ReplyPacket<T>Reader.unmarshallReply(MarshalInputStream stream) Methods in com.gigaspaces.lrmi.nio with parameters of type ReplyPacketModifier and TypeMethodDescriptionvoidDefaultResponseHandler.handleResponse(IResponseContext respContext, ReplyPacket respPacket) voidIResponseHandler.handleResponse(IResponseContext responseContext, ReplyPacket<?> respPacket) <T> voidReader.readReply(ReplyPacket<T> packet) voidPivot.requestPending(ChannelEntry channel, ReplyPacket<?> respPacket, IResponseContext responseContext) voidPivot.sendResponse(ChannelEntry channelEntry, ReplyPacket replyPacket, IResponseContext respContext) voidIResponseContext.sendResponseToClient(ReplyPacket<?> respPacket) voidPivotResponseContext.sendResponseToClient(ReplyPacket<?> respPacket) voidChannelEntry.writeReply(ReplyPacket packet, boolean reuseBuffer, Writer.Context ctx, String monitoringId) voidWriter.writeReply(ReplyPacket packet) voidWriter.writeReply(ReplyPacket packet, boolean reuseBuffer) voidWriter.writeReply(ReplyPacket packet, boolean reuseBuffer, Writer.Context ctx) -
Uses of ReplyPacket in com.gigaspaces.lrmi.nio.async
Methods in com.gigaspaces.lrmi.nio.async with parameters of type ReplyPacket -
Uses of ReplyPacket in com.j_spaces.core.server.processor
Methods in com.j_spaces.core.server.processor with parameters of type ReplyPacketModifier and TypeMethodDescriptionvoidProcessor.handleUpdateOrWrite(IResponseContext respContext, UpdateOrWriteContext ctx, ReplyPacket<?> respPacket) Constructors in com.j_spaces.core.server.processor with parameters of type ReplyPacketModifierConstructorDescriptionUpdateOrWriteBusPacket(OperationID operationID, IResponseContext respContext, UpdateOrWriteContext ctx, ReplyPacket respPacket)