KeepAliveParameters

scamper.http.types.KeepAliveParameters
See theKeepAliveParameters companion trait

Provides factory for KeepAliveParameters.

Attributes

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

Members list

Value members

Concrete methods

def apply(timeout: Int, max: Int): KeepAliveParameters

Creates parameters with supplied timeout and max.

Creates parameters with supplied timeout and max.

Attributes

def parse(params: String): KeepAliveParameters

Parse formatted parameters.

Parse formatted parameters.

Attributes