Package org.glassfish.jersey.http
Class ResponseStatus.Success2xx
java.lang.Object
org.glassfish.jersey.http.ResponseStatus.Success2xx
- Enclosing class:
- ResponseStatus
2xx success status codes - the action was successfully received, understood, and accepted.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Response.StatusType
202 Accepted.static final Response.StatusType
208 Already Reported.static final Response.StatusType
201 Created.static final Response.StatusType
226 IM used.static final Response.StatusType
207 Multi-Status.static final Response.StatusType
204 No Content.static final Response.StatusType
203 Non-Authoritative Information.static final Response.StatusType
200 OK.static final Response.StatusType
206 Partial Content.static final Response.StatusType
205 Reset Content. -
Constructor Summary
-
Method Summary
-
Field Details
-
OK_200
200 OK. See HTTP Semantics. -
CREATED_201
201 Created. See HTTP Semantics. -
ACCEPTED_202
202 Accepted. See HTTP Semantics. -
NON_AUTHORITATIVE_INFORMATION_203
203 Non-Authoritative Information. See HTTP Semantics. -
NO_CONTENT_204
204 No Content. See HTTP Semantics. -
RESET_CONTENT_205
205 Reset Content. See HTTP Semantics. -
PARTIAL_CONTENT_206
206 Partial Content. See HTTP Semantics. -
MULTI_STATUS_207
-
ALREADY_REPORTED_208
208 Already Reported. See Binding Extensions to Web Distributed Authoring and Versioning = new ResponseStatusImpl(WebDAV) -
IM_USED_226
226 IM used. See Delta encoding in HTTP
-
-
Constructor Details
-
Success2xx
public Success2xx()
-