This status code means that the method could not be performed on the
resource because the requested action depended on another action and that
action failed.
The resource identified by the request is only capable of generating
response entities whose content characteristics do not match the user's
requirements (in Accept* headers).
The server has not found anything matching the Request-URI or the server
does not wish to reveal exactly why the request has been refused, or no
other response is applicable.
Sent by the server when an HTTP client opens a connection, but has never
sent a request (or never sent the blank line that signals the end of the
request).
This status code means the server understands the content type of the
request entity (syntactically correct) but was unable to process the
contained instructions.
The server is refusing to service the request because the entity of the
request is in a format not supported by the requested resource for the
requested method.
Generic status code sent by a client connector when an error occurs
during the process of a request to its server or the process of a
response to its client.
COPY -
Static variable in class org.restlet.gwt.data.Method
Creates a duplicate of the source resource, identified by the
Request-URI, in the destination resource, identified by the URI in the
Destination header.
Copies the parameters whose name is a key in the given map.
If a matching parameter is found, its value is put in the map.
If multiple values are found, a list is created and set in the map.
Returns the modifiable list of client IP addresses.
The first address is the one of the immediate client component as
returned by the getClientAdress() method and the last address should
correspond to the origin client (frequently a user agent).
This is useful when the user agent is separated from the origin server by
a chain of intermediary components.
Returns the hierarchical part which is equivalent to the scheme specific
part less the query component.
Note that no URI decoding is done by this method.
Returns the last segment of a hierarchical path.
For example the "/a/b/c" and "/a/b/c/" paths have the same segments: "a",
"b", "c.
Note that no URI decoding is done by this method.
Returns the best variant representation for a given resource according
the the client preferences.
A default language is provided in case the variants don't match the
client preferences.