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 Summary
Constructors Modifier Constructor Description privateForwardingChannel()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.Stringauthority()protected abstract io.grpc.Channeldelegate()<ReqT,RespT>
io.grpc.ClientCall<ReqT,RespT>newCall(io.grpc.MethodDescriptor<ReqT,RespT> methodDescriptor, io.grpc.CallOptions options)
-
-
-
Method Detail
-
delegate
protected abstract io.grpc.Channel delegate()
-
authority
public java.lang.String authority()
- Specified by:
authorityin classio.grpc.Channel
-
newCall
public <ReqT,RespT> io.grpc.ClientCall<ReqT,RespT> newCall(io.grpc.MethodDescriptor<ReqT,RespT> methodDescriptor, io.grpc.CallOptions options)- Specified by:
newCallin classio.grpc.Channel
-
-