Unpooled

object Unpooled
class Object
trait Matchable
class Any

Value members

Concrete methods

def EMPTY_BUFFER: ByteBuf
def buffer(capacity: Int): ByteBuf
def buffer(initialCapacity: Int, maxCapacity: Int): ByteBuf
def copiedBuffer(bytes: Array[Byte]): ByteBuf
def directBuffer(capacity: Int): ByteBuf
def wrappedBuffer(orig: ByteBuffer): ByteBuf
def wrappedBuffer(bytes: Array[Byte]): ByteBuf
def wrappedBuffer(bytes: ByteBuf*): ByteBuf