public class HttpResponseHandler
extends io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http.HttpObject>
HttpResponse. It evaluates the status code and triggers the appropriate
lifecycle methods at the passed ResultCallback.| Constructor and Description |
|---|
HttpResponseHandler(HttpRequestProvider requestProvider,
com.github.dockerjava.api.async.ResultCallback<?> resultCallback) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.HttpObject msg) |
acceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelUnregistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredensureNotSharable, handlerAdded, handlerRemoved, isSharablepublic HttpResponseHandler(HttpRequestProvider requestProvider, com.github.dockerjava.api.async.ResultCallback<?> resultCallback)
Copyright © 2021. All rights reserved.