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