HeaderEncoder

class HeaderEncoder(initialMaxTableSize: Int)

HTTP/2 HPACK header encoder

Value parameters:
initialMaxTableSize

maximum HPACK table size the peer will allow.

Source:
HeaderEncoder.scala
class Object
trait Matchable
class Any

Value members

Concrete methods

Encode the headers into the payload of a HEADERS frame

Encode the headers into the payload of a HEADERS frame

Source:
HeaderEncoder.scala
def maxTableSize(max: Int): Unit

This should only be changed by the peer

This should only be changed by the peer

Source:
HeaderEncoder.scala