Gone

class Gone extends HttpResponse

410 (Gone)

class Object
trait Matchable
class Any

Value members

Constructors

def this(res: Map[String, AnyRef])

Creates 410 (Gone).

Creates 410 (Gone).

Inherited methods

def getBody(): Body

Gets message body.

Gets message body.

Inherited from:
HttpMessage

Gets cookies.

Gets cookies.

Inherited from:
HttpResponse

Gets message headers.

Gets message headers.

Inherited from:
HttpMessage
def getHttpVersion(): String

Gets HTTP version.

Gets HTTP version.

Inherited from:
HttpMessage
def getReasonPhrase(): String

Gets reason phrase.

Gets reason phrase.

Inherited from:
HttpResponse
def getStartLine(): String

Gets message start line.

Gets message start line.

Inherited from:
HttpMessage
def getStatusCode(): Int

Gets status code.

Gets status code.

Inherited from:
HttpResponse
def isClientError(): Boolean

Tests for client error status code.

Tests for client error status code.

Inherited from:
HttpResponse
def isInformational(): Boolean

Tests for informational status code.

Tests for informational status code.

Inherited from:
HttpResponse
def isRedirection(): Boolean

Tests for redirection status code.

Tests for redirection status code.

Inherited from:
HttpResponse
def isServerError(): Boolean

Tests for server error status code.

Tests for server error status code.

Inherited from:
HttpResponse
def isSuccessful(): Boolean

Tests for successful status code.

Tests for successful status code.

Inherited from:
HttpResponse