@ChannelHandler.Sharable protected abstract class ProxyConnection.BytesWrittenMonitor extends ChannelOutboundHandlerAdapter
ChannelHandler.Sharable| Modifier | Constructor and Description |
|---|---|
protected |
BytesWrittenMonitor() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
bytesWritten(int numberOfBytes) |
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 bytesWritten(int numberOfBytes)
Copyright © 2009–2017 LittleShoot. All rights reserved.