Class SharedSdkEventLoopGroup

java.lang.Object
software.amazon.awssdk.http.nio.netty.internal.SharedSdkEventLoopGroup

public final class SharedSdkEventLoopGroup extends Object
Provides access and manages a shared SdkEventLoopGroup. Uses reference counting to keep track of how many HTTP clients are using the shared event loop group and will automatically close it when that count reaches zero. Event loop group is lazily initialized for the first time and and subsequent requests after the count reaches zero.