public final class RequestContext extends Object
| Constructor and Description |
|---|
RequestContext(io.netty.channel.pool.ChannelPool channelPool,
AsyncExecuteRequest executeRequest,
NettyConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
io.netty.channel.pool.ChannelPool |
channelPool() |
NettyConfiguration |
configuration() |
AsyncExecuteRequest |
executeRequest() |
SdkAsyncHttpResponseHandler |
handler()
Convenience method to retrieve the
SdkAsyncHttpResponseHandler contained in the AsyncExecuteRequest
returned by executeRequest. |
public RequestContext(io.netty.channel.pool.ChannelPool channelPool,
AsyncExecuteRequest executeRequest,
NettyConfiguration configuration)
public io.netty.channel.pool.ChannelPool channelPool()
public AsyncExecuteRequest executeRequest()
public SdkAsyncHttpResponseHandler handler()
SdkAsyncHttpResponseHandler contained in the AsyncExecuteRequest
returned by executeRequest.public NettyConfiguration configuration()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.