JavaScript is disabled on your browser.
 
All Implemented Interfaces: 
io.netty.channel.EventLoopGroup, io.netty.util.concurrent.EventExecutorGroup, Iterable <io.netty.util.concurrent.EventExecutor>, Executor , ExecutorService , ScheduledExecutorService  
 
 
 
public final class NonManagedEventLoopGroup 
extends DelegatingEventLoopGroup  
Decorator around EventLoopGroup that prevents it from being shutdown. Used when the customer passes in a
 custom EventLoopGroup that may be shared and thus is not managed by the SDK.
 
 
 
 
Method Summary 
 
Methods inherited from class software.amazon.awssdk.http.nio.netty.internal.DelegatingEventLoopGroup  
awaitTermination , execute , getDelegate , invokeAll , invokeAll , invokeAny , invokeAny , isShutdown , isShuttingDown , isTerminated , iterator , next , register , register , register , schedule , schedule , scheduleAtFixedRate , scheduleWithFixedDelay , shutdown , shutdownGracefully , shutdownNow , submit , submit , submit , terminationFuture  
 
 
 
 
 
 
 
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.