@ChannelHandler.Sharable protected abstract class ProxyConnection.RequestWrittenMonitor extends ChannelOutboundHandlerAdapter
ChannelHandler.Sharable| Modifier | Constructor and Description |
|---|---|
protected |
RequestWrittenMonitor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
contentWritten(HttpContent httpContent)
Invoked immediately after an HttpContent has been sent.
|
protected abstract void |
requestWriting(HttpRequest httpRequest)
Invoked immediately before an HttpRequest is written.
|
protected abstract void |
requestWritten(HttpRequest httpRequest)
Invoked immediately after an HttpRequest has been sent.
|
void |
write(ChannelHandlerContext ctx,
Object msg,
ChannelPromise promise) |
bind, close, connect, deregister, disconnect, flush, readensureNotSharable, exceptionCaught, handlerAdded, handlerRemoved, isSharableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexceptionCaught, handlerAdded, handlerRemovedpublic void write(ChannelHandlerContext ctx, Object msg, ChannelPromise promise) throws Exception
write in interface ChannelOutboundHandlerwrite in class ChannelOutboundHandlerAdapterExceptionprotected abstract void requestWriting(HttpRequest httpRequest)
protected abstract void requestWritten(HttpRequest httpRequest)
protected abstract void contentWritten(HttpContent httpContent)
Copyright © 2009–2017 LittleShoot. All rights reserved.