Uses of Class
software.amazon.awssdk.http.nio.netty.SdkEventLoopGroup
Packages that use SdkEventLoopGroup
Package
Description
-
Uses of SdkEventLoopGroup in software.amazon.awssdk.http.nio.netty
Methods in software.amazon.awssdk.http.nio.netty that return SdkEventLoopGroupModifier and TypeMethodDescriptionSdkEventLoopGroup.Builder.build()static SdkEventLoopGroupSdkEventLoopGroup.create(io.netty.channel.EventLoopGroup eventLoopGroup) Creates a new instance of SdkEventLoopGroup withEventLoopGroup.static SdkEventLoopGroupSdkEventLoopGroup.create(io.netty.channel.EventLoopGroup eventLoopGroup, io.netty.channel.ChannelFactory<? extends io.netty.channel.Channel> channelFactory) Creates a new instance of SdkEventLoopGroup withEventLoopGroupandChannelFactoryto be used withNettyNioAsyncHttpClient.Methods in software.amazon.awssdk.http.nio.netty with parameters of type SdkEventLoopGroupModifier and TypeMethodDescriptionNettyNioAsyncHttpClient.Builder.eventLoopGroup(SdkEventLoopGroup eventLoopGroup) Sets theSdkEventLoopGroupto use for the Netty HTTP client. -
Uses of SdkEventLoopGroup in software.amazon.awssdk.http.nio.netty.internal
Methods in software.amazon.awssdk.http.nio.netty.internal that return SdkEventLoopGroupMethods in software.amazon.awssdk.http.nio.netty.internal with parameters of type SdkEventLoopGroupModifier and TypeMethodDescriptionAwaitCloseChannelPoolMap.Builder.sdkEventLoopGroup(SdkEventLoopGroup sdkEventLoopGroup)