Package io.deephaven.auth
Class ServiceAuthWiring.AuthorizingServerCallHandler<ReqT,RespT>
java.lang.Object
io.deephaven.auth.ServiceAuthWiring.AuthorizingServerCallHandler<ReqT,RespT>
- All Implemented Interfaces:
io.grpc.ServerCallHandler<ReqT,
RespT>
- Enclosing interface:
- ServiceAuthWiring<ServiceImplBase>
public static class ServiceAuthWiring.AuthorizingServerCallHandler<ReqT,RespT>
extends Object
implements io.grpc.ServerCallHandler<ReqT,RespT>
-
Constructor Summary
ConstructorDescriptionAuthorizingServerCallHandler
(io.grpc.ServerCallHandler<ReqT, RespT> delegate, io.grpc.ServerMethodDefinition<ReqT, RespT> method, ServiceAuthWiring.CallStartedCallback callStartedCallback, ServiceAuthWiring.MessageReceivedCallback<ReqT> messageReceivedCallback) -
Method Summary
-
Constructor Details
-
AuthorizingServerCallHandler
public AuthorizingServerCallHandler(io.grpc.ServerCallHandler<ReqT, RespT> delegate, io.grpc.ServerMethodDefinition<ReqT, RespT> method, ServiceAuthWiring.CallStartedCallback callStartedCallback, ServiceAuthWiring.MessageReceivedCallback<ReqT> messageReceivedCallback)
-
-
Method Details