Package io.grpc.alts

Class HandshakerServiceChannel.ForwardingChannel

java.lang.Object
io.grpc.Channel
io.grpc.alts.HandshakerServiceChannel.ForwardingChannel
Direct Known Subclasses:
HandshakerServiceChannel.EventLoopHoldingChannel
Enclosing class:
HandshakerServiceChannel

private abstract static class HandshakerServiceChannel.ForwardingChannel extends io.grpc.Channel
  • Constructor Details

    • ForwardingChannel

      private ForwardingChannel()
  • Method Details

    • delegate

      protected abstract io.grpc.Channel delegate()
    • authority

      public String authority()
      Specified by:
      authority in class io.grpc.Channel
    • newCall

      public <ReqT, RespT> io.grpc.ClientCall<ReqT,RespT> newCall(io.grpc.MethodDescriptor<ReqT,RespT> methodDescriptor, io.grpc.CallOptions options)
      Specified by:
      newCall in class io.grpc.Channel