Package io.grpc.xds
Class FilterChainMatchingProtocolNegotiators.FilterChainSelectorManagerDeregister
java.lang.Object
io.grpc.xds.FilterChainMatchingProtocolNegotiators.FilterChainSelectorManagerDeregister
- All Implemented Interfaces:
io.netty.channel.ChannelFutureListener
,io.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture>
,EventListener
- Enclosing class:
FilterChainMatchingProtocolNegotiators
private static class FilterChainMatchingProtocolNegotiators.FilterChainSelectorManagerDeregister
extends Object
implements io.netty.channel.ChannelFutureListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FilterChainSelectorManager.Closer
private final FilterChainSelectorManager
Fields inherited from interface io.netty.channel.ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE, FIRE_EXCEPTION_ON_FAILURE
-
Constructor Summary
ConstructorsConstructorDescriptionFilterChainSelectorManagerDeregister
(FilterChainSelectorManager filterChainSelectorManager, FilterChainSelectorManager.Closer closer) -
Method Summary
-
Field Details
-
filterChainSelectorManager
-
closer
-
-
Constructor Details
-
FilterChainSelectorManagerDeregister
public FilterChainSelectorManagerDeregister(FilterChainSelectorManager filterChainSelectorManager, FilterChainSelectorManager.Closer closer)
-
-
Method Details
-
operationComplete
- Specified by:
operationComplete
in interfaceio.netty.util.concurrent.GenericFutureListener<io.netty.channel.ChannelFuture>
- Throws:
Exception
-