Config

org.http4s.netty.server.NegotiationHandler.Config
final case class Config(maxInitialLineLength: Int, maxHeaderSize: Int, maxChunkSize: Int, idleTimeout: Duration, wsMaxFrameLength: Int, wsCompression: Boolean)

Attributes

Source
NegotiationHandler.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product