Package io.grpc.xds

Class XdsServerWrapper.ConfigApplyingInterceptor

java.lang.Object
io.grpc.xds.XdsServerWrapper.ConfigApplyingInterceptor
All Implemented Interfaces:
io.grpc.ServerInterceptor
Enclosing class:
XdsServerWrapper

final class XdsServerWrapper.ConfigApplyingInterceptor extends Object implements io.grpc.ServerInterceptor
  • Field Details

    • noopInterceptor

      private final io.grpc.ServerInterceptor noopInterceptor
  • Constructor Details

    • ConfigApplyingInterceptor

      ConfigApplyingInterceptor()
  • Method Details

    • interceptCall

      public <ReqT, RespT> io.grpc.ServerCall.Listener<ReqT> interceptCall(io.grpc.ServerCall<ReqT,RespT> call, io.grpc.Metadata headers, io.grpc.ServerCallHandler<ReqT,RespT> next)
      Specified by:
      interceptCall in interface io.grpc.ServerInterceptor