NettyModelConversion

org.http4s.netty.NettyModelConversion

Attributes

Source
NettyModelConversion.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def bytebufToArray(buf: ByteBuf, release: Boolean): Array[Byte]

Attributes

Source
NettyModelConversion.scala
def chunkToBytebuf(bytes: Chunk[Byte]): ByteBuf

Convert a Chunk to a Netty ByteBuf.

Convert a Chunk to a Netty ByteBuf.

Attributes

Source
NettyModelConversion.scala