Http11Connection

io.quartz.http2.Http11Connection
See theHttp11Connection companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def make(ch: IOChannel, id: Long, keepAliveMs: Int, httpRoute: HttpRoute): IO[Http11Connection[Any]]

Creates a new HTTP/1.1 connection handler

Creates a new HTTP/1.1 connection handler

Value parameters

ch

The underlying IO channel

httpRoute

HTTP route for processing requests

id

Connection identifier

keepAliveMs

Keep-alive timeout in milliseconds

Attributes

Returns

A new HTTP/1.1 connection instance

Concrete fields

Maximum allowed content length in bytes (100MB)

Maximum allowed content length in bytes (100MB)

Attributes