Http4sBlazeServerConfig

final case class Http4sBlazeServerConfig(listenAddress: String, listenPort: Int, webSocketsEnabled: Boolean, http2Enabled: Boolean, responseHeaderTimeout: FiniteDuration, idleTimeout: FiniteDuration, bufferSize: Int, maxRequestLineLength: Int, maxHeadersLength: Int, chunkBufferMaxSize: Int, connectorPoolSize: Int, maxConnections: Int, socketOptions: SocketOptions)
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product