public class TimeoutsHolder extends 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(InetSocketAddress address) |
void |
startReadTimeout() |
public final Timeout requestTimeout
public volatile Timeout readTimeout
public TimeoutsHolder(Timer nettyTimer, NettyResponseFuture<?> nettyResponseFuture, NettyRequestSender requestSender, AsyncHttpClientConfig config)
public void initRemoteAddress(InetSocketAddress address)
public void startReadTimeout()
public void cancel()
Copyright © 2017. All Rights Reserved.