Uses of Enum
org.infinispan.server.resp.RespCommand
Packages that use RespCommand
-
Uses of RespCommand in org.infinispan.server.resp
Methods in org.infinispan.server.resp that return RespCommandModifier and TypeMethodDescriptionstatic RespCommandIntrinsics.bulkCommand(io.netty.buffer.ByteBuf buf, org.infinispan.server.resp.Intrinsics.Resp2LongProcessor longProcessor) static RespCommandRespCommand.fromByteBuf(io.netty.buffer.ByteBuf buf, int commandLength) static RespCommandIntrinsics.simpleCommand(io.netty.buffer.ByteBuf buf) static RespCommandReturns the enum constant of this type with the specified name.static RespCommand[]RespCommand.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.infinispan.server.resp with parameters of type RespCommandModifier and TypeMethodDescriptionprotected CompletionStage<RespRequestHandler>Resp3AuthHandler.actualHandleRequest(io.netty.channel.ChannelHandlerContext ctx, RespCommand type, List<byte[]> arguments) protected CompletionStage<RespRequestHandler>Resp3Handler.actualHandleRequest(io.netty.channel.ChannelHandlerContext ctx, RespCommand type, List<byte[]> arguments) protected CompletionStage<RespRequestHandler>RespRequestHandler.actualHandleRequest(io.netty.channel.ChannelHandlerContext ctx, RespCommand type, List<byte[]> arguments) Handles the RESP request returning a stage that when complete notifies the command has completed as well as providing the request handler for subsequent commands.protected CompletionStage<RespRequestHandler>SubscriberHandler.actualHandleRequest(io.netty.channel.ChannelHandlerContext ctx, RespCommand type, List<byte[]> arguments) protected booleanBaseRespDecoder.handleCommandAndArguments(io.netty.channel.ChannelHandlerContext ctx, RespCommand command, List<byte[]> arguments) Handles the actual command request.RespRequestHandler.handleRequest(io.netty.channel.ChannelHandlerContext ctx, RespCommand type, List<byte[]> arguments)