Class SystemInfoInterceptor

  • All Implemented Interfaces:
    io.grpc.ClientInterceptor

    public class SystemInfoInterceptor
    extends java.lang.Object
    implements io.grpc.ClientInterceptor
    • Method Detail

      • interceptCall

        public <ReqT,​RespT> io.grpc.ClientCall<ReqT,​RespT> interceptCall​(io.grpc.MethodDescriptor<ReqT,​RespT> method,
                                                                                     io.grpc.CallOptions callOptions,
                                                                                     io.grpc.Channel next)
        Specified by:
        interceptCall in interface io.grpc.ClientInterceptor
      • getServerCapabilitiesOrThrow

        public static GetSystemInfoResponse.Capabilities getServerCapabilitiesOrThrow​(io.grpc.Channel channel,
                                                                                      @Nullable
                                                                                      io.grpc.Deadline deadline)