public class TimeoutsHolder extends 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) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
void |
initRemoteAddress(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)
public void initRemoteAddress(InetSocketAddress address)
public void startReadTimeout()
public void cancel()
Copyright © 2016. All Rights Reserved.