Uses of Class
software.amazon.awssdk.crt.io.EventLoopGroup
-
Packages that use EventLoopGroup Package Description software.amazon.awssdk.crt.io -
-
Uses of EventLoopGroup in software.amazon.awssdk.crt.io
Methods in software.amazon.awssdk.crt.io that return EventLoopGroup Modifier and Type Method Description EventLoopGroup
ExponentialBackoffRetryOptions. getEventLoopGroup()
Methods in software.amazon.awssdk.crt.io with parameters of type EventLoopGroup Modifier and Type Method Description ExponentialBackoffRetryOptions
ExponentialBackoffRetryOptions. withEventLoopGroup(EventLoopGroup eventLoopGroup)
Configure the event loop group to use to schedule the backoff/retry tasksConstructors in software.amazon.awssdk.crt.io with parameters of type EventLoopGroup Constructor Description ClientBootstrap(EventLoopGroup elg, HostResolver hr)
Creates a new ClientBootstrap.HostResolver(EventLoopGroup elg)
HostResolver(EventLoopGroup elg, int maxEntries)
ServerBootstrap(EventLoopGroup elg)
-