Method Summary |
|
public String | DAV() Get the DAV level supported by the server. |
public void | DAV(String value) Set the DAV level supported by the server. |
public String | accept() Get what media types are acceptable for a response. |
public void | accept(String value) Set what media types are acceptable for a response. |
public String | acceptCharset() Get what character sets are acceptable for a response. |
public void | acceptCharset(String value) Set what character sets are acceptable for a response. |
public String | acceptEncoding() Get what content-encoding values are acceptable for a response. |
public void | acceptEncoding(String value) Get what content-encoding values are acceptable for a response. |
public String | acceptLanguage() Get what natural languages are acceptable for a response. |
public void | acceptLanguage(String value) Set what natural languages are acceptable for a response. |
public String | acceptRanges() Get the range requests acceptable to a server. |
public void | acceptRanges(String value) Set the range requests acceptable to a server. |
public String | age() Get the sender's estimate of the time since the response was generated. |
public void | age(String value) Set the sender's estimate of the time since the response was generated. |
public String | allow() |
public void | allow(String value) |
public String | authorization() Get the user's credentials for the realm of the resource being requested. |
public void | authorization(String value) Set the user's credentials for the realm of the resource being requested. |
public String | cacheControl() Get the cache control directives that must be obeyed. |
public void | cacheControl(String value) Set the cache control directives that must be obeyed. |
public String | connection() Get sender connection options. |
public void | connection(String value) Set sender connection options. |
public boolean | containsKey(Object keyi) See if the resource context contains a value for a given key. |
public String | contentEncoding() Get what additional content encodings have been applied to the entity body. |
public void | contentEncoding(String value) Set what additional content encodings have been applied to the entity body. |
public String | contentLanguage() Get the natural language of the intended audience for the entity body. |
public void | contentLanguage(String value) Set the natural language of the intended audience for the entity body. |
public long | contentLength() Get the content length in bytes of the entity body. |
public void | contentLength(long value) Set the content length in bytes of the entity body. |
public String | contentLocation() Get the resource location for the response. |
public void | contentLocation(String value) Set the resource location for the response. |
public String | contentType() Get the MIME type for the response contents. |
public void | contentType(String value) Set the MIME type for the response contents. |
public String | date() The date the request was made. |
public void | date(String value) Set the date the request was made. |
public String | depth() Get the depth to apply to resource collections. |
public void | depth(String value) Set the depth to be applied to resource collections. |
public String | destination() Get the destination URL for a copy or move operation. |
public void | destination(String value) Set the destination URL for a copy or move operation. |
public String | etag() Get the entity tag for the associated entity. |
public void | etag(String value) Set the entity tag for the associated entity. |
public String | expires() Get the date/time after which the response should be considered stale. |
public void | expires(String value) Set the date/time after which the response should be considered stale. |
public Object | get(Object keyi) Get the value of an entry in the resource context. |
public String | getAuthorizationId() Get the user agent or principal's identifier from the authorication context. |
public String | getPassword() Get the user agent or principal's password from the authorication context. |
public int | getTimeout() Get the lock timeout value. |
public String | host() Get the Internet host and port of the resource being requested. |
public void | host(String value) Set the Internet host and port of the resource being requested. |
public String | lastModified() Get when the resource was last modified. |
public void | lastModified(String value) Set when the resource was last modified. |
public String | location() Get the redirect location. |
public void | location(String value) Set the redirect location. |
public String | lockToken() Get the lock token for the resource. |
public void | lockToken(String value) Set the lock token for the resource. |
public String | overwrite() Get if copy or move should overwrite an existing destination. |
public void | overwrite(String value) Set if copy or move should overwrite an existing destination. |
public Precondition | precondition() Get any precondition that must be true in order for method
execution to be successful. |
public void | precondition(Precondition value) Set any precondition that must be true in order for method
execution to be successful. |
public void | precondition(String value) Set any precondition that must be true in order for method
execution to be successful. |
public Object | put(Object keyi, Object value) Set the value of a resource context. |
public String | referer() Get the URI of the resource from which the request was obtained. |
public void | referer(String value) Set the URI of the resource from which the request was obtained. |
public Object | remove(Object keyi) Remove an entry from the resource context. |
public String | server() Get information about the software used by the origin server
to handle the request. |
public void | server(String value) Set information about the software used by the origin server
to handle the request. |
public void | setBasicAuthorization(String userid, String password) Set the authorization context using the Basic authentication scheme. |
public void | setTimeout(int value) Set the lock timeout value. |
public String | statusURI() Get the URI of the resource whose method is in process. |
public void | statusURI(String value) Set the URI of the resource whose method is in process. |
public String | timeout() Get the lock timeout value. |
public void | timeout(String value) Set the lock timeout value. |
public String | userAgent() Get information about the user agent originating the request. |
public void | userAgent(String value) Set information about the user agent originating the request. |