Package io.grpc.xds
Class FilterChainMatchingProtocolNegotiators.GracefullyShutdownChannelRunnable
- java.lang.Object
-
- io.grpc.xds.FilterChainMatchingProtocolNegotiators.GracefullyShutdownChannelRunnable
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- FilterChainMatchingProtocolNegotiators
private static class FilterChainMatchingProtocolNegotiators.GracefullyShutdownChannelRunnable extends java.lang.Object implements java.lang.Runnable
-
-
Field Summary
Fields Modifier and Type Field Description private io.netty.channel.Channel
channel
private long
drainGraceTime
private java.util.concurrent.TimeUnit
drainGraceTimeUnit
-
Constructor Summary
Constructors Constructor Description GracefullyShutdownChannelRunnable(io.netty.channel.Channel channel, long drainGraceTime, java.util.concurrent.TimeUnit drainGraceTimeUnit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
-