Java io.netty.channel ChannelOutboundBuffer fields, constructors, methods, implement or subclass

Example usage for Java io.netty.channel ChannelOutboundBuffer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.channel ChannelOutboundBuffer.

The text is from its open source code.

Method

Objectcurrent()
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.
booleanremove()
Will remove the current message, mark its ChannelPromise as success and return true .
longtotalPendingWriteBytes()