public final class RequestContext extends Object
Constructor and Description |
---|
RequestContext(io.netty.channel.pool.ChannelPool channelPool,
io.netty.channel.EventLoopGroup eventLoopGroup,
AsyncExecuteRequest executeRequest,
NettyConfiguration configuration) |
Modifier and Type | Method and Description |
---|---|
io.netty.channel.pool.ChannelPool |
channelPool() |
NettyConfiguration |
configuration() |
io.netty.channel.EventLoopGroup |
eventLoopGroup() |
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, io.netty.channel.EventLoopGroup eventLoopGroup, AsyncExecuteRequest executeRequest, NettyConfiguration configuration)
public io.netty.channel.pool.ChannelPool channelPool()
public io.netty.channel.EventLoopGroup eventLoopGroup()
public AsyncExecuteRequest executeRequest()
public SdkAsyncHttpResponseHandler handler()
SdkAsyncHttpResponseHandler
contained in the AsyncExecuteRequest
returned by executeRequest
.public NettyConfiguration configuration()
Copyright © 2019. All rights reserved.