ClientSettings

scurry.http.settings.ClientSettings

Defines client settings.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def getAccept(): List[String]

Gets accepted content types.

Gets accepted content types.

Attributes

def getAcceptEncoding(): List[String]

Gets accepted content encodings.

Gets accepted content encodings.

Attributes

def getBufferSize(): Int

Gets buffer size.

Gets buffer size.

Attributes

def getContinueTimeout(): Int

Gets continue timeout.

Gets continue timeout.

Attributes

def getReadTimeout(): Int

Gets read timeout.

Gets read timeout.

Attributes

def isCookieStoreEnabled(): Boolean

Tests for cookie store enabled.

Tests for cookie store enabled.

Attributes

def isKeepAliveEnabled(): Boolean

Tests for keep-alive enabled.

Tests for keep-alive enabled.

Attributes