@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, readensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharablepublic void write(io.netty.channel.ChannelHandlerContext ctx,
Object msg,
io.netty.channel.ChannelPromise promise)
throws Exception
write in interface io.netty.channel.ChannelOutboundHandlerwrite in class io.netty.channel.ChannelOutboundHandlerAdapterExceptionprotected abstract void responseWritten(io.netty.handler.codec.http.HttpResponse httpResponse)
Copyright © 2009–2021 LittleShoot. All rights reserved.