public class TimeoutsHolder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
io.netty.util.Timeout |
readTimeout |
io.netty.util.Timeout |
requestTimeout |
| Constructor and Description |
|---|
TimeoutsHolder(io.netty.util.Timer nettyTimer,
NettyResponseFuture<?> nettyResponseFuture,
NettyRequestSender requestSender,
AsyncHttpClientConfig config,
java.net.InetSocketAddress originalRemoteAddress) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
setResolvedRemoteAddress(java.net.InetSocketAddress address) |
void |
startReadTimeout() |
public final io.netty.util.Timeout requestTimeout
public volatile io.netty.util.Timeout readTimeout
public TimeoutsHolder(io.netty.util.Timer nettyTimer,
NettyResponseFuture<?> nettyResponseFuture,
NettyRequestSender requestSender,
AsyncHttpClientConfig config,
java.net.InetSocketAddress originalRemoteAddress)
Copyright © 2017. All Rights Reserved.