Class RequestContext
java.lang.Object
software.amazon.awssdk.http.nio.netty.internal.RequestContext
- 
Constructor Summary
ConstructorsConstructorDescriptionRequestContext(SdkChannelPool channelPool, io.netty.channel.EventLoopGroup eventLoopGroup, AsyncExecuteRequest executeRequest, NettyConfiguration configuration)  - 
Method Summary
Modifier and TypeMethodDescriptionio.netty.channel.EventLoopGrouphandler()Convenience method to retrieve theSdkAsyncHttpResponseHandlercontained in theAsyncExecuteRequestreturned byexecuteRequest. 
- 
Constructor Details
- 
RequestContext
public RequestContext(SdkChannelPool channelPool, io.netty.channel.EventLoopGroup eventLoopGroup, AsyncExecuteRequest executeRequest, NettyConfiguration configuration)  
 - 
 - 
Method Details
- 
channelPool
 - 
eventLoopGroup
public io.netty.channel.EventLoopGroup eventLoopGroup() - 
executeRequest
 - 
handler
Convenience method to retrieve theSdkAsyncHttpResponseHandlercontained in theAsyncExecuteRequestreturned byexecuteRequest.- Returns:
 - The response handler for this request.
 
 - 
configuration
 - 
metricCollector
 
 -