public final class SharedEventLoopGroup extends Object
EventLoopGroup
. 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.public static io.netty.channel.EventLoopGroup get()
EventLoopGroup
that will be shared across all service clients. This is used when the customer
does not specify a custom EventLoopGroup
or DefaultEventLoopGroupFactory
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.