@ChannelHandler.Sharable
protected abstract class ProxyConnection.ResponseWrittenMonitor
extends io.netty.channel.ChannelOutboundHandlerAdapter
Modifier | Constructor and Description |
---|---|
protected |
ResponseWrittenMonitor() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
responseWritten(io.netty.handler.codec.http.HttpResponse httpResponse) |
void |
write(io.netty.channel.ChannelHandlerContext ctx,
Object msg,
io.netty.channel.ChannelPromise promise) |
bind, close, connect, deregister, disconnect, flush, read
exceptionCaught, handlerAdded, handlerRemoved, isSharable
public void write(io.netty.channel.ChannelHandlerContext ctx, Object msg, io.netty.channel.ChannelPromise promise) throws Exception
write
in interface io.netty.channel.ChannelOutboundHandler
write
in class io.netty.channel.ChannelOutboundHandlerAdapter
Exception
protected abstract void responseWritten(io.netty.handler.codec.http.HttpResponse httpResponse)
Copyright © 2009–2017 LittleShoot. All rights reserved.