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