public class ClientAuthInterceptor extends Object implements io.grpc.ClientInterceptor
Constructor and Description |
---|
ClientAuthInterceptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasAuthHandler() |
<ReqT,RespT> |
interceptCall(io.grpc.MethodDescriptor<ReqT,RespT> methodDescriptor,
io.grpc.CallOptions callOptions,
io.grpc.Channel next) |
void |
setAuthHandler(ClientAuthHandler authHandler) |
public void setAuthHandler(ClientAuthHandler authHandler)
public boolean hasAuthHandler()
public <ReqT,RespT> io.grpc.ClientCall<ReqT,RespT> interceptCall(io.grpc.MethodDescriptor<ReqT,RespT> methodDescriptor, io.grpc.CallOptions callOptions, io.grpc.Channel next)
interceptCall
in interface io.grpc.ClientInterceptor
Copyright © 2023 The Apache Software Foundation. All rights reserved.