Package io.grpc.alts
Class HandshakerServiceChannel.EventLoopHoldingChannel
java.lang.Object
io.grpc.Channel
io.grpc.alts.HandshakerServiceChannel.ForwardingChannel
io.grpc.alts.HandshakerServiceChannel.EventLoopHoldingChannel
- Enclosing class:
HandshakerServiceChannel
private static class HandshakerServiceChannel.EventLoopHoldingChannel
extends HandshakerServiceChannel.ForwardingChannel
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final io.grpc.ManagedChannel
private final io.netty.channel.EventLoopGroup
-
Constructor Summary
ConstructorsConstructorDescriptionEventLoopHoldingChannel
(io.grpc.ManagedChannel delegate, io.netty.channel.EventLoopGroup eventLoopGroup) -
Method Summary
Methods inherited from class io.grpc.alts.HandshakerServiceChannel.ForwardingChannel
authority, newCall
-
Field Details
-
delegate
private final io.grpc.ManagedChannel delegate -
eventLoopGroup
private final io.netty.channel.EventLoopGroup eventLoopGroup
-
-
Constructor Details
-
EventLoopHoldingChannel
public EventLoopHoldingChannel(io.grpc.ManagedChannel delegate, io.netty.channel.EventLoopGroup eventLoopGroup)
-
-
Method Details
-
delegate
protected io.grpc.Channel delegate()- Specified by:
delegate
in classHandshakerServiceChannel.ForwardingChannel
-
close
public void close()
-