private static class Netty4ClientHttpRequest.RequestExecuteHandler
extends <any>
| Modifier and Type | Field and Description |
|---|---|
private SettableListenableFuture<ClientHttpResponse> |
responseFuture |
| Constructor and Description |
|---|
RequestExecuteHandler(SettableListenableFuture<ClientHttpResponse> responseFuture) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
channelRead0(ChannelHandlerContext context,
FullHttpResponse response) |
void |
exceptionCaught(ChannelHandlerContext context,
java.lang.Throwable cause) |
private final SettableListenableFuture<ClientHttpResponse> responseFuture
public RequestExecuteHandler(SettableListenableFuture<ClientHttpResponse> responseFuture)
protected void channelRead0(ChannelHandlerContext context,
FullHttpResponse response)
throws java.lang.Exception
java.lang.Exceptionpublic void exceptionCaught(ChannelHandlerContext context,
java.lang.Throwable cause)
throws java.lang.Exception
java.lang.Exception