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
Fields Modifier and Type Field Description private io.grpc.ManagedChannel
delegate
private io.netty.channel.EventLoopGroup
eventLoopGroup
-
Constructor Summary
Constructors Constructor Description EventLoopHoldingChannel(io.grpc.ManagedChannel delegate, io.netty.channel.EventLoopGroup eventLoopGroup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
protected io.grpc.Channel
delegate()
-
Methods inherited from class io.grpc.alts.HandshakerServiceChannel.ForwardingChannel
authority, newCall
-
-
-
-
Method Detail
-
delegate
protected io.grpc.Channel delegate()
- Specified by:
delegate
in classHandshakerServiceChannel.ForwardingChannel
-
close
public void close()
-
-