HeaderEncoder

io.quartz.http2.HeaderEncoder
class HeaderEncoder(initialMaxTableSize: Int)

HTTP/2 HPACK header encoder

Attributes

initialMaxTableSize

maximum HPACK table size the peer will allow.

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def encodeHeaders(hs: Headers): ByteBuffer

Encode the headers into the payload of a HEADERS frame

Encode the headers into the payload of a HEADERS frame

Attributes

def maxTableSize(max: Int): Unit

This should only be changed by the peer

This should only be changed by the peer

Attributes