![JAR search and dependency download from the Maven repository](/logo.png)
org.infinispan.server.resp.commands.AuthResp3Command Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-server-resp Show documentation
Show all versions of infinispan-server-resp Show documentation
Infinispan Resp Protocol Server
package org.infinispan.server.resp.commands;
import io.netty.channel.ChannelHandlerContext;
import org.infinispan.server.resp.Resp3AuthHandler;
import org.infinispan.server.resp.RespRequestHandler;
import java.util.List;
import java.util.concurrent.CompletionStage;
public interface AuthResp3Command {
CompletionStage perform(Resp3AuthHandler handler, ChannelHandlerContext ctx, List arguments);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy