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 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)
-
-
-
Method Detail
-
delegate
protected abstract io.grpc.Channel delegate()
-
authority
public java.lang.String 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
-
-