Example usage for Java io.netty.channel ChannelOutboundBuffer fields, constructors, methods, implement or subclass
The text is from its open source code.
Object | current() Return the current message to write or null if nothing was flushed before and so is ready to be written. |
ByteBuffer[] | nioBuffers() Returns an array of direct NIO buffers if the currently pending messages are made of ByteBuf only. |
boolean | remove() Will remove the current message, mark its ChannelPromise as success and return true . |
long | totalPendingWriteBytes() |