HeaderEncoder

class HeaderEncoder(initialMaxTableSize: Int)

HTTP/2 HPACK header encoder

Value Params
initialMaxTableSize

maximum HPACK table size the peer will allow.

class Object
trait Matchable
class Any

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

def maxTableSize(max: Int): Unit

This should only be changed by the peer

This should only be changed by the peer