Package io.grpc.xds

Class XdsServerWrapper.ConfigApplyingInterceptor

  • All Implemented Interfaces:
    io.grpc.ServerInterceptor
    Enclosing class:
    XdsServerWrapper

    final class XdsServerWrapper.ConfigApplyingInterceptor
    extends java.lang.Object
    implements io.grpc.ServerInterceptor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private io.grpc.ServerInterceptor noopInterceptor  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <ReqT,​RespT>
      io.grpc.ServerCall.Listener<ReqT>
      interceptCall​(io.grpc.ServerCall<ReqT,​RespT> call, io.grpc.Metadata headers, io.grpc.ServerCallHandler<ReqT,​RespT> next)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • noopInterceptor

        private final io.grpc.ServerInterceptor noopInterceptor
    • Constructor Detail

      • ConfigApplyingInterceptor

        ConfigApplyingInterceptor()
    • Method Detail

      • 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