S - Server connection typeT - RPC typepublic class ServerAuthenticationHandler<S extends ServerConnection<S>,T extends com.google.protobuf.Internal.EnumLite> extends Object implements RequestHandler<S>
| Constructor and Description |
|---|
ServerAuthenticationHandler(RequestHandler<S> requestHandler,
int saslRequestTypeValue,
T saslResponseType) |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(S connection,
int rpcType,
ByteBuf pBody,
ByteBuf dBody,
ResponseSender sender) |
public ServerAuthenticationHandler(RequestHandler<S> requestHandler, int saslRequestTypeValue, T saslResponseType)
public void handle(S connection, int rpcType, ByteBuf pBody, ByteBuf dBody, ResponseSender sender) throws RpcException
handle in interface RequestHandler<S extends ServerConnection<S>>RpcExceptionCopyright © 2022 The Apache Software Foundation. All rights reserved.