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