public class EtcdKeyResponseHandler extends AbstractEtcdResponseHandler<EtcdKeyRequest,io.netty.handler.codec.http.FullHttpResponse>
client, promise, request| Constructor and Description |
|---|
EtcdKeyResponseHandler(EtcdNettyClient etcdNettyClient,
EtcdKeyRequest etcdKeyRequest)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
channelRead0(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.FullHttpResponse response) |
channelUnregistered, retriedacceptInboundMessage, channelReadchannelActive, channelInactive, channelReadComplete, channelRegistered, channelWritabilityChanged, exceptionCaught, userEventTriggeredhandlerAdded, handlerRemoved, isSharablepublic EtcdKeyResponseHandler(EtcdNettyClient etcdNettyClient, EtcdKeyRequest etcdKeyRequest)
etcdNettyClient - the client handling connectionsetcdKeyRequest - requestprotected void channelRead0(io.netty.channel.ChannelHandlerContext ctx,
io.netty.handler.codec.http.FullHttpResponse response)
throws java.lang.Exception
channelRead0 in class io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.http.FullHttpResponse>java.lang.Exception