Class 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.