public class ServerAuthInterceptor extends Object implements io.grpc.ServerInterceptor
Constructor and Description |
---|
ServerAuthInterceptor(ServerAuthHandler authHandler) |
Modifier and Type | Method and Description |
---|---|
<ReqT,RespT> |
interceptCall(io.grpc.ServerCall<ReqT,RespT> call,
io.grpc.Metadata headers,
io.grpc.ServerCallHandler<ReqT,RespT> next) |
public ServerAuthInterceptor(ServerAuthHandler authHandler)
Copyright © 2023 The Apache Software Foundation. All rights reserved.