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 -
Method Summary
-
Constructor Details
-
ForwardingChannel
private ForwardingChannel()
-
-
Method Details
-
delegate
protected abstract io.grpc.Channel delegate() -
authority
- Specified by:
authority
in 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:
newCall
in classio.grpc.Channel
-