Uses of Class
org.infinispan.server.resp.Resp3AuthHandler
Packages that use Resp3AuthHandler
Package
Description
-
Uses of Resp3AuthHandler in org.infinispan.server.resp
Subclasses of Resp3AuthHandler in org.infinispan.server.resp -
Uses of Resp3AuthHandler in org.infinispan.server.resp.commands
Methods in org.infinispan.server.resp.commands with parameters of type Resp3AuthHandlerModifier and TypeMethodDescriptionAuthResp3Command.perform
(Resp3AuthHandler handler, io.netty.channel.ChannelHandlerContext ctx, List<byte[]> arguments) -
Uses of Resp3AuthHandler in org.infinispan.server.resp.commands.connection
Methods in org.infinispan.server.resp.commands.connection with parameters of type Resp3AuthHandlerModifier and TypeMethodDescriptionAUTH.perform
(Resp3AuthHandler handler, io.netty.channel.ChannelHandlerContext ctx, List<byte[]> arguments) HELLO.perform
(Resp3AuthHandler handler, io.netty.channel.ChannelHandlerContext ctx, List<byte[]> arguments) QUIT.perform
(Resp3AuthHandler handler, io.netty.channel.ChannelHandlerContext ctx, List<byte[]> arguments)