Java Reference
In-Depth Information
This field represents a status code of (202), indicating that a request was accepted for process-
ing, but was not completed.
The SC_NON_AUTHORITATIVE_INFORMATION Field
public static final int SC_NON_AUTHORITATIVE_INFORMATION
This field represents a status code of (203), indicating that the meta information presented by
the client did not originate from the server.
The SC_NO_CONTENT Field
public static final int SC_NO_CONTENT
C
This field represents a status code of (204), indicating that the request succeeded but that there
was no new information to return.
The SC_RESET_CONTENT Field
public static final int SC_RESET_CONTENT
This field represents a status code of (205), indicating that the agent should reset the document
view that caused the request to be sent.
The SC_PARTIAL_CONTENT Field
public static final int SC_PARTIAL_CONTENT
This field represents a status code of (206), indicating that the server has fulfilled the partial
GET request for the resource.
The SC_MULTIPLE_CHOICES Field
public static final int SC_MULTIPLE_CHOICES
This field represents a status code of (300), indicating that the requested resource corresponds
to any one of a set of representations, each with its own specific location.
The SC_MOVED_PERMANENTLY Field
public static final int SC_MOVED_PERMANENTLY
This field represents a status code of (301), indicating that the resource has permanently
moved to a new location, and that future references should use a new URI with their requests.
The SC_MOVED_TEMPORARILY Field
public static final int SC_MOVED_TEMPORARILY
This field represents a status code of (302), indicating that the resource has temporarily moved
to another location, but that future references should still use the original URI to access the
resource.
 
Search WWH ::




Custom Search