Package io.grpc.alts

Class HandshakerServiceChannel.ForwardingChannel

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ForwardingChannel()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String authority()  
      protected abstract io.grpc.Channel delegate()  
      <ReqT,​RespT>
      io.grpc.ClientCall<ReqT,​RespT>
      newCall​(io.grpc.MethodDescriptor<ReqT,​RespT> methodDescriptor, io.grpc.CallOptions options)  
      • Methods inherited from class java.lang.Object

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

      • ForwardingChannel

        private ForwardingChannel()
    • Method Detail

      • delegate

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

        public java.lang.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