Unpooled

reactivemongo.io.netty.buffer.package$.Unpooled$
object Unpooled

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

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