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.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 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).
Returns a channel with the representation's content. If it is
supported by a file, a read-only instance of FileChannel is returned.
This method is ensured to return a fresh channel for each invocation
unless it is a transient representation, in which case null is returned.
Returns a channel with the representation's content. If it is
supported by a file, a read-only instance of FileChannel is returned.
This method is ensured to return a fresh channel for each invocation
unless it is a transient representation, in which case null is returned.
Returns the entity as a DOM representation. Note that this triggers
the parsing of the entity into a reusable DOM document stored in memory.
This method and the related getEntity*() methods can only be invoked
once.
Returns the entity as a DOM representation. Note that this triggers
the parsing of the entity into a reusable DOM document stored in memory.
This method and the related getEntity*() methods can only be invoked
once.
Returns the entity as a form. Note that this triggers the parsing
of the entity. This method and the related getEntity*() methods can
only be invoked once.
Returns the entity as a DOM representation. Note that this triggers
the parsing of the entity into a reusable DOM document stored in memory.
This method and the related getEntity*() methods can only be invoked
once.
Returns the entity as a DOM representation. Note that this triggers
the parsing of the entity into a reusable DOM document stored in memory.
This method and the related getEntity*() methods can only be invoked
once.