Java com.google.gwt.http.client Response fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.http.client Response fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.http.client Response.

The text is from its open source code.

Subclass

com.google.gwt.http.client.Response has subclasses.
Click this link to see all its subclasses.

Implementation

com.google.gwt.http.client.Response has the following implementations.
Click this link to see all its implementation.

Field

Constructor

Method

StringgetHeader(String header)
Returns the value of the requested header or null if the header was not specified.
Header[]getHeaders()
Returns an array of HTTP headers associated with this response.
StringgetHeadersAsString()
Returns all headers as a single string.
intgetStatusCode()
Returns the HTTP status code that is part of this response.
StringgetStatusText()
Returns the HTTP status message text.
StringgetText()
Returns the text associated with the response.