- CacheDirective - Class in org.restlet.client.data
-
Directive for caching mechanisms along the call chain.
- CacheDirective(String) - Constructor for class org.restlet.client.data.CacheDirective
-
Constructor for directives with no value.
- CacheDirective(String, String) - Constructor for class org.restlet.client.data.CacheDirective
-
Constructor for directives with a value.
- CacheDirective(String, String, boolean) - Constructor for class org.restlet.client.data.CacheDirective
-
Constructor for directives with a value.
- ChallengeMessage - Class in org.restlet.client.data
-
Base authentication challenge message exchanged between an origin server and
a client.
- ChallengeMessage(ChallengeScheme) - Constructor for class org.restlet.client.data.ChallengeMessage
-
Constructor.
- ChallengeMessage(ChallengeScheme, Series<Parameter>) - Constructor for class org.restlet.client.data.ChallengeMessage
-
Constructor.
- ChallengeMessage(ChallengeScheme, String) - Constructor for class org.restlet.client.data.ChallengeMessage
-
Constructor.
- ChallengeMessage(ChallengeScheme, String, Series<Parameter>) - Constructor for class org.restlet.client.data.ChallengeMessage
-
Constructor.
- ChallengeMessage(ChallengeScheme, String, Series<Parameter>, String, String, String) - Constructor for class org.restlet.client.data.ChallengeMessage
-
Constructor.
- ChallengeRequest - Class in org.restlet.client.data
-
Authentication challenge sent by an origin server to a client.
- ChallengeRequest(ChallengeScheme) - Constructor for class org.restlet.client.data.ChallengeRequest
-
Constructor.
- ChallengeRequest(ChallengeScheme, String) - Constructor for class org.restlet.client.data.ChallengeRequest
-
Constructor.
- ChallengeResponse - Class in org.restlet.client.data
-
Authentication response sent by client to an origin server.
- ChallengeResponse(ChallengeScheme) - Constructor for class org.restlet.client.data.ChallengeResponse
-
Constructor with no credentials.
- ChallengeResponse(ChallengeScheme, Series<Parameter>, String, char[], String, String, String, Reference, String, String, String, String, int, long) - Constructor for class org.restlet.client.data.ChallengeResponse
-
Constructor.
- ChallengeResponse(ChallengeScheme, String, char[]) - Constructor for class org.restlet.client.data.ChallengeResponse
-
Constructor.
- ChallengeResponse(ChallengeScheme, String, char[], Series<Parameter>) - Constructor for class org.restlet.client.data.ChallengeResponse
-
Constructor.
- ChallengeResponse(ChallengeScheme, String, Series<Parameter>) - Constructor for class org.restlet.client.data.ChallengeResponse
-
Constructor.
- ChallengeResponse(ChallengeScheme, String, String) - Constructor for class org.restlet.client.data.ChallengeResponse
-
Constructor.
- ChallengeScheme - Class in org.restlet.client.data
-
Challenge scheme used to authenticate remote clients.
- ChallengeScheme(String, String) - Constructor for class org.restlet.client.data.ChallengeScheme
-
Constructor.
- ChallengeScheme(String, String, String) - Constructor for class org.restlet.client.data.ChallengeScheme
-
Constructor.
- CharacterRepresentation - Class in org.restlet.client.representation
-
Representation based on a BIO character stream.
- CharacterRepresentation(MediaType) - Constructor for class org.restlet.client.representation.CharacterRepresentation
-
Constructor.
- CharacterSet - Class in org.restlet.client.data
-
Metadata used to specify the character set of textual representations.
- CharacterSet(String) - Constructor for class org.restlet.client.data.CharacterSet
-
Constructor.
- CharacterSet(String, String) - Constructor for class org.restlet.client.data.CharacterSet
-
Constructor.
- CLAP - Static variable in class org.restlet.client.data.Protocol
-
CLAP (ClassLoader Access Protocol) is a custom scheme to access to
representations via classloaders.
- clear() - Method in class org.restlet.client.util.WrapperList
-
Removes all of the elements from this list.
- clear() - Method in class org.restlet.client.util.WrapperMap
-
Removes all mappings from this Map.
- clearCache() - Static method in class org.restlet.rebind.AnnotationUtils
-
Clears the annotation descriptors cache.
- clearExtensions() - Method in class org.restlet.client.service.MetadataService
-
clears the mappings for all extensions.
- Client - Class in org.restlet.client
-
Connector acting as a generic client.
- Client(Context, List<Protocol>) - Constructor for class org.restlet.client.Client
-
Constructor.
- Client(Context, List<Protocol>, String) - Constructor for class org.restlet.client.Client
-
Constructor.
- Client(Context, Protocol) - Constructor for class org.restlet.client.Client
-
Constructor.
- Client(List<Protocol>) - Constructor for class org.restlet.client.Client
-
Constructor.
- Client(Protocol) - Constructor for class org.restlet.client.Client
-
Constructor.
- Client(String) - Constructor for class org.restlet.client.Client
-
Constructor.
- CLIENT_ERROR_BAD_REQUEST - Static variable in class org.restlet.client.data.Status
-
The request could not be understood by the server due to malformed
syntax.
- CLIENT_ERROR_CONFLICT - Static variable in class org.restlet.client.data.Status
-
The request could not be completed due to a conflict with the current
state of the resource (as experienced in a version control system).
- CLIENT_ERROR_EXPECTATION_FAILED - Static variable in class org.restlet.client.data.Status
-
The user agent expects some behavior of the server (given in an Expect
request-header field), but this expectation could not be met by this
server.
- CLIENT_ERROR_FAILED_DEPENDENCY - Static variable in class org.restlet.client.data.Status
-
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.
- CLIENT_ERROR_FORBIDDEN - Static variable in class org.restlet.client.data.Status
-
The server understood the request, but is refusing to fulfill it as it
could be explained in the entity.
- CLIENT_ERROR_GONE - Static variable in class org.restlet.client.data.Status
-
The requested resource is no longer available at the server and no
forwarding address is known.
- CLIENT_ERROR_LENGTH_REQUIRED - Static variable in class org.restlet.client.data.Status
-
The server refuses to accept the request without a defined
Content-Length.
- CLIENT_ERROR_LOCKED - Static variable in class org.restlet.client.data.Status
-
The source or destination resource of a method is locked (or temporarily
involved in another process).
- CLIENT_ERROR_METHOD_NOT_ALLOWED - Static variable in class org.restlet.client.data.Status
-
The method specified in the Request-Line is not allowed for the resource
identified by the Request-URI.
- CLIENT_ERROR_NOT_ACCEPTABLE - Static variable in class org.restlet.client.data.Status
-
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).
- CLIENT_ERROR_NOT_FOUND - Static variable in class org.restlet.client.data.Status
-
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.
- CLIENT_ERROR_PAYMENT_REQUIRED - Static variable in class org.restlet.client.data.Status
-
This code is reserved for future use.
- CLIENT_ERROR_PRECONDITION_FAILED - Static variable in class org.restlet.client.data.Status
-
Sent by the server when the user agent asks the server to carry out a
request under certain conditions that are not met.
- CLIENT_ERROR_PROXY_AUTHENTIFICATION_REQUIRED - Static variable in class org.restlet.client.data.Status
-
This code is similar to 401 (Unauthorized), but indicates that the client
must first authenticate itself with the proxy.
- CLIENT_ERROR_REQUEST_ENTITY_TOO_LARGE - Static variable in class org.restlet.client.data.Status
-
The server is refusing to process a request because the request entity is
larger than the server is willing or able to process.
- CLIENT_ERROR_REQUEST_TIMEOUT - Static variable in class org.restlet.client.data.Status
-
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).
- CLIENT_ERROR_REQUEST_URI_TOO_LONG - Static variable in class org.restlet.client.data.Status
-
The server is refusing to service the request because the Request-URI is
longer than the server is willing to interpret.
- CLIENT_ERROR_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class org.restlet.client.data.Status
-
The request includes a Range request-header field and the selected
resource is too small for any of the byte-ranges to apply.
- CLIENT_ERROR_TOO_MANY_REQUESTS - Static variable in class org.restlet.client.data.Status
-
The server refuses to accept the request because the user has sent too
many requests in a given amount of time.
- CLIENT_ERROR_UNAUTHORIZED - Static variable in class org.restlet.client.data.Status
-
The request requires user authentication.
- CLIENT_ERROR_UNPROCESSABLE_ENTITY - Static variable in class org.restlet.client.data.Status
-
This status code means the server understands the content type of the
request entity (syntactically correct) but was unable to process the
contained instructions.
- CLIENT_ERROR_UNSUPPORTED_MEDIA_TYPE - Static variable in class org.restlet.client.data.Status
-
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.
- ClientInfo - Class in org.restlet.client.data
-
Client specific data related to a call.
- ClientInfo() - Constructor for class org.restlet.client.data.ClientInfo
-
Constructor.
- ClientInfo(MediaType) - Constructor for class org.restlet.client.data.ClientInfo
-
Constructor from a media type.
- ClientList - Class in org.restlet.client.util
-
Modifiable list of client connectors.
- ClientList(Context) - Constructor for class org.restlet.client.util.ClientList
-
Constructor.
- ClientProxy - Interface in org.restlet.client.resource
-
Marker interface for RESTful resource proxies.
- ClientProxyGenerator - Class in org.restlet.rebind
-
Deferred binding generator capable of creating a subclass of
ClientProxy
implementing a custom Java interface, extending the
marker
ClientProxy
interface, and annotated with Restlet annotations
such as
Get
,
Post
,
Put
or
Delete
.
- ClientProxyGenerator() - Constructor for class org.restlet.rebind.ClientProxyGenerator
-
Default constructor.
- ClientResource - Class in org.restlet.client.resource
-
Client-side resource.
- ClientResource() - Constructor for class org.restlet.client.resource.ClientResource
-
Empty constructor.
- ClientResource(ClientResource) - Constructor for class org.restlet.client.resource.ClientResource
-
Constructor.
- ClientResource(Context, Method, Reference) - Constructor for class org.restlet.client.resource.ClientResource
-
Constructor.
- ClientResource(Context, Method, String) - Constructor for class org.restlet.client.resource.ClientResource
-
Constructor.
- ClientResource(Context, Reference) - Constructor for class org.restlet.client.resource.ClientResource
-
Constructor.
- ClientResource(Context, Request) - Constructor for class org.restlet.client.resource.ClientResource
-
Constructor.
- ClientResource(Context, Request, Response) - Constructor for class org.restlet.client.resource.ClientResource
-
Constructor.
- ClientResource(Context, String) - Constructor for class org.restlet.client.resource.ClientResource
-
Constructor.
- ClientResource(Method, Reference) - Constructor for class org.restlet.client.resource.ClientResource
-
Constructor.
- ClientResource(Method, String) - Constructor for class org.restlet.client.resource.ClientResource
-
Constructor.
- ClientResource(Reference) - Constructor for class org.restlet.client.resource.ClientResource
-
Constructor.
- ClientResource(Request) - Constructor for class org.restlet.client.resource.ClientResource
-
Constructor.
- ClientResource(Request, Response) - Constructor for class org.restlet.client.resource.ClientResource
-
Constructor.
- ClientResource(String) - Constructor for class org.restlet.client.resource.ClientResource
-
Constructor.
- commit(Response) - Method in class org.restlet.client.Request
-
Asks the server connector to immediately commit the given response
associated to this request, making it ready to be sent back to the
client.
- commit() - Method in class org.restlet.client.Response
-
Asks the server connector to immediately commit the given response,
making it ready to be sent back to the client.
- commit(Response) - Method in class org.restlet.client.util.WrapperRequest
-
- commit() - Method in class org.restlet.client.util.WrapperResponse
-
- compareTo(Method) - Method in class org.restlet.client.data.Method
-
Compares this method to another.
- compareTo(Parameter) - Method in class org.restlet.client.data.Parameter
-
- COMPRESS - Static variable in class org.restlet.client.data.Encoding
-
The common Unix file compression.
- Conditions - Class in org.restlet.client.data
-
Set of conditions applying to a request.
- Conditions() - Constructor for class org.restlet.client.data.Conditions
-
Constructor.
- CONNECT - Static variable in class org.restlet.client.data.Method
-
Used with a proxy that can dynamically switch to being a tunnel.
- Connector - Class in org.restlet.client
-
Restlet enabling communication between Components.
- Connector(Context) - Constructor for class org.restlet.client.Connector
-
Constructor.
- Connector(Context, List<Protocol>) - Constructor for class org.restlet.client.Connector
-
Constructor.
- CONNECTOR_ERROR_COMMUNICATION - Static variable in class org.restlet.client.data.Status
-
The client connector faced an error during the communication with the
remote server (interruption, timeout, etc.).
- CONNECTOR_ERROR_CONNECTION - Static variable in class org.restlet.client.data.Status
-
The client connector could not connect to the remote server.
- CONNECTOR_ERROR_INTERNAL - Static variable in class org.restlet.client.data.Status
-
The client connector faced an internal error during the process of a
request to its server or the process of a response to its client.
- contains(Object) - Method in class org.restlet.client.util.WrapperList
-
Returns true if this list contains the specified element.
- containsAll(Collection<?>) - Method in class org.restlet.client.util.WrapperList
-
Returns true if this list contains all of the elements of the specified
collection.
- containsKey(Object) - Method in class org.restlet.client.util.WrapperMap
-
Returns true if this map contains a mapping for the specified key.
- containsValue(Object) - Method in class org.restlet.client.util.WrapperMap
-
Returns true if this map maps one or more keys to the specified value.
- Context - Class in org.restlet.client
-
Contextual data and services provided to a set of Restlets.
- Context() - Constructor for class org.restlet.client.Context
-
Constructor.
- Context(Logger) - Constructor for class org.restlet.client.Context
-
Constructor.
- Context(String) - Constructor for class org.restlet.client.Context
-
Constructor.
- Cookie - Class in org.restlet.client.data
-
Cookie provided by a client.
- Cookie() - Constructor for class org.restlet.client.data.Cookie
-
Default constructor.
- Cookie(int, String, String) - Constructor for class org.restlet.client.data.Cookie
-
Constructor.
- Cookie(int, String, String, String, String) - Constructor for class org.restlet.client.data.Cookie
-
Constructor.
- Cookie(String, String) - Constructor for class org.restlet.client.data.Cookie
-
Constructor.
- CookieSetting - Class in org.restlet.client.data
-
Cookie setting provided by a server.
- CookieSetting() - Constructor for class org.restlet.client.data.CookieSetting
-
Default constructor.
- CookieSetting(int, String, String) - Constructor for class org.restlet.client.data.CookieSetting
-
Constructor.
- CookieSetting(int, String, String, String, String) - Constructor for class org.restlet.client.data.CookieSetting
-
Constructor.
- CookieSetting(int, String, String, String, String, String, int, boolean) - Constructor for class org.restlet.client.data.CookieSetting
-
Constructor.
- CookieSetting(int, String, String, String, String, String, int, boolean, boolean) - Constructor for class org.restlet.client.data.CookieSetting
-
Constructor.
- CookieSetting(String, String) - Constructor for class org.restlet.client.data.CookieSetting
-
Preferred constructor.
- COPY - Static variable in class org.restlet.client.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.
- copyTo(Map<String, Object>) - Method in class org.restlet.client.util.Series
-
Copies the parameters whose name is a key in the given map.
- create(CharSequence, CharSequence) - Static method in class org.restlet.client.data.Parameter
-
Creates a parameter.
- createChildContext() - Method in class org.restlet.client.Context
-
Creates a protected child context.
- createClientInfo() - Method in class org.restlet.client.representation.Variant
-
Creates a
ClientInfo
instance with preferences matching exactly
the current variant.
- createEntry(String, String) - Method in class org.restlet.client.data.Form
-
- createEntry(String, String) - Method in class org.restlet.client.util.Series
-
Creates a new entry.
- createNext() - Method in class org.restlet.client.resource.ClientResource
-
Creates a next Restlet is no one is set.
- createRequest() - Method in class org.restlet.client.resource.ClientResource
-
Creates a new request by cloning the one wrapped by this class.
- createResponse(Request) - Method in class org.restlet.client.resource.ClientResource
-
Creates a new response for the given request.
- createSeries(List<Parameter>) - Method in class org.restlet.client.data.Form
-
- createSeries(List<T>) - Method in class org.restlet.client.util.Series
-
Creates a new series.
- CUSTOM - Static variable in class org.restlet.client.data.ChallengeScheme
-
Custom scheme based on IP address or cookies or query parameters, etc.
- generate(TreeLogger, GeneratorContext, String) - Method in class org.restlet.rebind.ClientProxyGenerator
-
- generateContructor() - Method in class org.restlet.rebind.ClientProxyGenerator
-
Generates the default constructor.
- generateFields(SerializableTypeOracle) - Method in class org.restlet.rebind.ClientProxyGenerator
-
Generates the private members of the proxy class.
- generateMethod(Method) - Method in class org.restlet.rebind.ClientProxyGenerator
-
Generates the code of a given Java method (must be correctly annotated using
Restlet annotation).
- generateProxy() - Method in class org.restlet.rebind.ClientProxyGenerator
-
Generates the code of the proxy class.
- generateSerializers() - Method in class org.restlet.rebind.ClientProxyGenerator
-
Generates the code of the necessary object serializers.
- GET - Static variable in class org.restlet.client.data.Method
-
Retrieves whatever information (in the form of an entity) that is
identified by the request URI.
- get() - Method in class org.restlet.client.resource.ClientResource
-
Represents the resource using content negotiation to select the best
variant based on the client preferences.
- get(MediaType) - Method in class org.restlet.client.resource.ClientResource
-
Represents the resource using a given media type.
- Get - Annotation Type in org.restlet.client.resource
-
Annotation for methods that retrieve a resource representation.
- get(int) - Method in class org.restlet.client.util.WrapperList
-
Returns the element at the specified position in this list.
- get(Object) - Method in class org.restlet.client.util.WrapperMap
-
Returns the value to which this map maps the specified key.
- getAcceptedCharacterSets() - Method in class org.restlet.client.data.ClientInfo
-
Returns the modifiable list of character set preferences.
- getAcceptedEncodings() - Method in class org.restlet.client.data.ClientInfo
-
Returns the modifiable list of encoding preferences.
- getAcceptedLanguages() - Method in class org.restlet.client.data.ClientInfo
-
Returns the modifiable list of language preferences.
- getAcceptedMediaTypes() - Method in class org.restlet.client.data.ClientInfo
-
Returns the modifiable list of media type preferences.
- getAcceptedPatches() - Method in class org.restlet.client.data.ClientInfo
-
Returns the modifiable list of patch preferences.
- getAccessControlAllowCredentials() - Method in class org.restlet.client.Response
-
When used as part of a response to a preflight CORS request, this
indicates whether or not the actual request can be made using
credentials.
- getAccessControlAllowHeaders() - Method in class org.restlet.client.Response
-
Returns the modifiable set of headers allowed by the actual request on
the current resource when used as part of a response to a preflight CORS
request.
- getAccessControlAllowMethods() - Method in class org.restlet.client.Response
-
Returns the modifiable set of methods allowed by the actual request on
the current resource when used as part of a response to a preflight CORS
request
Note that when used with HTTP connectors, this property maps to the
"Access-Control-Allow-Methods" header.
- getAccessControlAllowOrigin() - Method in class org.restlet.client.Response
-
When used in the context of CORS support, it returns the URI an origin
server allows for the requested resource.
- getAccessControlExposeHeaders() - Method in class org.restlet.client.Response
-
Returns a modifiable whitelist of headers an origin server allows for the
requested resource.
- getAccessControlMaxAge() - Method in class org.restlet.client.Response
-
Indicates how long the results of a preflight CORS request can be cached in a preflight result cache.
- getAccessControlRequestHeaders() - Method in class org.restlet.client.Request
-
Returns the modifiable set of headers the client is willing to send in
future request to this resource.
- getAccessControlRequestHeaders() - Method in class org.restlet.client.util.WrapperRequest
-
Returns the access control request headers of the target resource.
- getAccessControlRequestMethod() - Method in class org.restlet.client.Request
-
Returns the method the client is willing to use in future request to this
resource.
- getAccessControlRequestMethod() - Method in class org.restlet.client.util.WrapperRequest
-
Returns the access control request method of the target resource.
- getAddress() - Method in class org.restlet.client.data.ClientInfo
-
Returns the immediate client's IP address.
- getAddress() - Method in class org.restlet.client.data.ServerInfo
-
Returns the IP address.
- getAge() - Method in class org.restlet.client.Response
-
Returns the estimated amount of time since a response was generated or
revalidated by the origin server.
- getAge() - Method in class org.restlet.client.util.WrapperResponse
-
- getAgent() - Method in class org.restlet.client.data.ClientInfo
-
Returns the agent name (ex: "Restlet-Framework/2.0").
- getAgent() - Method in class org.restlet.client.data.ServerInfo
-
Returns the agent name (ex: "Restlet-Framework/2.0").
- getAgent() - Method in class org.restlet.client.data.Warning
-
Returns the agent.
- getAlgorithm() - Method in class org.restlet.client.data.Digest
-
Returns the digest algorithm.
- getAllCharacterSetExtensionNames() - Method in class org.restlet.client.service.MetadataService
-
Return the ordered list of extension names mapped to character set.
- getAllCharacterSets(String) - Method in class org.restlet.client.service.MetadataService
-
Returns all the character sets associated to this extension.
- getAllEncodingExtensionNames() - Method in class org.restlet.client.service.MetadataService
-
Return the ordered list of extension names mapped to encodings.
- getAllExtensionNames() - Method in class org.restlet.client.service.MetadataService
-
Return the ordered list of extension names.
- getAllLanguageExtensionNames() - Method in class org.restlet.client.service.MetadataService
-
Return the ordered list of extension names mapped to languages.
- getAllLanguages(String) - Method in class org.restlet.client.service.MetadataService
-
Returns all the languages associated to this extension.
- getAllMediaTypeExtensionNames() - Method in class org.restlet.client.service.MetadataService
-
Return the ordered list of extension names mapped to media types.
- getAllMediaTypes(String) - Method in class org.restlet.client.service.MetadataService
-
Returns all the media types associated to this extension.
- getAllMetadata(String) - Method in class org.restlet.client.service.MetadataService
-
Returns all the metadata associated to this extension.
- getAllowedMethods() - Method in class org.restlet.client.resource.Resource
-
Returns the set of methods allowed for the current client by the
resource.
- getAllowedMethods() - Method in class org.restlet.client.Response
-
Returns the modifiable set of methods allowed on the requested resource.
- getAllowedMethods() - Method in class org.restlet.client.util.WrapperResponse
-
Returns the set of methods allowed on the requested resource.
- getAnnotation(Method) - Static method in class org.restlet.rebind.AnnotationUtils
-
Returns the annotation descriptor for the given resource class.
- getAnnotation(List<AnnotationInfo>, Method) - Static method in class org.restlet.rebind.AnnotationUtils
-
Returns the first annotation descriptor matching the given Java method.
- getAnnotation(List<AnnotationInfo>, Method) - Static method in class org.restlet.rebind.AnnotationUtils
-
Returns the first annotation descriptor matching the given Restlet
method.
- getAnnotations(Class<?>) - Static method in class org.restlet.rebind.AnnotationUtils
-
Returns the annotation descriptors for the given resource class.
- getAttribute(String) - Method in class org.restlet.client.resource.ClientResource
-
Returns the attribute value by looking up the given name in the response
attributes maps.
- getAttribute(String) - Method in class org.restlet.client.resource.Resource
-
Returns the attribute value by looking up the given name in the request
or response attributes maps.
- getAttributes() - Method in class org.restlet.client.Context
-
Returns a modifiable attributes map that can be used by developers to
save information relative to the context.
- getAttributes() - Method in class org.restlet.client.Message
-
Returns the modifiable map of attributes that can be used by developers
to save information relative to the message.
- getAttributes() - Method in class org.restlet.client.util.WrapperRequest
-
Returns a modifiable attributes map that can be used by developers to
save information relative to the message.
- getAttributes() - Method in class org.restlet.client.util.WrapperResponse
-
Returns a modifiable attributes map that can be used by developers to
save information relative to the message.
- getAuthenticationInfo() - Method in class org.restlet.client.Response
-
Returns information sent by an origin server related to an successful
authentication attempt.
- getAuthenticationInfo() - Method in class org.restlet.client.util.WrapperResponse
-
- getAuthor() - Method in class org.restlet.client.Restlet
-
Returns the author(s).
- getAuthor() - Method in class org.restlet.client.util.WrapperRestlet
-
- getAuthority() - Method in class org.restlet.client.data.Reference
-
Returns the authority component for hierarchical identifiers.
- getAuthority(boolean) - Method in class org.restlet.client.data.Reference
-
Returns the optionnally decoded authority component.
- getAvailableSize() - Method in class org.restlet.client.representation.Representation
-
Returns the size effectively available.
- getAvailableSize() - Method in class org.restlet.client.util.WrapperRepresentation
-
- getBaseRef() - Method in class org.restlet.client.data.Reference
-
Returns the base reference for relative references.
- getCacheDirectives() - Method in class org.restlet.client.Message
-
Returns the cache directives.
- getChallengeRequests() - Method in class org.restlet.client.resource.Resource
-
Returns the list of authentication requests sent by an origin server to a
client.
- getChallengeRequests() - Method in class org.restlet.client.Response
-
Returns the list of authentication requests sent by an origin server to a
client.
- getChallengeRequests() - Method in class org.restlet.client.util.WrapperResponse
-
Returns the list of authentication requests sent by an origin server to a
client.
- getChallengeResponse() - Method in class org.restlet.client.Request
-
Returns the authentication response sent by a client to an origin server.
- getChallengeResponse() - Method in class org.restlet.client.resource.Resource
-
Returns the authentication response sent by a client to an origin server.
- getChallengeResponse() - Method in class org.restlet.client.util.WrapperRequest
-
Returns the authentication response sent by a client to an origin server.
- getCharacterSet() - Method in class org.restlet.client.representation.Variant
-
Returns the character set or null if not applicable.
- getCharacterSet(String) - Method in class org.restlet.client.service.MetadataService
-
Returns the character set associated to this extension.
- getCharacterSet() - Method in class org.restlet.client.util.WrapperRepresentation
-
- getChild(Reference) - Method in class org.restlet.client.resource.ClientResource
-
Returns the child resource defined by its URI relatively to the current
resource.
- getChild(String) - Method in class org.restlet.client.resource.ClientResource
-
Returns the child resource defined by its URI relatively to the current
resource.
- getClassName() - Method in class org.restlet.rebind.ClientProxyGenerator
-
Returns the name of the proxy class that will be generated.
- getClassType() - Method in class org.restlet.rebind.ClientProxyGenerator
-
Returns the parent type.
- getClientDispatcher() - Method in class org.restlet.client.Context
-
Returns a request dispatcher to available client connectors.
- getClientInfo() - Method in class org.restlet.client.Request
-
Returns the client-specific information.
- getClientInfo() - Method in class org.restlet.client.resource.Resource
-
Returns the client-specific information.
- getClientInfo() - Method in class org.restlet.client.util.WrapperRequest
-
Returns the client-specific information.
- getClientNonce() - Method in class org.restlet.client.data.AuthenticationInfo
-
Returns the client nonce.
- getClientNonce() - Method in class org.restlet.client.data.ChallengeResponse
-
Returns the client nonce.
- getClientResource() - Method in interface org.restlet.client.resource.ClientProxy
-
Returns the wrapped client resource.
- getCode() - Method in class org.restlet.client.data.Status
-
Returns the corresponding code (HTTP or WebDAV or custom code).
- getComment() - Method in class org.restlet.client.data.CookieSetting
-
Returns the comment for the user.
- getComment() - Method in class org.restlet.client.data.Product
-
Returns the facultative comment.
- getComment() - Method in class org.restlet.client.data.RecipientInfo
-
Returns the optional comment, typically the software agent name.
- getConditions() - Method in class org.restlet.client.Request
-
Returns the modifiable conditions applying to this request.
- getConditions() - Method in class org.restlet.client.resource.Resource
-
Returns the modifiable conditions applying to this request.
- getConditions() - Method in class org.restlet.client.util.WrapperRequest
-
Returns the conditions applying to this call.
- getContext() - Method in class org.restlet.client.resource.Resource
-
Returns the current context.
- getContext() - Method in class org.restlet.client.Restlet
-
Returns the context.
- getContext() - Method in class org.restlet.client.service.Service
-
Returns the context.
- getContext() - Method in class org.restlet.client.util.ClientList
-
Returns the context.
- getContext() - Method in class org.restlet.client.util.WrapperRestlet
-
- getContext() - Method in class org.restlet.rebind.ClientProxyGenerator
-
Returns the context object that provides metadata to defered binding
generators.
- getCookies() - Method in class org.restlet.client.Request
-
Returns the modifiable series of cookies provided by the client.
- getCookies() - Method in class org.restlet.client.resource.Resource
-
Returns the modifiable series of cookies provided by the client.
- getCookies() - Method in class org.restlet.client.util.WrapperRequest
-
Returns the cookies provided by the client.
- getCookieSettings() - Method in class org.restlet.client.resource.Resource
-
Returns the modifiable series of cookie settings provided by the server.
- getCookieSettings() - Method in class org.restlet.client.Response
-
Returns the modifiable series of cookie settings provided by the server.
- getCookieSettings() - Method in class org.restlet.client.util.WrapperResponse
-
Returns the cookie settings provided by the server.
- getCurrent() - Static method in class org.restlet.client.Context
-
Returns the context associated to the current
Restlet
.
- getCurrentLogger() - Static method in class org.restlet.client.Context
-
Returns the current context's logger.
- getDate() - Method in class org.restlet.client.data.Warning
-
Returns the warning date.
- getDate() - Method in class org.restlet.client.Message
-
Returns the date and time at which the message was originated.
- getDefaultCharacterSet() - Method in class org.restlet.client.service.MetadataService
-
Returns the default character set for textual representations.
- getDefaultEncoding() - Method in class org.restlet.client.service.MetadataService
-
Returns the default encoding for representations.
- getDefaultLanguage() - Method in class org.restlet.client.service.MetadataService
-
Returns the default language for representations.
- getDefaultMediaType() - Method in class org.restlet.client.service.MetadataService
-
Returns the default media type for representations.
- getDefaultPort() - Method in class org.restlet.client.data.Protocol
-
Returns the default port number.
- getDelegate() - Method in class org.restlet.client.util.WrapperList
-
Returns the delegate list.
- getDelegate() - Method in class org.restlet.client.util.WrapperMap
-
Returns the delegate list.
- getDescription() - Method in class org.restlet.client.data.ChallengeScheme
-
Returns the description.
- getDescription() - Method in class org.restlet.client.data.CookieSetting
-
Returns the description of this REST element.
- getDescription() - Method in class org.restlet.client.data.Metadata
-
Returns the description.
- getDescription() - Method in class org.restlet.client.data.Method
-
Returns the description.
- getDescription() - Method in class org.restlet.client.data.Protocol
-
Returns the description.
- getDescription() - Method in class org.restlet.client.data.Status
-
Returns the description.
- getDescription() - Method in class org.restlet.client.Restlet
-
Returns the description.
- getDescription() - Method in class org.restlet.client.util.WrapperRestlet
-
- getDigestAlgorithm() - Method in class org.restlet.client.data.ChallengeMessage
-
Returns the digest algorithm.
- getDigestRef() - Method in class org.restlet.client.data.ChallengeResponse
-
- getDimensions() - Method in class org.restlet.client.resource.Resource
-
Returns the modifiable set of selecting dimensions on which the response
entity may vary.
- getDimensions() - Method in class org.restlet.client.Response
-
Returns the modifiable set of selecting dimensions on which the response
entity may vary.
- getDimensions() - Method in class org.restlet.client.util.WrapperResponse
-
Returns the set of selecting dimensions on which the response entity may
vary.
- getDisposition() - Method in class org.restlet.client.representation.Representation
-
Returns the disposition characteristics of the representation.
- getDisposition() - Method in class org.restlet.client.util.WrapperRepresentation
-
- getDomain() - Method in class org.restlet.client.data.Cookie
-
Returns the domain name.
- getDomainRefs() - Method in class org.restlet.client.data.ChallengeRequest
-
Returns the base URI references that collectively define the protected
domains for the digest authentication.
- getEncoding(String) - Method in class org.restlet.client.service.MetadataService
-
Returns the encoding associated to this extension.
- getEncodings() - Method in class org.restlet.client.representation.Variant
-
Returns the modifiable list of encodings applied to the entity-body.
- getEncodings() - Method in class org.restlet.client.util.WrapperRepresentation
-
- getEntity() - Method in class org.restlet.client.Message
-
Returns the entity representation.
- getEntity() - Method in class org.restlet.client.util.WrapperRequest
-
Returns the entity representation.
- getEntity() - Method in class org.restlet.client.util.WrapperResponse
-
Returns the entity representation.
- getExpirationDate() - Method in class org.restlet.client.representation.Representation
-
Returns the future date when this representation expire.
- getExpirationDate() - Method in class org.restlet.client.util.WrapperRepresentation
-
- getExtension(Metadata) - Method in class org.restlet.client.service.MetadataService
-
Returns the first extension mapping to this metadata.
- getExtensions() - Method in class org.restlet.client.data.Reference
-
Returns the optional extensions for hierarchical identifiers.
- getExtensionsAsArray() - Method in class org.restlet.client.data.Reference
-
Returns the extensions as an array or null if no extension is found.
- getFilename() - Method in class org.restlet.client.data.Disposition
-
Returns the value of the "filename" parameter.
- getFirst(String) - Method in class org.restlet.client.util.Series
-
Returns the first parameter found with the given name.
- getFirst(String, boolean) - Method in class org.restlet.client.util.Series
-
Returns the first parameter found with the given name.
- getFirstValue(String) - Method in class org.restlet.client.util.Series
-
Returns the value of the first parameter found with the given name.
- getFirstValue(String, boolean) - Method in class org.restlet.client.util.Series
-
Returns the value of the first parameter found with the given name.
- getFirstValue(String, boolean, String) - Method in class org.restlet.client.util.Series
-
Returns the value of the first parameter found with the given name.
- getFirstValue(String, String) - Method in class org.restlet.client.util.Series
-
Returns the value of the first parameter found with the given name.
- getForwardedAddresses() - Method in class org.restlet.client.data.ClientInfo
-
Returns the list of forwarded IP addresses.
- getFragment() - Method in class org.restlet.client.data.Reference
-
Returns the fragment identifier.
- getFragment(boolean) - Method in class org.restlet.client.data.Reference
-
Returns the optionnally decoded fragment identifier.
- getFrom() - Method in class org.restlet.client.data.ClientInfo
-
Returns the email address of the human user controlling the user agent.
- getHeaders() - Method in class org.restlet.client.Message
-
Returns the series of lower-level HTTP headers.
- getHierarchicalPart() - Method in class org.restlet.client.data.Reference
-
Returns the hierarchical part which is equivalent to the scheme specific
part less the query component.
- getHierarchicalPart(boolean) - Method in class org.restlet.client.data.Reference
-
Returns the optionnally decoded hierarchical part.
- getHostDomain() - Method in class org.restlet.client.data.Reference
-
Returns the host domain name component for server based hierarchical
identifiers.
- getHostDomain(boolean) - Method in class org.restlet.client.data.Reference
-
Returns the optionally decoded host domain name component.
- getHostIdentifier() - Method in class org.restlet.client.data.Reference
-
Returns the host identifier.
- getHostIdentifier(boolean) - Method in class org.restlet.client.data.Reference
-
Returns the optionnally decoded host identifier.
- getHostPort() - Method in class org.restlet.client.data.Reference
-
Returns the optional port number for server based hierarchical
identifiers.
- getHostRef() - Method in class org.restlet.client.Request
-
Returns the host reference.
- getHostRef() - Method in class org.restlet.client.resource.Resource
-
Returns the host reference.
- getHostRef() - Method in class org.restlet.client.util.WrapperRequest
-
Returns the host reference.
- getIdentifier() - Method in class org.restlet.client.data.ChallengeResponse
-
Returns the user identifier, such as a login name or an access key.
- getIdentifier() - Method in class org.restlet.client.data.Reference
-
Returns the absolute resource identifier, without the fragment.
- getIdentifier(boolean) - Method in class org.restlet.client.data.Reference
-
Returns the optionnally decoded absolute resource identifier.
- getIdentifier() - Method in class org.restlet.client.data.ReferenceList
-
Returns the list identifier.
- getIndex() - Method in class org.restlet.client.data.Range
-
Returns the index from which to start the range.
- getInstanceSize() - Method in class org.restlet.client.data.Range
-
Returns the total size of the instance in number of bytes (or range unit).
- getJavaInputTypes() - Method in class org.restlet.rebind.AnnotationInfo
-
Returns the input types of the Java method.
- getJavaMethod() - Method in class org.restlet.rebind.AnnotationInfo
-
Returns the annotated Java method.
- getJavaOutputType() - Method in class org.restlet.rebind.AnnotationInfo
-
Returns the output type of the Java method.
- getLanguage(String) - Method in class org.restlet.client.service.MetadataService
-
Returns the language associated to this extension.
- getLanguages() - Method in class org.restlet.client.representation.Variant
-
Returns the modifiable list of languages.
- getLanguages() - Method in class org.restlet.client.util.WrapperRepresentation
-
- getLastSegment() - Method in class org.restlet.client.data.Reference
-
Returns the last segment of a hierarchical path.
- getLastSegment(boolean) - Method in class org.restlet.client.data.Reference
-
Returns the optionnally decoded last segment.
- getLastSegment(boolean, boolean) - Method in class org.restlet.client.data.Reference
-
Returns the optionnally decoded last segment.
- getLocationRef() - Method in class org.restlet.client.representation.Variant
-
Returns an optional location reference.
- getLocationRef() - Method in class org.restlet.client.resource.Resource
-
Returns the reference that the client should follow for redirections or
resource creations.
- getLocationRef() - Method in class org.restlet.client.Response
-
Returns the location reference.
- getLocationRef() - Method in class org.restlet.client.util.WrapperRepresentation
-
- getLocationRef() - Method in class org.restlet.client.util.WrapperResponse
-
Returns the reference that the client should follow for redirections or
resource creations.
- getLogger() - Method in class org.restlet.client.Context
-
Returns the logger.
- getLogger() - Method in class org.restlet.client.resource.Resource
-
Returns the logger.
- getLogger() - Method in class org.restlet.client.Restlet
-
Returns the context's logger.
- getLogger() - Method in class org.restlet.client.util.WrapperRestlet
-
- getLogger() - Method in class org.restlet.rebind.ClientProxyGenerator
-
Returns the logger used by the deferred binding generator.
- getMainType() - Method in class org.restlet.client.data.MediaType
-
Returns the main type.
- getMatch() - Method in class org.restlet.client.data.Conditions
-
Returns the modifiable list of tags that must be matched.
- getMatrix() - Method in class org.restlet.client.data.Reference
-
Returns the optional matrix for hierarchical identifiers.
- getMatrix(boolean) - Method in class org.restlet.client.data.Reference
-
Returns the optionnally decoded matrix.
- getMatrix() - Method in class org.restlet.client.resource.Resource
-
Returns the resource reference's optional matrix.
- getMatrixAsForm() - Method in class org.restlet.client.data.Reference
-
Returns the optional matrix as a form.
- getMatrixAsForm(CharacterSet) - Method in class org.restlet.client.data.Reference
-
Returns the optional matrix as a form submission.
- getMatrixString() - Method in class org.restlet.client.data.Form
-
Formats the form as a matrix path string.
- getMatrixString(CharacterSet) - Method in class org.restlet.client.data.Form
-
Formats the form as a query string.
- getMatrixValue(String) - Method in class org.restlet.client.resource.Resource
-
Returns the first value of the matrix parameter given its name if
existing, or null.
- getMaxAge() - Method in class org.restlet.client.data.CookieSetting
-
Returns the maximum age in seconds.
- getMaxForwards() - Method in class org.restlet.client.Request
-
Returns the maximum number of intermediaries.
- getMaxForwards() - Method in class org.restlet.client.resource.Resource
-
Returns the maximum number of intermediaries.
- getMaxForwards() - Method in class org.restlet.client.util.WrapperRequest
-
- getMaxRedirects() - Method in class org.restlet.client.resource.ClientResource
-
Returns the maximum number of redirections that can be automatically
followed for a single call.
- getMediaType() - Method in class org.restlet.client.representation.Variant
-
Returns the media type.
- getMediaType(String) - Method in class org.restlet.client.service.MetadataService
-
Returns the mediatype associated to this extension.
- getMediaType() - Method in class org.restlet.client.util.WrapperRepresentation
-
- getMetadata() - Method in class org.restlet.client.data.Preference
-
Returns the metadata associated with this preference.
- getMetadata(String) - Method in class org.restlet.client.service.MetadataService
-
Returns the metadata associated to this extension.
- getMetadataService() - Method in class org.restlet.client.resource.Resource
-
Returns the application's metadata service or create a new one.
- getMethod() - Method in class org.restlet.client.Request
-
Returns the method.
- getMethod() - Method in class org.restlet.client.resource.Resource
-
Returns the method.
- getMethod() - Method in class org.restlet.client.util.WrapperRequest
-
Returns the method.
- getModificationDate() - Method in class org.restlet.client.representation.RepresentationInfo
-
Returns the last date when this representation was modified.
- getModificationDate() - Method in class org.restlet.client.util.WrapperRepresentation
-
- getModifiedSince() - Method in class org.restlet.client.data.Conditions
-
Returns the condition based on the modification date of the requested
variant.
- getMostSpecific(MediaType...) - Static method in class org.restlet.client.data.MediaType
-
Returns the first of the most specific media type of the given array of
MediaType
s.
- getName() - Method in class org.restlet.client.data.CacheDirective
-
Returns the name.
- getName() - Method in class org.restlet.client.data.ChallengeScheme
-
Returns the name.
- getName() - Method in class org.restlet.client.data.Cookie
-
Returns the name.
- getName() - Method in class org.restlet.client.data.Header
-
Returns the name.
- getName() - Method in class org.restlet.client.data.Metadata
-
Returns the name (ex: "text/html" or "compress" or "iso-8851-1").
- getName() - Method in class org.restlet.client.data.Method
-
Returns the name.
- getName() - Method in class org.restlet.client.data.Parameter
-
- getName() - Method in class org.restlet.client.data.Product
-
Returns the product name.
- getName() - Method in class org.restlet.client.data.Protocol
-
Returns the name.
- getName() - Method in class org.restlet.client.data.RecipientInfo
-
Returns the host name and port number or a pseudonym.
- getName() - Method in class org.restlet.client.data.Tag
-
Returns the name, corresponding to an HTTP opaque tag value.
- getName() - Method in class org.restlet.client.Restlet
-
Returns the display name.
- getName() - Method in interface org.restlet.client.util.NamedValue
-
Returns the name of this parameter.
- getName() - Method in class org.restlet.client.util.WrapperRestlet
-
- getNames() - Method in class org.restlet.client.util.Series
-
Returns the set of parameter names (case sensitive).
- getNext() - Method in class org.restlet.client.resource.ClientResource
-
Returns the next Restlet.
- getNextServerNonce() - Method in class org.restlet.client.data.AuthenticationInfo
-
Returns the next server nonce.
- getNonceCount() - Method in class org.restlet.client.data.AuthenticationInfo
-
Returns the nonce-count value.
- getNoneMatch() - Method in class org.restlet.client.data.Conditions
-
Returns the modifiable list of tags that mustn't match.
- getObject() - Method in class org.restlet.client.representation.ObjectRepresentation
-
The wrapped object.
- getOnError() - Method in class org.restlet.client.Message
-
Returns the callback invoked when an error occurs when sending the
message.
- getOnResponse() - Method in class org.restlet.client.Request
-
Returns the callback invoked on response reception.
- getOnResponse() - Method in class org.restlet.client.resource.ClientResource
-
Returns the callback invoked on response reception.
- getOnResponse() - Method in class org.restlet.client.util.WrapperRequest
-
- getOnSent() - Method in class org.restlet.client.Message
-
Returns the callback invoked after sending the message.
- getOnSent() - Method in class org.restlet.client.resource.ClientResource
-
Returns the callback invoked after sending the request.
- getOpaque() - Method in class org.restlet.client.data.ChallengeMessage
-
Returns an opaque string of data which should be returned by the client
unchanged.
- getOriginalRef() - Method in class org.restlet.client.Request
-
Returns the original reference as requested by the client.
- getOriginalRef() - Method in class org.restlet.client.resource.Resource
-
Returns the original reference as requested by the client.
- getOriginalRef() - Method in class org.restlet.client.util.WrapperRequest
-
- getOwner() - Method in class org.restlet.client.Restlet
-
Returns the owner(s).
- getOwner() - Method in class org.restlet.client.util.WrapperRestlet
-
- getPackageName() - Method in class org.restlet.rebind.ClientProxyGenerator
-
Returns the package name of the parent type.
- getParameters() - Method in class org.restlet.client.Context
-
Returns the modifiable series of parameters.
- getParameters() - Method in class org.restlet.client.data.ChallengeMessage
-
Returns the modifiable series of scheme parameters.
- getParameters() - Method in class org.restlet.client.data.Disposition
-
Returns the list of disposition parameters.
- getParameters() - Method in class org.restlet.client.data.MediaType
-
Returns the unmodifiable list of parameters corresponding to subtype
modifiers.
- getParameters() - Method in class org.restlet.client.data.Preference
-
Returns the modifiable list of parameters.
- getParent() - Method in class org.restlet.client.data.CharacterSet
-
- getParent() - Method in class org.restlet.client.data.Encoding
-
- getParent() - Method in class org.restlet.client.data.Language
-
- getParent() - Method in class org.restlet.client.data.MediaType
-
Returns the parent metadata if available or null.
- getParent() - Method in class org.restlet.client.data.Metadata
-
Returns the parent metadata if available or null.
- getParent() - Method in class org.restlet.client.resource.ClientResource
-
Returns the parent resource.
- getParentRef() - Method in class org.restlet.client.data.Reference
-
Returns the parent reference of a hierarchical reference.
- getPath() - Method in class org.restlet.client.data.Cookie
-
Returns the validity path.
- getPath() - Method in class org.restlet.client.data.Reference
-
Returns the path component for hierarchical identifiers.
- getPath(boolean) - Method in class org.restlet.client.data.Reference
-
Returns the optionnally decoded path component.
- getPort() - Method in class org.restlet.client.data.ClientInfo
-
Returns the port number which sent the call.
- getPort() - Method in class org.restlet.client.data.ServerInfo
-
Returns the port number which received the call.
- getPrimaryTag() - Method in class org.restlet.client.data.Language
-
Returns the primary tag.
- getProtocol() - Method in class org.restlet.client.data.RecipientInfo
-
Returns the protocol used to communicate with the recipient.
- getProtocol() - Method in class org.restlet.client.Request
-
Returns the protocol used or to be used, if known.
- getProtocol() - Method in class org.restlet.client.resource.Resource
-
Returns the protocol by first returning the resourceRef.schemeProtocol
property if it is set, or the baseRef.schemeProtocol property otherwise.
- getProtocol() - Method in class org.restlet.client.util.WrapperRequest
-
Returns the protocol by first returning the baseRef.schemeProtocol
property if it is set, or the resourceRef.schemeProtocol property
otherwise.
- getProtocols() - Method in class org.restlet.client.Connector
-
Returns the modifiable list of protocols simultaneously supported.
- getProxyChallengeRequests() - Method in class org.restlet.client.resource.Resource
-
Returns the list of proxy authentication requests sent by an origin
server to a client.
- getProxyChallengeRequests() - Method in class org.restlet.client.Response
-
Returns the list of authentication requests sent by an origin server to a
client.
- getProxyChallengeRequests() - Method in class org.restlet.client.util.WrapperResponse
-
Returns the list of authentication requests sent by a proxy to a client.
- getQuality() - Method in class org.restlet.client.data.AuthenticationInfo
-
Returns the quality of protection.
- getQuality() - Method in class org.restlet.client.data.ChallengeResponse
-
Returns the chosen quality of protection.
- getQuality() - Method in class org.restlet.client.data.Preference
-
Returns the quality/preference level.
- getQualityOptions() - Method in class org.restlet.client.data.ChallengeRequest
-
Returns the available options for quality of protection.
- getQuery() - Method in class org.restlet.client.data.Reference
-
Returns the optional query component for hierarchical identifiers.
- getQuery(boolean) - Method in class org.restlet.client.data.Reference
-
Returns the optionnally decoded query component.
- getQuery() - Method in class org.restlet.client.resource.Resource
-
Returns the resource reference's optional query.
- getQueryAsForm() - Method in class org.restlet.client.data.Reference
-
Returns the optional query component as a form.
- getQueryAsForm(boolean) - Method in class org.restlet.client.data.Reference
-
Returns the optional query component as a form.
- getQueryAsForm(CharacterSet) - Method in class org.restlet.client.data.Reference
-
Returns the optional query component as a form submission.
- getQueryString() - Method in class org.restlet.client.data.Form
-
Formats the form as a query string.
- getQueryString(CharacterSet) - Method in class org.restlet.client.data.Form
-
Formats the form as a query string.
- getQueryValue(String) - Method in class org.restlet.client.resource.Resource
-
Returns the first value of the query parameter given its name if
existing, or null.
- getRange() - Method in class org.restlet.client.representation.Representation
-
Returns the range where in the full content the partial content available
should be applied.
- getRangeDate() - Method in class org.restlet.client.data.Conditions
-
Returns the range condition based on the modification date of the
requested variant.
- getRanges() - Method in class org.restlet.client.Request
-
Returns the ranges to return from the target resource's representation.
- getRanges() - Method in class org.restlet.client.resource.Resource
-
Returns the ranges to return from the target resource's representation.
- getRanges() - Method in class org.restlet.client.util.WrapperRequest
-
- getRangeStatus(RepresentationInfo) - Method in class org.restlet.client.data.Conditions
-
Returns the range conditional status of an entity.
- getRangeStatus(Tag, Date) - Method in class org.restlet.client.data.Conditions
-
Returns the range conditional status of an entity.
- getRangeTag() - Method in class org.restlet.client.data.Conditions
-
Returns the range condition based on the entity tag of the requested
variant.
- getRawValue() - Method in class org.restlet.client.data.ChallengeMessage
-
Returns the raw challenge value.
- getReader() - Method in class org.restlet.client.representation.EmptyRepresentation
-
- getReader() - Method in class org.restlet.client.representation.Representation
-
Returns a characters reader with the representation's content.
- getReader() - Method in class org.restlet.client.representation.StreamRepresentation
-
- getReader() - Method in class org.restlet.client.representation.StringRepresentation
-
- getReader() - Method in class org.restlet.client.util.WrapperRepresentation
-
- getRealm() - Method in class org.restlet.client.data.ChallengeMessage
-
Returns the realm name.
- getReasonPhrase() - Method in class org.restlet.client.data.Status
-
Returns the reason phrase of this status.
- getRecipientsInfo() - Method in class org.restlet.client.Message
-
Returns the intermediary recipient information.
- getReference() - Method in class org.restlet.client.resource.Resource
-
Returns the URI reference.
- getReferrerRef() - Method in class org.restlet.client.Request
-
Returns the referrer reference if available.
- getReferrerRef() - Method in class org.restlet.client.resource.Resource
-
Returns the referrer reference if available.
- getReferrerRef() - Method in class org.restlet.client.util.WrapperRequest
-
Returns the referrer reference if available.
- getRelativePart() - Method in class org.restlet.client.data.Reference
-
Returns the relative part of relative references, without the query and
fragment.
- getRelativePart(boolean) - Method in class org.restlet.client.data.Reference
-
Returns the optionnally decoded relative part.
- getRelativeRef() - Method in class org.restlet.client.data.Reference
-
Returns the current reference as a relative reference to the current base
reference.
- getRelativeRef(Reference) - Method in class org.restlet.client.data.Reference
-
Returns the current reference relatively to a base reference.
- getRemainingPart() - Method in class org.restlet.client.data.Reference
-
Returns the part of the resource identifier remaining after the base
reference.
- getRemainingPart(boolean) - Method in class org.restlet.client.data.Reference
-
Returns the optionally decoded remaining part.
- getRemainingPart(boolean, boolean) - Method in class org.restlet.client.data.Reference
-
Returns the optionally decoded remaining part with or without the query
part of the reference.
- getRequest() - Method in class org.restlet.client.resource.Resource
-
Returns the handled request.
- getRequest() - Method in exception org.restlet.client.resource.ResourceException
-
Returns the request associated to this exception.
- getRequest() - Method in class org.restlet.client.Response
-
Returns the associated request
- getRequest() - Method in class org.restlet.client.util.WrapperResponse
-
Returns the associated request
- getRequestAttributes() - Method in class org.restlet.client.resource.Resource
-
Returns the request attributes.
- getRequestCacheDirectives() - Method in class org.restlet.client.resource.Resource
-
Returns the request cache directives.
- getRequestEntity() - Method in class org.restlet.client.resource.Resource
-
Returns the request entity representation.
- getRequestVariants(MetadataService) - Method in class org.restlet.rebind.AnnotationInfo
-
Returns a list of request variants based on the annotation value.
- getResourceRef() - Method in class org.restlet.client.Request
-
Returns the reference of the target resource.
- getResourceRef() - Method in class org.restlet.client.util.WrapperRequest
-
Returns the reference of the target resource.
- getResponse() - Method in class org.restlet.client.resource.Resource
-
Returns the handled response.
- getResponse() - Method in exception org.restlet.client.resource.ResourceException
-
Returns the response associated to this exception.
- getResponseAttributes() - Method in class org.restlet.client.resource.Resource
-
Returns the response attributes.
- getResponseCacheDirectives() - Method in class org.restlet.client.resource.Resource
-
Returns the response cache directives.
- getResponseDigest() - Method in class org.restlet.client.data.AuthenticationInfo
-
Returns the optional response digest for mutual authentication.
- getResponseEntity() - Method in class org.restlet.client.resource.Resource
-
Returns the response entity representation.
- getRestletMethod() - Method in class org.restlet.rebind.AnnotationInfo
-
Returns the matching Restlet method.
- getRetryAfter() - Method in class org.restlet.client.Response
-
Indicates how long the service is expected to be unavailable to the
requesting client.
- getRetryAfter() - Method in class org.restlet.client.util.WrapperResponse
-
- getRetryAttempts() - Method in class org.restlet.client.resource.ClientResource
-
Returns the number of retry attempts before reporting an error.
- getRetryDelay() - Method in class org.restlet.client.resource.ClientResource
-
Returns the delay in milliseconds between two retry attempts.
- getRootRef() - Method in class org.restlet.client.Request
-
Returns the application root reference.
- getRootRef() - Method in class org.restlet.client.resource.Resource
-
Returns the application root reference.
- getRootRef() - Method in class org.restlet.client.util.WrapperRequest
-
Returns the application root reference.
- getScheme() - Method in class org.restlet.client.data.ChallengeMessage
-
Returns the scheme used.
- getScheme() - Method in class org.restlet.client.data.Reference
-
Returns the scheme component.
- getScheme(boolean) - Method in class org.restlet.client.data.Reference
-
Returns the optionnally decoded scheme component.
- getSchemeName() - Method in class org.restlet.client.data.Protocol
-
Returns the URI scheme name.
- getSchemeProtocol() - Method in class org.restlet.client.data.Reference
-
Returns the protocol associated with the scheme component.
- getSchemeSpecificPart() - Method in class org.restlet.client.data.Reference
-
Returns the scheme specific part.
- getSchemeSpecificPart(boolean) - Method in class org.restlet.client.data.Reference
-
Returns the optionnally decoded scheme specific part.
- getSecret() - Method in class org.restlet.client.data.ChallengeResponse
-
Returns the user secret, such as a password or a secret key.
- getSecretAlgorithm() - Method in class org.restlet.client.data.ChallengeResponse
-
Returns the digest algorithm name optionally applied on the user secret.
- getSegments() - Method in class org.restlet.client.data.Reference
-
Returns the list of segments in a hierarchical path.
- getSegments(boolean) - Method in class org.restlet.client.data.Reference
-
Returns the optionnally decoded list of segments.
- getSerializationStreamFactory() - Method in class org.restlet.client.representation.ObjectRepresentation
-
Returns the serialization stream factory.
- getServerInfo() - Method in class org.restlet.client.resource.Resource
-
Returns the server-specific information.
- getServerInfo() - Method in class org.restlet.client.Response
-
Returns the server-specific information.
- getServerInfo() - Method in class org.restlet.client.util.WrapperResponse
-
Returns the server-specific information.
- getServerNonce() - Method in class org.restlet.client.data.ChallengeMessage
-
Returns the server nonce.
- getServerNounceCount() - Method in class org.restlet.client.data.ChallengeResponse
-
Returns the server nonce count.
- getSize() - Method in class org.restlet.client.data.Range
-
Returns the size of the range in number of bytes.
- getSize() - Method in class org.restlet.client.representation.Representation
-
Returns the total size in bytes if known, UNKNOWN_SIZE (-1) otherwise.
- getSize() - Method in class org.restlet.client.util.WrapperRepresentation
-
- getSourceWriter() - Method in class org.restlet.rebind.ClientProxyGenerator
-
Returns the writer used for the content of the proxy class.
- getStatus(Method, boolean, Tag, Date) - Method in class org.restlet.client.data.Conditions
-
Returns the conditional status of a variant using a given method.
- getStatus(Method, RepresentationInfo) - Method in class org.restlet.client.data.Conditions
-
Returns the conditional status of a variant using a given method.
- getStatus() - Method in class org.restlet.client.data.Warning
-
Returns the special status.
- getStatus() - Method in class org.restlet.client.resource.Resource
-
Returns the status.
- getStatus() - Method in exception org.restlet.client.resource.ResourceException
-
Returns the status associated to this exception.
- getStatus() - Method in class org.restlet.client.Response
-
Returns the status.
- getStatus() - Method in class org.restlet.client.util.WrapperResponse
-
Returns the status.
- getSto() - Method in class org.restlet.rebind.ClientProxyGenerator
-
Returns the serializer class.
- getStob() - Method in class org.restlet.rebind.ClientProxyGenerator
-
Returns the builder of the serializer class.
- getStream() - Method in class org.restlet.client.representation.EmptyRepresentation
-
- getStream() - Method in class org.restlet.client.representation.InputRepresentation
-
- getStream() - Method in class org.restlet.client.representation.Representation
-
Returns a stream with the representation's content.
- getStream() - Method in class org.restlet.client.representation.StringRepresentation
-
- getStream() - Method in class org.restlet.client.util.WrapperRepresentation
-
- getSubTags() - Method in class org.restlet.client.data.Language
-
Returns the unmodifiable list of subtags.
- getSubType() - Method in class org.restlet.client.data.MediaType
-
Returns the sub-type.
- getTag() - Method in class org.restlet.client.representation.RepresentationInfo
-
Returns the tag.
- getTag() - Method in class org.restlet.client.util.WrapperRepresentation
-
- getTargetRef() - Method in class org.restlet.client.data.Reference
-
Returns the target reference.
- getTechnicalName() - Method in class org.restlet.client.data.ChallengeScheme
-
Returns the technical name (ex: BASIC).
- getTechnicalName() - Method in class org.restlet.client.data.Protocol
-
Returns the technical name that appears on the wire.
- getText() - Method in class org.restlet.client.data.Warning
-
Returns the warning text.
- getText() - Method in class org.restlet.client.representation.EmptyRepresentation
-
- getText() - Method in class org.restlet.client.representation.InputRepresentation
-
- getText() - Method in class org.restlet.client.representation.ObjectRepresentation
-
- getText() - Method in class org.restlet.client.representation.Representation
-
Converts the representation to a string value.
- getText() - Method in class org.restlet.client.representation.StringRepresentation
-
- getText() - Method in class org.restlet.client.util.WrapperRepresentation
-
- getTextRepresentation() - Method in class org.restlet.client.data.ReferenceList
-
Returns a representation of the list in the "text/uri-list" format.
- getThrowable() - Method in class org.restlet.client.data.Status
-
Returns the related error or exception.
- getTimeIssued() - Method in class org.restlet.client.data.ChallengeResponse
-
Returns the time when the response was issued, as returned by System.currentTimeMillis()
.
- getType() - Method in class org.restlet.client.data.Disposition
-
Returns the disposition type.
- getTypeOracle() - Method in class org.restlet.rebind.ClientProxyGenerator
-
Returns the type oracle for the current generator context.
- getTypeQName() - Method in class org.restlet.rebind.ClientProxyGenerator
-
Returns the parent type for which a default constructible subclass will be
generated.
- getUnitName() - Method in class org.restlet.client.data.Range
-
Returns the name of the range unit.
- getUnmodifiedSince() - Method in class org.restlet.client.data.Conditions
-
Returns the condition based on the modification date of the requested
variant.
- getUri() - Method in class org.restlet.client.data.Method
-
Returns the URI of the specification describing the method.
- getUri() - Method in class org.restlet.client.data.Status
-
Returns the URI of the specification describing the status.
- getUserInfo() - Method in class org.restlet.client.data.Reference
-
Returns the user info component for server based hierarchical
identifiers.
- getUserInfo(boolean) - Method in class org.restlet.client.data.Reference
-
Returns the optionnally decoded user info component.
- getValue() - Method in class org.restlet.client.data.CacheDirective
-
Returns the value.
- getValue() - Method in class org.restlet.client.data.Cookie
-
Returns the value.
- getValue() - Method in class org.restlet.client.data.Digest
-
Returns the digest value.
- getValue() - Method in class org.restlet.client.data.Header
-
Returns the value.
- getValue() - Method in class org.restlet.client.data.Parameter
-
- getValue() - Method in interface org.restlet.client.util.NamedValue
-
Returns the value.
- getValues(String) - Method in class org.restlet.client.util.Series
-
Returns the values of the parameters with a given name.
- getValues(String, String, boolean) - Method in class org.restlet.client.util.Series
-
Returns the parameter values with a given name.
- getValuesArray(String) - Method in class org.restlet.client.util.Series
-
Returns an array of all the values associated to the given parameter
name.
- getValuesArray(String, boolean) - Method in class org.restlet.client.util.Series
-
Returns an array of all the values associated to the given parameter
name.
- getValuesArray(String, boolean, String) - Method in class org.restlet.client.util.Series
-
Returns an array of all the values associated to the given parameter
name.
- getValuesArray(String, String) - Method in class org.restlet.client.util.Series
-
Returns an array of all the values associated to the given parameter
name.
- getValuesMap() - Method in class org.restlet.client.util.Series
-
Returns a map of name, value pairs.
- getVersion() - Method in class org.restlet.client.data.Cookie
-
Returns the cookie specification version.
- getVersion() - Method in class org.restlet.client.data.Product
-
Returns the version of the product.
- getVersion() - Method in class org.restlet.client.data.Protocol
-
Returns the version.
- getWarnings() - Method in class org.restlet.client.Message
-
Returns the additional warnings information.
- getWebRepresentation() - Method in class org.restlet.client.data.Form
-
Returns the form as a Web representation
(MediaType.APPLICATION_WWW_FORM).
- getWebRepresentation(CharacterSet) - Method in class org.restlet.client.data.Form
-
Returns the form as a Web representation
(MediaType.APPLICATION_WWW_FORM).
- getWebRepresentation() - Method in class org.restlet.client.data.ReferenceList
-
Returns a representation of the list in "text/html" format.
- getWrappedRepresentation() - Method in class org.restlet.client.util.WrapperRepresentation
-
Returns the wrapped representation.
- getWrappedRequest() - Method in class org.restlet.client.util.WrapperRequest
-
Returns the wrapped request.
- getWrappedResponse() - Method in class org.restlet.client.util.WrapperResponse
-
Returns the wrapped response.
- GZIP - Static variable in class org.restlet.client.data.Encoding
-
The GNU Zip encoding.
- IDENTITY - Static variable in class org.restlet.client.data.Encoding
-
The default (identity) encoding.
- includes(Metadata) - Method in class org.restlet.client.data.CharacterSet
-
Indicates if a given character set is included in the current one.
- includes(Metadata) - Method in class org.restlet.client.data.Encoding
-
Indicates if a given encoding is included in the current one.
- includes(Metadata) - Method in class org.restlet.client.data.Language
-
Indicates if a given language is included in the current one.
- includes(Metadata) - Method in class org.restlet.client.data.MediaType
-
- includes(Metadata, boolean) - Method in class org.restlet.client.data.MediaType
-
- includes(Metadata) - Method in class org.restlet.client.data.Metadata
-
Indicates if a given metadata is included in the current one.
- includes(Variant) - Method in class org.restlet.client.representation.Variant
-
Indicates if the current variant includes the given variant.
- indent() - Method in class org.restlet.rebind.ClientProxyGenerator
-
Increments the indentation of the generated source code.
- INDEX_FIRST - Static variable in class org.restlet.client.data.Range
-
Index for the first byte (or range unit) of an entity.
- INDEX_LAST - Static variable in class org.restlet.client.data.Range
-
Index for the last byte (or range unit) of an entity.
- indexOf(Object) - Method in class org.restlet.client.util.WrapperList
-
Returns the index in this list of the first occurrence of the specified
element, or -1 if this list does not contain this element.
- INFO_CONTINUE - Static variable in class org.restlet.client.data.Status
-
This interim response (the client has to wait for the final response) is
used to inform the client that the initial part of the request has been
received and has not yet been rejected or completed by the server.
- INFO_DISCONNECTED_OPERATION - Static variable in class org.restlet.client.data.Status
-
Warning status code, typically returned by a cache, indicating that it is
intentionally disconnected from the rest of the network for a period of
time.
- INFO_HEURISTIC_EXPIRATION - Static variable in class org.restlet.client.data.Status
-
Warning status code, typically returned by a cache, indicating that it
heuristically chose a freshness lifetime greater than 24 hours and the
response's age is greater than 24 hours.
- INFO_MISC_WARNING - Static variable in class org.restlet.client.data.Status
-
Warning status code, optionally including arbitrary information to be
presented to a human user, typically returned by a cache.
- INFO_PROCESSING - Static variable in class org.restlet.client.data.Status
-
This interim response is used to inform the client that the server has
accepted the complete request, but has not yet completed it since the
server has a reasonable expectation that the request will take
significant time to complete.
- INFO_REVALIDATION_FAILED - Static variable in class org.restlet.client.data.Status
-
Warning status code, typically returned by a cache, indicating that the
response is stale because an attempt to revalidate the response failed,
due to an inability to reach the server.
- INFO_STALE_RESPONSE - Static variable in class org.restlet.client.data.Status
-
Warning status code, typically returned by a cache, indicating that the
response is stale.
- INFO_SWITCHING_PROTOCOL - Static variable in class org.restlet.client.data.Status
-
The server understands and is willing to comply with the client's
request, via the Upgrade message header field, for a change in the
application protocol being used on this connection.
- init(Context, Request, Response) - Method in class org.restlet.client.resource.Resource
-
Initialization method setting the environment of the current resource
instance.
- InputRepresentation - Class in org.restlet.client.representation
-
Transient representation based on a BIO input stream.
- InputRepresentation(InputStream) - Constructor for class org.restlet.client.representation.InputRepresentation
-
Constructor.
- InputRepresentation(InputStream, MediaType) - Constructor for class org.restlet.client.representation.InputRepresentation
-
Constructor.
- InputRepresentation(InputStream, MediaType, long) - Constructor for class org.restlet.client.representation.InputRepresentation
-
Constructor.
- isAbsolute() - Method in class org.restlet.client.data.Reference
-
Indicates if the reference is absolute.
- isAcceptingRanges() - Method in class org.restlet.client.data.ServerInfo
-
Return true if the server accepts range requests for a resource, with the
"byte" range unit.
- isAccessRestricted() - Method in class org.restlet.client.data.CookieSetting
-
Indicates if cookie access is restricted for untrusted parties.
- isAsynchronous() - Method in class org.restlet.client.Request
-
Indicates if the request is asynchronous.
- isAsynchronous() - Method in class org.restlet.client.util.WrapperRequest
-
- isAutoCommitting() - Method in class org.restlet.client.Response
-
Indicates if the response should be automatically committed.
- isAutoCommitting() - Method in class org.restlet.client.util.WrapperResponse
-
- isAvailable() - Method in class org.restlet.client.Client
-
Indicates the underlying connector helper is available.
- isAvailable() - Method in class org.restlet.client.Connector
-
Indicates the underlying connector helper is available.
- isAvailable() - Method in class org.restlet.client.representation.Representation
-
Indicates if some fresh content is potentially available, without having
to actually call one of the content manipulation method like getStream()
that would actually consume it.
- isAvailable() - Method in class org.restlet.client.util.WrapperRepresentation
-
- isBytesRange(Range) - Static method in class org.restlet.client.data.Range
-
Indicates if the unit of the given range is "bytes".
- isClientError(int) - Static method in class org.restlet.client.data.Status
-
Indicates if the status is a client error status, meaning "The request
contains bad syntax or cannot be fulfilled".
- isClientError() - Method in class org.restlet.client.data.Status
-
Indicates if the status is a client error status, meaning "The request
contains bad syntax or cannot be fulfilled".
- isCommitted() - Method in class org.restlet.client.Response
-
Indicates if the response has already been committed.
- isCommitted() - Method in class org.restlet.client.util.WrapperResponse
-
- isCompatible(Metadata) - Method in class org.restlet.client.data.Metadata
-
Checks if this metadata is compatible with the given metadata.
- isCompatible(Variant) - Method in class org.restlet.client.representation.Variant
-
Indicates if the current variant is compatible with the given variant.
- isConcrete() - Method in class org.restlet.client.data.MediaType
-
Checks if the current media type is concrete.
- isConfidential() - Method in class org.restlet.client.data.Protocol
-
Indicates if the protocol guarantees the confidentially of the messages
exchanged, for example via a SSL-secured connection.
- isConfidential() - Method in class org.restlet.client.Message
-
Indicates if the message was or will be exchanged confidentially, for
example via a SSL-secured connection.
- isConfidential() - Method in class org.restlet.client.Request
-
- isConfidential() - Method in class org.restlet.client.resource.Resource
-
Indicates if the message was or will be exchanged confidentially, for
example via a SSL-secured connection.
- isConfidential() - Method in class org.restlet.client.Response
-
- isConfidential() - Method in class org.restlet.client.util.WrapperRequest
-
Indicates if the call came over a confidential channel such as an
SSL-secured connection.
- isConfidential() - Method in class org.restlet.client.util.WrapperResponse
-
Indicates if the call came over a confidential channel such as an
SSL-secured connection.
- isConnectorError(int) - Static method in class org.restlet.client.data.Status
-
Indicates if the status is a connector error status, meaning "The
connector failed to send or receive an apparently valid message".
- isConnectorError() - Method in class org.restlet.client.data.Status
-
Indicates if the status is a connector error status, meaning "The
connector failed to send or receive an apparently valid message".
- isDigit() - Method in class org.restlet.client.data.CacheDirective
-
Returns true if the directive contains a digit value.
- isEmpty() - Method in class org.restlet.client.representation.Representation
-
Indicates if the representation is empty.
- isEmpty() - Method in class org.restlet.client.util.WrapperList
-
Returns true if this list contains no elements.
- isEmpty() - Method in class org.restlet.client.util.WrapperMap
-
Returns true if this map contains no key-value mappings.
- isEnabled() - Method in class org.restlet.client.service.Service
-
Indicates if the service should be enabled.
- isEntityAvailable() - Method in class org.restlet.client.Message
-
Indicates if a content is available and can be sent or received.
- isEntityAvailable() - Method in class org.restlet.client.Request
-
Indicates if a content is available and can be sent.
- isEntityAvailable() - Method in class org.restlet.client.util.WrapperRequest
-
Indicates if a content is available and can be sent.
- isEntityAvailable() - Method in class org.restlet.client.util.WrapperResponse
-
Indicates if a content is available and can be sent.
- isEquivalentTo(Reference) - Method in class org.restlet.client.data.Reference
-
Returns true if both reference are equivalent, meaning that they resolve
to the same target reference.
- isError(int) - Static method in class org.restlet.client.data.Status
-
Indicates if the status is an error (client or server) status.
- isError() - Method in class org.restlet.client.data.Status
-
Indicates if the status is an error (client or server) status.
- isExpectingResponse() - Method in class org.restlet.client.Request
-
Indicates if an associated response is expected.
- isExpectingResponse() - Method in class org.restlet.client.util.WrapperRequest
-
- isFinal() - Method in class org.restlet.client.Response
-
Indicates if the response is final or provisional.
- isGenericDelimiter(int) - Static method in class org.restlet.client.data.Reference
-
Indicates if the given character is a generic URI component delimiter
character.
- isGlobalError(int) - Static method in class org.restlet.client.data.Status
-
Indicates if the status is a client error status, meaning "The request
contains bad syntax or cannot be fulfilled".
- isGlobalError() - Method in class org.restlet.client.data.Status
-
Indicates if the status is a global error status, meaning "The server has
definitive information about a particular user".
- isHierarchical() - Method in class org.restlet.client.data.Reference
-
Indicates if the identifier is hierarchical.
- isIdempotent() - Method in class org.restlet.client.data.Method
-
Indicates if the side-effects of several requests is the same as a single
request.
- isIncluded(long, long) - Method in class org.restlet.client.data.Range
-
Indicates if the given index is included in the range.
- isInformational(int) - Static method in class org.restlet.client.data.Status
-
Indicates if the status is an information status, meaning "request
received, continuing process".
- isInformational() - Method in class org.restlet.client.data.Status
-
Indicates if the status is an information status, meaning "request
received, continuing process".
- isLoggable() - Method in class org.restlet.client.Request
-
Indicates if the call is loggable
- isLoggable() - Method in class org.restlet.client.resource.Resource
-
Indicates if the call is loggable
- ISO_8859_1 - Static variable in class org.restlet.client.data.CharacterSet
-
The ISO/IEC 8859-1 (Latin 1) character set.
- ISO_8859_10 - Static variable in class org.restlet.client.data.CharacterSet
-
The ISO/IEC 8859-10 (Latin 6) character set.
- ISO_8859_2 - Static variable in class org.restlet.client.data.CharacterSet
-
The ISO/IEC 8859-2 (Latin 2) character set.
- ISO_8859_3 - Static variable in class org.restlet.client.data.CharacterSet
-
The ISO/IEC 8859-3 (Latin 3) character set.
- ISO_8859_4 - Static variable in class org.restlet.client.data.CharacterSet
-
The ISO/IEC 8859-4 (Latin 4) character set.
- ISO_8859_5 - Static variable in class org.restlet.client.data.CharacterSet
-
The ISO/IEC 8859-5 (Cyrillic) character set.
- ISO_8859_6 - Static variable in class org.restlet.client.data.CharacterSet
-
The ISO/IEC 8859-6 (Arabic) character set.
- ISO_8859_7 - Static variable in class org.restlet.client.data.CharacterSet
-
The ISO/IEC 8859-7 (Greek) character set.
- ISO_8859_8 - Static variable in class org.restlet.client.data.CharacterSet
-
The ISO/IEC 8859-8 (Hebrew) character set.
- ISO_8859_9 - Static variable in class org.restlet.client.data.CharacterSet
-
The ISO/IEC 8859-9 (Latin 5) character set.
- isOpaque() - Method in class org.restlet.client.data.Reference
-
Indicates if the identifier is opaque.
- isParent(Reference) - Method in class org.restlet.client.data.Reference
-
Indicates if the reference is a parent of the hierarchical child
reference.
- isProvisional() - Method in class org.restlet.client.Response
-
Indicates if the response is provisional or final.
- isRecoverableError() - Method in class org.restlet.client.data.Status
-
Indicates if an error is recoverable, meaning that simply retrying after
a delay could result in a success.
- isRedirection(int) - Static method in class org.restlet.client.data.Status
-
Indicates if the status is a redirection status, meaning "Further action
must be taken in order to complete the request".
- isRedirection() - Method in class org.restlet.client.data.Status
-
Indicates if the status is a redirection status, meaning "Further action
must be taken in order to complete the request".
- isRelative() - Method in class org.restlet.client.data.Reference
-
Indicates if the reference is relative.
- isReplying() - Method in class org.restlet.client.data.Method
-
Indicates if the method replies with a response.
- isReserved(int) - Static method in class org.restlet.client.data.Reference
-
Indicates if the given character is a reserved URI character.
- isRetryOnError() - Method in class org.restlet.client.resource.ClientResource
-
Indicates if idempotent requests should be retried on error.
- isSafe() - Method in class org.restlet.client.data.Method
-
Indicates if it should have the significance of taking an action other
than retrieval.
- isSecure() - Method in class org.restlet.client.data.CookieSetting
-
Indicates if cookie should only be transmitted by secure means.
- isServerError(int) - Static method in class org.restlet.client.data.Status
-
Indicates if the status is a server error status, meaning "The server
failed to fulfill an apparently valid request".
- isServerError() - Method in class org.restlet.client.data.Status
-
Indicates if the status is a server error status, meaning "The server
failed to fulfill an apparently valid request".
- isStale() - Method in class org.restlet.client.data.ChallengeRequest
-
Indicates if the previous request from the client was stale.
- isStarted() - Method in class org.restlet.client.Restlet
-
Indicates if the Restlet is started.
- isStarted() - Method in class org.restlet.client.service.Service
-
Indicates if the service is started.
- isStarted() - Method in class org.restlet.client.util.WrapperRestlet
-
- isStopped() - Method in class org.restlet.client.Restlet
-
Indicates if the Restlet is stopped.
- isStopped() - Method in class org.restlet.client.service.Service
-
Indicates if the service is stopped.
- isStopped() - Method in class org.restlet.client.util.WrapperRestlet
-
- isString() - Method in class org.restlet.client.representation.ObjectRepresentation
-
Indicates if the serialized object is a String.
- isSubDelimiter(int) - Static method in class org.restlet.client.data.Reference
-
Indicates if the given character is an URI subcomponent delimiter
character.
- isSuccess(int) - Static method in class org.restlet.client.data.Status
-
Indicates if the status is a success status, meaning "The action was
successfully received, understood, and accepted".
- isSuccess() - Method in class org.restlet.client.data.Status
-
Indicates if the status is a success status, meaning "The action was
successfully received, understood, and accepted".
- isSynchronous() - Method in class org.restlet.client.Request
-
Indicates if the request is synchronous.
- isSynchronous() - Method in class org.restlet.client.util.WrapperRequest
-
- isTransient() - Method in class org.restlet.client.representation.Representation
-
Indicates if the representation's content is transient, which means that
it can be obtained only once.
- isTransient() - Method in class org.restlet.client.util.WrapperRepresentation
-
- isUnreserved(int) - Static method in class org.restlet.client.data.Reference
-
Indicates if the given character is an unreserved URI character.
- isValid(int) - Static method in class org.restlet.client.data.Reference
-
Indicates if the given character is a valid URI character.
- isWeak() - Method in class org.restlet.client.data.Tag
-
Indicates if the tag is weak.
- iterator() - Method in class org.restlet.client.util.WrapperList
-
Returns an iterator over the elements in this list in proper sequence.
- SDC - Static variable in class org.restlet.client.data.ChallengeScheme
-
Secure Data Connector scheme.
- SDC - Static variable in class org.restlet.client.data.Protocol
-
SDC (Secure Data Connector) protocol.
- Series<T extends NamedValue<java.lang.String>> - Class in org.restlet.client.util
-
Modifiable list of entries with many helper methods.
- Series(Class<T>) - Constructor for class org.restlet.client.util.Series
-
Constructor.
- Series(Class<T>, int) - Constructor for class org.restlet.client.util.Series
-
Constructor.
- Series(Class<T>, List<T>) - Constructor for class org.restlet.client.util.Series
-
Constructor.
- SERVER_ERROR_BAD_GATEWAY - Static variable in class org.restlet.client.data.Status
-
The server, while acting as a gateway or proxy, received an invalid
response from the upstream server it accessed in attempting to fulfill
the request.
- SERVER_ERROR_GATEWAY_TIMEOUT - Static variable in class org.restlet.client.data.Status
-
The server, while acting as a gateway or proxy, could not connect to the
upstream server.
- SERVER_ERROR_INSUFFICIENT_STORAGE - Static variable in class org.restlet.client.data.Status
-
This status code means the method could not be performed on the resource
because the server is unable to store the representation needed to
successfully complete the request.
- SERVER_ERROR_INTERNAL - Static variable in class org.restlet.client.data.Status
-
The server encountered an unexpected condition which prevented it from
fulfilling the request.
- SERVER_ERROR_NOT_IMPLEMENTED - Static variable in class org.restlet.client.data.Status
-
The server does not support the functionality required to fulfill the
request.
- SERVER_ERROR_SERVICE_UNAVAILABLE - Static variable in class org.restlet.client.data.Status
-
The server is currently unable to handle the request due to a temporary
overloading or maintenance of the server.
- SERVER_ERROR_VERSION_NOT_SUPPORTED - Static variable in class org.restlet.client.data.Status
-
The server does not support, or refuses to support, the HTTP protocol
version that was used in the request message.
- ServerInfo - Class in org.restlet.client.data
-
Server specific data related to a call.
- ServerInfo() - Constructor for class org.restlet.client.data.ServerInfo
-
Constructor.
- Service - Class in org.restlet.client.service
-
Generic service associated to a component or an application.
- Service() - Constructor for class org.restlet.client.service.Service
-
Constructor.
- Service(boolean) - Constructor for class org.restlet.client.service.Service
-
Constructor.
- set(String, String) - Method in class org.restlet.client.util.Series
-
Replaces the value of the first parameter with the given name and removes
all other parameters with the same name.
- set(String, String, boolean) - Method in class org.restlet.client.util.Series
-
Replaces the value of the first parameter with the given name and removes
all other parameters with the same name.
- set(int, E) - Method in class org.restlet.client.util.WrapperList
-
Replaces the element at the specified position in this list with the
specified element.
- setAcceptedCharacterSets(List<Preference<CharacterSet>>) - Method in class org.restlet.client.data.ClientInfo
-
Sets the character set preferences.
- setAcceptedEncodings(List<Preference<Encoding>>) - Method in class org.restlet.client.data.ClientInfo
-
Sets the encoding preferences.
- setAcceptedLanguages(List<Preference<Language>>) - Method in class org.restlet.client.data.ClientInfo
-
Sets the language preferences.
- setAcceptedMediaTypes(List<Preference<MediaType>>) - Method in class org.restlet.client.data.ClientInfo
-
Sets the media type preferences.
- setAcceptedPatches(List<Preference<MediaType>>) - Method in class org.restlet.client.data.ClientInfo
-
Sets the patch preferences.
- setAcceptingRanges(boolean) - Method in class org.restlet.client.data.ServerInfo
-
Indicates if the server accepts range requests for a resource, with the
"byte" range unit.
- setAccessControlAllowCredentials(Boolean) - Method in class org.restlet.client.Response
-
When used as part of a response to a preflight CORS request, indicates
whether or not the actual request can be made using credentials.
- setAccessControlAllowHeaders(Set<String>) - Method in class org.restlet.client.Response
-
Sets the set of headers allowed by the actual request on the current
resource when used as part of a response to a preflight CORS request.
- setAccessControlAllowMethods(Set<Method>) - Method in class org.restlet.client.Response
-
Sets the set of methods allowed by the actual request on the current
resource when used as part of a response to a preflight CORS request.
- setAccessControlAllowOrigin(String) - Method in class org.restlet.client.Response
-
When used in the context of CORS support, it sets the URI an origin
server allows for the requested resource.
- setAccessControlExposeHeaders(Set<String>) - Method in class org.restlet.client.Response
-
Sets the list of headers an origin server allows for the requested
resource.
- setAccessControlMaxAge(int) - Method in class org.restlet.client.Response
-
When used as part of a response to a preflight CORS request, indicates how long (in seconds) the results of a
preflight request can be cached in a preflight result cache.
- setAccessControlRequestHeaders(Set<String>) - Method in class org.restlet.client.Request
-
Sets the set of headers the client is willing to use in future request to
this resource.
- setAccessControlRequestHeaders(Set<String>) - Method in class org.restlet.client.util.WrapperRequest
-
Sets the access control request headers of the target resource.
- setAccessControlRequestMethod(Method) - Method in class org.restlet.client.Request
-
Sets the method the client is willing to use in future request to this
resource.
- setAccessControlRequestMethod(Method) - Method in class org.restlet.client.util.WrapperRequest
-
Sets the access control request method of the target resource.
- setAccessRestricted(boolean) - Method in class org.restlet.client.data.CookieSetting
-
Indicates whether to restrict cookie access to untrusted parties.
- setAddress(String) - Method in class org.restlet.client.data.ClientInfo
-
Sets the client's IP address.
- setAddress(String) - Method in class org.restlet.client.data.ServerInfo
-
Sets the IP address which received the call.
- setAge(int) - Method in class org.restlet.client.Response
-
Sets the estimated amount of time since a response was generated or
revalidated by the origin server.
- setAge(int) - Method in class org.restlet.client.util.WrapperResponse
-
- setAgent(String) - Method in class org.restlet.client.data.ClientInfo
-
Sets the agent name (ex: "Restlet-Framework/2.0").
- setAgent(String) - Method in class org.restlet.client.data.ServerInfo
-
Sets the agent name (ex: "Restlet-Framework/2.0").
- setAgent(String) - Method in class org.restlet.client.data.Warning
-
Sets the agent.
- setAllowedMethods(Set<Method>) - Method in class org.restlet.client.Response
-
Sets the set of methods allowed on the requested resource.
- setAllowedMethods(Set<Method>) - Method in class org.restlet.client.util.WrapperResponse
-
- setAttribute(String, Object) - Method in class org.restlet.client.resource.ClientResource
-
Sets the request attribute value.
- setAttribute(String, Object) - Method in class org.restlet.client.resource.Resource
-
Sets the request or response attribute value.
- setAttributes(Map<String, Object>) - Method in class org.restlet.client.Context
-
Sets the modifiable map of attributes.
- setAttributes(Map<String, Object>) - Method in class org.restlet.client.Message
-
Sets the modifiable map of attributes.
- setAuthenticationInfo(AuthenticationInfo) - Method in class org.restlet.client.Response
-
Sets the authentication information sent by an origin server to a client
after a successful authentication attempt.
- setAuthenticationInfo(AuthenticationInfo) - Method in class org.restlet.client.util.WrapperResponse
-
- setAuthor(String) - Method in class org.restlet.client.Restlet
-
Sets the author(s).
- setAuthor(String) - Method in class org.restlet.client.util.WrapperRestlet
-
- setAuthority(String) - Method in class org.restlet.client.data.Reference
-
Sets the authority component for hierarchical identifiers.
- setAutoCommitting(boolean) - Method in class org.restlet.client.Response
-
Indicates if the response should be automatically committed.
- setAutoCommitting(boolean) - Method in class org.restlet.client.util.WrapperResponse
-
- setAvailable(boolean) - Method in class org.restlet.client.representation.Representation
-
Indicates if some fresh content is available.
- setAvailable(boolean) - Method in class org.restlet.client.util.WrapperRepresentation
-
- setBaseRef(Reference) - Method in class org.restlet.client.data.Reference
-
Sets the base reference for relative references.
- setBaseRef(String) - Method in class org.restlet.client.data.Reference
-
Sets the base reference for relative references.
- setCacheDirectives(List<CacheDirective>) - Method in class org.restlet.client.Message
-
Sets the cache directives.
- setChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.client.Response
-
Sets the list of authentication requests sent by an origin server to a
client.
- setChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.client.util.WrapperResponse
-
Sets the list of authentication requests sent by an origin server to a
client.
- setChallengeResponse(ChallengeResponse) - Method in class org.restlet.client.Request
-
Sets the authentication response sent by a client to an origin server.
- setChallengeResponse(ChallengeResponse) - Method in class org.restlet.client.resource.ClientResource
-
Sets the authentication response sent by a client to an origin server.
- setChallengeResponse(ChallengeScheme, String, String) - Method in class org.restlet.client.resource.ClientResource
-
Sets the authentication response sent by a client to an origin server
given a scheme, identifier and secret.
- setChallengeResponse(ChallengeResponse) - Method in class org.restlet.client.util.WrapperRequest
-
Sets the authentication response sent by a client to an origin server.
- setCharacterSet(CharacterSet) - Method in class org.restlet.client.representation.StringRepresentation
-
- setCharacterSet(CharacterSet) - Method in class org.restlet.client.representation.Variant
-
Sets the character set or null if not applicable.
- setCharacterSet(CharacterSet) - Method in class org.restlet.client.util.WrapperRepresentation
-
- setClientDispatcher(Restlet) - Method in class org.restlet.client.Context
-
Sets the client dispatcher.
- setClientInfo(ClientInfo) - Method in class org.restlet.client.Request
-
Sets the client-specific information.
- setClientInfo(ClientInfo) - Method in class org.restlet.client.resource.ClientResource
-
Sets the client-specific information.
- setClientInfo(ClientInfo) - Method in class org.restlet.client.util.WrapperRequest
-
- setClientNonce(String) - Method in class org.restlet.client.data.AuthenticationInfo
-
Sets the client nonce.
- setClientNonce(String) - Method in class org.restlet.client.data.ChallengeResponse
-
Sets the client nonce.
- setComment(String) - Method in class org.restlet.client.data.CookieSetting
-
Sets the comment for the user.
- setComment(String) - Method in class org.restlet.client.data.Product
-
Sets the facultative comment.
- setComment(String) - Method in class org.restlet.client.data.RecipientInfo
-
Sets the optional comment, typically the software agent name.
- setCommitted(boolean) - Method in class org.restlet.client.Response
-
Indicates if the response has already been committed.
- setCommitted(boolean) - Method in class org.restlet.client.util.WrapperResponse
-
- setConditions(Conditions) - Method in class org.restlet.client.Request
-
Sets the conditions applying to this request.
- setConditions(Conditions) - Method in class org.restlet.client.resource.ClientResource
-
Sets the conditions applying to this request.
- setConditions(Conditions) - Method in class org.restlet.client.util.WrapperRequest
-
- setContext(Context) - Method in class org.restlet.client.Restlet
-
Sets the context.
- setContext(Context) - Method in class org.restlet.client.service.Service
-
Sets the context.
- setContext(Context) - Method in class org.restlet.client.util.ClientList
-
Sets the context.
- setContext(Context) - Method in class org.restlet.client.util.WrapperRestlet
-
- setCookies(Series<Cookie>) - Method in class org.restlet.client.Request
-
Sets the modifiable series of cookies provided by the client.
- setCookies(Series<Cookie>) - Method in class org.restlet.client.resource.ClientResource
-
Sets the cookies provided by the client.
- setCookies(Series<Cookie>) - Method in class org.restlet.client.util.WrapperRequest
-
- setCookieSettings(Series<CookieSetting>) - Method in class org.restlet.client.Response
-
Sets the modifiable series of cookie settings provided by the server.
- setCookieSettings(Series<CookieSetting>) - Method in class org.restlet.client.util.WrapperResponse
-
- setCreationDate(Date) - Method in class org.restlet.client.data.Disposition
-
Sets the creation date parameter.
- setDate(String, Date) - Method in class org.restlet.client.data.Disposition
-
Sets a Date parameter.
- setDate(Date) - Method in class org.restlet.client.data.Warning
-
Sets the warning date.
- setDate(Date) - Method in class org.restlet.client.Message
-
Sets the date and time at which the message was originated.
- setDefaultCharacterSet(CharacterSet) - Method in class org.restlet.client.service.MetadataService
-
Sets the default character set for local representations.
- setDefaultEncoding(Encoding) - Method in class org.restlet.client.service.MetadataService
-
Sets the default encoding for local representations.
- setDefaultLanguage(Language) - Method in class org.restlet.client.service.MetadataService
-
Sets the default language for local representations.
- setDefaultMediaType(MediaType) - Method in class org.restlet.client.service.MetadataService
-
Sets the default media type for local representations.
- setDescription(String) - Method in class org.restlet.client.Restlet
-
Sets the description.
- setDescription(String) - Method in class org.restlet.client.util.WrapperRestlet
-
- setDigestAlgorithm(String) - Method in class org.restlet.client.data.ChallengeMessage
-
Sets the digest algorithm.
- setDigestRef(Reference) - Method in class org.restlet.client.data.ChallengeResponse
-
Sets the digest URI reference.
- setDigit(boolean) - Method in class org.restlet.client.data.CacheDirective
-
Indicates if the directive is a digit value.
- setDimensions(Set<Dimension>) - Method in class org.restlet.client.Response
-
Sets the set of dimensions on which the response entity may vary.
- setDimensions(Set<Dimension>) - Method in class org.restlet.client.util.WrapperResponse
-
- setDisposition(Disposition) - Method in class org.restlet.client.representation.Representation
-
Sets the disposition characteristics of the representation.
- setDisposition(Disposition) - Method in class org.restlet.client.util.WrapperRepresentation
-
- setDomain(String) - Method in class org.restlet.client.data.Cookie
-
Sets the domain name.
- setDomainRefs(List<Reference>) - Method in class org.restlet.client.data.ChallengeRequest
-
Sets the URI references that define the protection domains for the digest
authentication.
- setDomainUris(Collection<String>) - Method in class org.restlet.client.data.ChallengeRequest
-
Sets the URI references that define the protection domains for the digest
authentication.
- setEnabled(boolean) - Method in class org.restlet.client.service.Service
-
Indicates if the service should be enabled.
- setEncodings(List<Encoding>) - Method in class org.restlet.client.representation.Variant
-
Sets the list of encodings applied to the entity-body.
- setEncodings(List<Encoding>) - Method in class org.restlet.client.util.WrapperRepresentation
-
- setEntity(Representation) - Method in class org.restlet.client.Message
-
Sets the entity representation.
- setEntity(String, MediaType) - Method in class org.restlet.client.Message
-
Sets a textual entity.
- setEntity(Representation) - Method in class org.restlet.client.util.WrapperRequest
-
Sets the entity representation.
- setEntity(String, MediaType) - Method in class org.restlet.client.util.WrapperRequest
-
Sets a textual entity.
- setEntity(Representation) - Method in class org.restlet.client.util.WrapperResponse
-
Sets the entity representation.
- setEntity(String, MediaType) - Method in class org.restlet.client.util.WrapperResponse
-
Sets a textual entity.
- setExpirationDate(Date) - Method in class org.restlet.client.representation.Representation
-
Sets the future date when this representation expire.
- setExpirationDate(Date) - Method in class org.restlet.client.util.WrapperRepresentation
-
- setExtensions(String) - Method in class org.restlet.client.data.Reference
-
Sets the extensions for hierarchical identifiers.
- setExtensions(String[]) - Method in class org.restlet.client.data.Reference
-
Sets the extensions based on an array of extension tokens (without dots).
- setFilename(String) - Method in class org.restlet.client.data.Disposition
-
Sets the value of the "filename" parameter.
- setForwardedAddresses(List<String>) - Method in class org.restlet.client.data.ClientInfo
-
Sets the list of forwarded IP addresses.
- setFragment(String) - Method in class org.restlet.client.data.Reference
-
Sets the fragment identifier.
- setFrom(String) - Method in class org.restlet.client.data.ClientInfo
-
Sets the email address of the human user controlling the user agent.
- setHostDomain(String) - Method in class org.restlet.client.data.Reference
-
Sets the host domain component for server based hierarchical identifiers.
- setHostPort(Integer) - Method in class org.restlet.client.data.Reference
-
Sets the optional port number for server based hierarchical identifiers.
- setHostRef(Reference) - Method in class org.restlet.client.Request
-
Sets the host reference.
- setHostRef(String) - Method in class org.restlet.client.Request
-
Sets the host reference using an URI string.
- setHostRef(Reference) - Method in class org.restlet.client.resource.ClientResource
-
Sets the host reference.
- setHostRef(String) - Method in class org.restlet.client.resource.ClientResource
-
Sets the host reference using an URI string.
- setHostRef(Reference) - Method in class org.restlet.client.util.WrapperRequest
-
Sets the host reference.
- setHostRef(String) - Method in class org.restlet.client.util.WrapperRequest
-
Sets the host reference using an URI string.
- setIdentifier(String) - Method in class org.restlet.client.data.ChallengeResponse
-
Sets the user identifier, such as a login name or an access key.
- setIdentifier(String) - Method in class org.restlet.client.data.Reference
-
Sets the absolute resource identifier.
- setIdentifier(Reference) - Method in class org.restlet.client.data.ReferenceList
-
Sets the list reference.
- setIdentifier(String) - Method in class org.restlet.client.data.ReferenceList
-
Sets the list reference.
- setIndex(long) - Method in class org.restlet.client.data.Range
-
Sets the index from which to start the range.
- setInstanceSize(long) - Method in class org.restlet.client.data.Range
-
Sets the total size of the instance in number of bytes (or range unit).
- setLanguages(List<Language>) - Method in class org.restlet.client.representation.Variant
-
Sets the list of languages.
- setLanguages(List<Language>) - Method in class org.restlet.client.util.WrapperRepresentation
-
- setLastSegment(String) - Method in class org.restlet.client.data.Reference
-
Sets the last segment of the path.
- setLocationRef(Reference) - Method in class org.restlet.client.representation.Variant
-
Sets the optional identifier.
- setLocationRef(String) - Method in class org.restlet.client.representation.Variant
-
Sets the identifier from a URI string.
- setLocationRef(Reference) - Method in class org.restlet.client.Response
-
Sets the reference that the client should follow for redirections or
resource creations.
- setLocationRef(String) - Method in class org.restlet.client.Response
-
Sets the reference that the client should follow for redirections or
resource creations.
- setLocationRef(Reference) - Method in class org.restlet.client.util.WrapperRepresentation
-
- setLocationRef(String) - Method in class org.restlet.client.util.WrapperRepresentation
-
- setLocationRef(Reference) - Method in class org.restlet.client.util.WrapperResponse
-
Sets the reference that the client should follow for redirections or
resource creations.
- setLocationRef(String) - Method in class org.restlet.client.util.WrapperResponse
-
Sets the reference that the client should follow for redirections or
resource creations.
- setLoggable(boolean) - Method in class org.restlet.client.Request
-
Indicates if the call is loggable
- setLoggable(boolean) - Method in class org.restlet.client.resource.ClientResource
-
Indicates if the call is loggable
- setLogger(Logger) - Method in class org.restlet.client.Context
-
Sets the logger.
- setLogger(String) - Method in class org.restlet.client.Context
-
Sets the logger.
- setMatch(List<Tag>) - Method in class org.restlet.client.data.Conditions
-
Sets the modifiable list of tags that must be matched.
- setMaxAge(int) - Method in class org.restlet.client.data.CookieSetting
-
Sets the maximum age in seconds.
- setMaxForwards(int) - Method in class org.restlet.client.Request
-
Sets the maximum number of intermediaries.
- setMaxForwards(int) - Method in class org.restlet.client.util.WrapperRequest
-
- setMaxRedirects(int) - Method in class org.restlet.client.resource.ClientResource
-
Sets the maximum number of redirections that can be automatically
followed for a single call.
- setMediaType(MediaType) - Method in class org.restlet.client.representation.Variant
-
Sets the media type.
- setMediaType(MediaType) - Method in class org.restlet.client.util.WrapperRepresentation
-
- setMetadata(T) - Method in class org.restlet.client.data.Preference
-
Sets the metadata associated with this preference.
- setMethod(Method) - Method in class org.restlet.client.Request
-
Sets the method called.
- setMethod(Method) - Method in class org.restlet.client.resource.ClientResource
-
Sets the method called.
- setMethod(Method) - Method in class org.restlet.client.util.WrapperRequest
-
Sets the method called.
- setModificationDate(Date) - Method in class org.restlet.client.data.Disposition
-
Sets the modification date parameter.
- setModificationDate(Date) - Method in class org.restlet.client.representation.RepresentationInfo
-
Sets the last date when this representation was modified.
- setModificationDate(Date) - Method in class org.restlet.client.util.WrapperRepresentation
-
- setModifiedSince(Date) - Method in class org.restlet.client.data.Conditions
-
Sets the condition based on the modification date of the requested
variant.
- setName(String) - Method in class org.restlet.client.data.CacheDirective
-
Sets the name.
- setName(String) - Method in class org.restlet.client.data.Cookie
-
Sets the name.
- setName(String) - Method in class org.restlet.client.data.Header
-
Sets the name.
- setName(String) - Method in class org.restlet.client.data.Parameter
-
- setName(String) - Method in class org.restlet.client.data.Product
-
Sets the product name.
- setName(String) - Method in class org.restlet.client.data.RecipientInfo
-
Sets the host name and port number or a pseudonym.
- setName(String) - Method in class org.restlet.client.Restlet
-
Sets the display name.
- setName(String) - Method in class org.restlet.client.util.WrapperRestlet
-
- setNext(Uniform) - Method in class org.restlet.client.resource.ClientResource
-
Sets the next handler such as a Restlet or a Filter.
- setNextServerNonce(String) - Method in class org.restlet.client.data.AuthenticationInfo
-
Sets the next server nonce.
- setNonceCount(int) - Method in class org.restlet.client.data.AuthenticationInfo
-
Sets the nonce-count value.
- setNoneMatch(List<Tag>) - Method in class org.restlet.client.data.Conditions
-
Sets the modifiable list of tags that mustn't match.
- setObject(T) - Method in class org.restlet.client.representation.ObjectRepresentation
-
Sets the wrapped object.
- setOnError(Uniform) - Method in class org.restlet.client.Message
-
Sets the callback invoked when an error occurs when sending the message.
- setOnResponse(Uniform) - Method in class org.restlet.client.Request
-
Sets the callback invoked on response reception.
- setOnResponse(Uniform) - Method in class org.restlet.client.resource.ClientResource
-
Sets the callback invoked on response reception.
- setOnResponse(Uniform) - Method in class org.restlet.client.util.WrapperRequest
-
- setOnSent(Uniform) - Method in class org.restlet.client.Message
-
Sets the callback invoked after sending the message.
- setOnSent(Uniform) - Method in class org.restlet.client.resource.ClientResource
-
Sets the callback invoked after sending the request.
- setOpaque(String) - Method in class org.restlet.client.data.ChallengeMessage
-
Sets an opaque string of data which should be returned by the client
unchanged.
- setOriginalRef(Reference) - Method in class org.restlet.client.Request
-
Sets the original reference requested by the client.
- setOriginalRef(Reference) - Method in class org.restlet.client.resource.ClientResource
-
Sets the original reference requested by the client.
- setOriginalRef(Reference) - Method in class org.restlet.client.util.WrapperRequest
-
- setOwner(String) - Method in class org.restlet.client.Restlet
-
Sets the owner(s).
- setOwner(String) - Method in class org.restlet.client.util.WrapperRestlet
-
- setParameters(Series<Parameter>) - Method in class org.restlet.client.Context
-
Sets the modifiable series of parameters.
- setParameters(Series<Parameter>) - Method in class org.restlet.client.data.ChallengeMessage
-
Sets the parameters.
- setParameters(Series<Parameter>) - Method in class org.restlet.client.data.Disposition
-
Sets the list of disposition parameters.
- setParameters(Series<Parameter>) - Method in class org.restlet.client.data.Preference
-
Sets the modifiable list of parameters.
- setPath(String) - Method in class org.restlet.client.data.Cookie
-
Sets the validity path.
- setPath(String) - Method in class org.restlet.client.data.Reference
-
Sets the path component for hierarchical identifiers.
- setPort(int) - Method in class org.restlet.client.data.ClientInfo
-
Sets the port number which sent the call.
- setPort(int) - Method in class org.restlet.client.data.ServerInfo
-
Sets the port number which received the call.
- setProtocol(Protocol) - Method in class org.restlet.client.data.RecipientInfo
-
Sets the protocol used to communicate with the recipient.
- setProtocol(Protocol) - Method in class org.restlet.client.data.Reference
-
Sets the scheme component based on this protocol.
- setProtocol(Protocol) - Method in class org.restlet.client.Request
-
Sets the protocol used or to be used.
- setProtocol(Protocol) - Method in class org.restlet.client.resource.ClientResource
-
Sets the protocol used or to be used.
- setProtocol(Protocol) - Method in class org.restlet.client.util.WrapperRequest
-
- setProtocols(List<Protocol>) - Method in class org.restlet.client.Connector
-
Sets the list of protocols simultaneously supported.
- setProxyChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.client.Response
-
Sets the modifiable list of authentication requests sent by a proxy to a
client.
- setProxyChallengeRequests(List<ChallengeRequest>) - Method in class org.restlet.client.util.WrapperResponse
-
Sets the list of authentication requests sent by a proxy to a client.
- setQuality(String) - Method in class org.restlet.client.data.AuthenticationInfo
-
Sets the quality of protection.
- setQuality(String) - Method in class org.restlet.client.data.ChallengeResponse
-
Sets the chosen quality of protection.
- setQuality(float) - Method in class org.restlet.client.data.Preference
-
Sets the quality/preference level.
- setQualityOptions(List<String>) - Method in class org.restlet.client.data.ChallengeRequest
-
Sets the available options for quality of protection.
- setQuery(String) - Method in class org.restlet.client.data.Reference
-
Sets the query component for hierarchical identifiers.
- setQueryValue(String, String) - Method in class org.restlet.client.resource.Resource
-
Sets the query value for the named parameter.
- setRange(Range) - Method in class org.restlet.client.representation.Representation
-
Sets the range where in the full content the partial content available
should be applied.
- setRangeDate(Date) - Method in class org.restlet.client.data.Conditions
-
Sets the range condition based on the modification date of the requested
variant.
- setRanges(List<Range>) - Method in class org.restlet.client.Request
-
Sets the modifiable list of ranges to return from the target resource's
representation.
- setRanges(List<Range>) - Method in class org.restlet.client.resource.ClientResource
-
Sets the ranges to return from the target resource's representation.
- setRanges(List<Range>) - Method in class org.restlet.client.util.WrapperRequest
-
- setRangeTag(Tag) - Method in class org.restlet.client.data.Conditions
-
Sets the range condition based on the entity tag of the requested
variant.
- setRawValue(String) - Method in class org.restlet.client.data.ChallengeMessage
-
Sets the raw value.
- setReadDate(Date) - Method in class org.restlet.client.data.Disposition
-
Sets the read date parameter.
- setRealm(String) - Method in class org.restlet.client.data.ChallengeMessage
-
Sets the realm name.
- setRecipientsInfo(List<RecipientInfo>) - Method in class org.restlet.client.Message
-
Sets the modifiable list of intermediary recipients.
- setReference(Reference) - Method in class org.restlet.client.resource.ClientResource
-
Sets the resource's reference.
- setReference(String) - Method in class org.restlet.client.resource.ClientResource
-
Sets the resource's reference using an URI string.
- setReferrerRef(Reference) - Method in class org.restlet.client.Request
-
Sets the referrer reference if available.
- setReferrerRef(String) - Method in class org.restlet.client.Request
-
Sets the referrer reference if available using an URI string.
- setReferrerRef(Reference) - Method in class org.restlet.client.resource.ClientResource
-
Sets the referrer reference if available.
- setReferrerRef(String) - Method in class org.restlet.client.resource.ClientResource
-
Sets the referrer reference if available using an URI string.
- setReferrerRef(Reference) - Method in class org.restlet.client.util.WrapperRequest
-
Sets the referrer reference if available.
- setReferrerRef(String) - Method in class org.restlet.client.util.WrapperRequest
-
Sets the referrer reference if available using an URI string.
- setRelativePart(String) - Method in class org.restlet.client.data.Reference
-
Sets the relative part for relative references only.
- setRequest(Request) - Method in class org.restlet.client.resource.Resource
-
Sets the handled request.
- setRequest(Request) - Method in class org.restlet.client.Response
-
Sets the associated request.
- setRequest(Request) - Method in class org.restlet.client.util.WrapperResponse
-
Sets the associated request.
- setRequest(WrapperRequest) - Method in class org.restlet.client.util.WrapperResponse
-
Sets the associated request.
- setResourceRef(Reference) - Method in class org.restlet.client.Request
-
Sets the target resource reference.
- setResourceRef(String) - Method in class org.restlet.client.Request
-
Sets the target resource reference using an URI string.
- setResourceRef(Reference) - Method in class org.restlet.client.util.WrapperRequest
-
Sets the target resource reference.
- setResourceRef(String) - Method in class org.restlet.client.util.WrapperRequest
-
Sets the target resource reference using an URI string.
- setResponse(Response) - Method in class org.restlet.client.resource.Resource
-
Sets the handled response.
- setResponseDigest(String) - Method in class org.restlet.client.data.AuthenticationInfo
-
Sets the optional response digest for mutual authentication.
- setRetryAfter(Date) - Method in class org.restlet.client.Response
-
Indicates how long the service is expected to be unavailable to the
requesting client.
- setRetryAfter(Date) - Method in class org.restlet.client.util.WrapperResponse
-
- setRetryAttempts(int) - Method in class org.restlet.client.resource.ClientResource
-
Sets the number of retry attempts before reporting an error.
- setRetryDelay(long) - Method in class org.restlet.client.resource.ClientResource
-
Sets the delay in milliseconds between two retry attempts.
- setRetryOnError(boolean) - Method in class org.restlet.client.resource.ClientResource
-
Indicates if idempotent requests should be retried on error.
- setRootRef(Reference) - Method in class org.restlet.client.Request
-
Sets the application root reference.
- setRootRef(Reference) - Method in class org.restlet.client.util.WrapperRequest
-
Sets the application root reference.
- setScheme(ChallengeScheme) - Method in class org.restlet.client.data.ChallengeMessage
-
Sets the scheme used.
- setScheme(String) - Method in class org.restlet.client.data.Reference
-
Sets the scheme component.
- setSchemeSpecificPart(String) - Method in class org.restlet.client.data.Reference
-
Sets the scheme specific part.
- setSecret(char[]) - Method in class org.restlet.client.data.ChallengeResponse
-
Sets the user secret, such as a password or a secret key.
- setSecret(String) - Method in class org.restlet.client.data.ChallengeResponse
-
Sets the user secret, such as a password or a secret key.
- setSecretAlgorithm(String) - Method in class org.restlet.client.data.ChallengeResponse
-
Sets the digest algorithm name optionally applied on the user secret.
- setSecure(boolean) - Method in class org.restlet.client.data.CookieSetting
-
Indicates if cookie should only be transmitted by secure means.
- setSegments(List<String>) - Method in class org.restlet.client.data.Reference
-
Sets the segments of a hierarchical path.
- setSerializationStreamFactory(SerializationStreamFactory) - Method in class org.restlet.client.representation.ObjectRepresentation
-
Sets the serialization stream factory.
- setServerInfo(ServerInfo) - Method in class org.restlet.client.Response
-
Sets the server-specific information.
- setServerInfo(ServerInfo) - Method in class org.restlet.client.util.WrapperResponse
-
- setServerNonce(String) - Method in class org.restlet.client.data.ChallengeMessage
-
Sets the server nonce.
- setServerNounceCount(int) - Method in class org.restlet.client.data.ChallengeResponse
-
Sets the server nonce count.
- setSize(long) - Method in class org.restlet.client.data.Disposition
-
Sets the value of the "size" parameter.
- setSize(long) - Method in class org.restlet.client.data.Range
-
Sets the size of the range in number of bytes.
- setSize(long) - Method in class org.restlet.client.representation.Representation
-
Sets the expected size in bytes if known, -1 otherwise.
- setSize(long) - Method in class org.restlet.client.util.WrapperRepresentation
-
- setStale(boolean) - Method in class org.restlet.client.data.ChallengeRequest
-
Indicates if the previous request from the client was stale.
- setStatus(Status) - Method in class org.restlet.client.data.Warning
-
Sets the special status.
- setStatus(Status) - Method in class org.restlet.client.Response
-
Sets the status.
- setStatus(Status, String) - Method in class org.restlet.client.Response
-
Sets the status.
- setStatus(Status, Throwable) - Method in class org.restlet.client.Response
-
Sets the status.
- setStatus(Status, Throwable, String) - Method in class org.restlet.client.Response
-
Sets the status.
- setStatus(Status) - Method in class org.restlet.client.util.WrapperResponse
-
Sets the status.
- setStatus(Status, String) - Method in class org.restlet.client.util.WrapperResponse
-
Sets the status.
- setStatus(Status, Throwable) - Method in class org.restlet.client.util.WrapperResponse
-
- setStatus(Status, Throwable, String) - Method in class org.restlet.client.util.WrapperResponse
-
- setStream(InputStream) - Method in class org.restlet.client.representation.InputRepresentation
-
Sets the input stream to use.
- setString(boolean) - Method in class org.restlet.client.representation.ObjectRepresentation
-
Indicates if the serialized object is a String.
- setTag(Tag) - Method in class org.restlet.client.representation.RepresentationInfo
-
Sets the tag.
- setTag(Tag) - Method in class org.restlet.client.util.WrapperRepresentation
-
- setText(String) - Method in class org.restlet.client.data.Warning
-
Sets the warning text.
- setText(CharSequence) - Method in class org.restlet.client.representation.StringRepresentation
-
Sets the string value.
- setText(String) - Method in class org.restlet.client.representation.StringRepresentation
-
Sets the string value.
- setTimeIssued(long) - Method in class org.restlet.client.data.ChallengeResponse
-
Sets the time when the response was issued, as returned by System.currentTimeMillis()
.
- setTransient(boolean) - Method in class org.restlet.client.representation.Representation
-
Indicates if the representation's content is transient.
- setTransient(boolean) - Method in class org.restlet.client.util.WrapperRepresentation
-
- setType(String) - Method in class org.restlet.client.data.Disposition
-
Sets the disposition type.
- setUnitName(String) - Method in class org.restlet.client.data.Range
-
Sets the name of the range unit.
- setUnmodifiedSince(Date) - Method in class org.restlet.client.data.Conditions
-
Sets the condition based on the modification date of the requested
variant.
- setUserInfo(String) - Method in class org.restlet.client.data.Reference
-
Sets the user info component for server based hierarchical identifiers.
- setValue(String) - Method in class org.restlet.client.data.CacheDirective
-
Sets the value.
- setValue(String) - Method in class org.restlet.client.data.Cookie
-
Sets the value.
- setValue(String) - Method in class org.restlet.client.data.Header
-
Sets the value.
- setValue(String) - Method in class org.restlet.client.data.Parameter
-
- setValue(V) - Method in interface org.restlet.client.util.NamedValue
-
Sets the value.
- setVersion(int) - Method in class org.restlet.client.data.Cookie
-
Sets the cookie specification version.
- setVersion(String) - Method in class org.restlet.client.data.Product
-
Sets the version of the product.
- setWarnings(List<Warning>) - Method in class org.restlet.client.Message
-
Sets the additional warnings information.
- sharedMaxAge(int) - Static method in class org.restlet.client.data.CacheDirective
-
Creates a "s-maxage" directive.
- SIP - Static variable in class org.restlet.client.data.Protocol
-
SIP protocol.
- SIPS - Static variable in class org.restlet.client.data.Protocol
-
SIPS protocol (via SSL socket).
- size() - Method in class org.restlet.client.util.WrapperList
-
Returns the number of elements in this list.
- size() - Method in class org.restlet.client.util.WrapperMap
-
Returns the number of key-value mappings in this map.
- SIZE_MAX - Static variable in class org.restlet.client.data.Range
-
Maximum size available from the index.
- SMTP - Static variable in class org.restlet.client.data.Protocol
-
SMTP protocol.
- SMTP_PLAIN - Static variable in class org.restlet.client.data.ChallengeScheme
-
Plain SMTP scheme.
- SMTPS - Static variable in class org.restlet.client.data.Protocol
-
SMTPS protocol (via SSL/TLS socket).
- sort(List<Method>) - Static method in class org.restlet.client.data.Method
-
Sorts the given list of methods by name.
- SPANISH - Static variable in class org.restlet.client.data.Language
-
Spanish language.
- start() - Method in class org.restlet.client.Client
-
- start() - Method in class org.restlet.client.Restlet
-
Starts the Restlet.
- start() - Method in class org.restlet.client.service.Service
-
Starts the Restlet.
- start() - Method in class org.restlet.client.util.WrapperRestlet
-
- Status - Class in org.restlet.client.data
-
Status to return after handling a call.
- Status(int) - Constructor for class org.restlet.client.data.Status
-
Constructor.
- Status(int, String) - Constructor for class org.restlet.client.data.Status
-
Constructor.
- Status(int, String, String) - Constructor for class org.restlet.client.data.Status
-
Constructor.
- Status(int, String, String, String) - Constructor for class org.restlet.client.data.Status
-
Constructor.
- Status(int, Throwable) - Constructor for class org.restlet.client.data.Status
-
Constructor.
- Status(int, Throwable, String) - Constructor for class org.restlet.client.data.Status
-
Constructor.
- Status(int, Throwable, String, String) - Constructor for class org.restlet.client.data.Status
-
Constructor.
- Status(int, Throwable, String, String, String) - Constructor for class org.restlet.client.data.Status
-
Constructor.
- Status(Status, String) - Constructor for class org.restlet.client.data.Status
-
Constructor.
- Status(Status, String, String) - Constructor for class org.restlet.client.data.Status
-
Constructor.
- Status(Status, Throwable) - Constructor for class org.restlet.client.data.Status
-
Constructor.
- Status(Status, Throwable, String) - Constructor for class org.restlet.client.data.Status
-
Constructor.
- Status(Status, Throwable, String, String) - Constructor for class org.restlet.client.data.Status
-
Constructor.
- Status - Annotation Type in org.restlet.client.resource
-
Annotation for Throwable
that map to HTTP error statuses.
- stop() - Method in class org.restlet.client.Client
-
- stop() - Method in class org.restlet.client.Restlet
-
Stops the Restlet.
- stop() - Method in class org.restlet.client.service.Service
-
Stops the Restlet.
- stop() - Method in class org.restlet.client.util.WrapperRestlet
-
- StreamRepresentation - Class in org.restlet.client.representation
-
Representation based on a BIO stream.
- StreamRepresentation(MediaType) - Constructor for class org.restlet.client.representation.StreamRepresentation
-
Constructor.
- StringRepresentation - Class in org.restlet.client.representation
-
Represents an Unicode string that can be converted to any character set
supported by Java.
- StringRepresentation(char[]) - Constructor for class org.restlet.client.representation.StringRepresentation
-
Constructor.
- StringRepresentation(CharSequence) - Constructor for class org.restlet.client.representation.StringRepresentation
-
Constructor.
- StringRepresentation(CharSequence, Language) - Constructor for class org.restlet.client.representation.StringRepresentation
-
Constructor.
- StringRepresentation(CharSequence, MediaType) - Constructor for class org.restlet.client.representation.StringRepresentation
-
Constructor.
- StringRepresentation(CharSequence, MediaType, Language) - Constructor for class org.restlet.client.representation.StringRepresentation
-
Constructor.
- StringRepresentation(CharSequence, MediaType, Language, CharacterSet) - Constructor for class org.restlet.client.representation.StringRepresentation
-
Constructor.
- subList(int, int) - Method in class org.restlet.client.data.ReferenceList
-
Returns a view of the portion of this list between the specified
fromIndex, inclusive, and toIndex, exclusive.
- subList(int, int) - Method in class org.restlet.client.util.Series
-
Returns a view of the portion of this list between the specified
fromIndex, inclusive, and toIndex, exclusive.
- subList(String) - Method in class org.restlet.client.util.Series
-
Returns a list of all the values associated to the parameter name.
- subList(String, boolean) - Method in class org.restlet.client.util.Series
-
Returns a list of all the values associated to the parameter name.
- subList(int, int) - Method in class org.restlet.client.util.WrapperList
-
Returns a view of the portion of this list between the specified
fromIndex, inclusive, and toIndex, exclusive.
- SUCCESS_ACCEPTED - Static variable in class org.restlet.client.data.Status
-
The request has been accepted for processing, but the processing has not
been completed.
- SUCCESS_CREATED - Static variable in class org.restlet.client.data.Status
-
The request has been fulfilled and resulted in a new resource being
created.
- SUCCESS_MISC_PERSISTENT_WARNING - Static variable in class org.restlet.client.data.Status
-
Warning status code, optionally including arbitrary information to be
presented to a human user, typically returned by a cache.
- SUCCESS_MULTI_STATUS - Static variable in class org.restlet.client.data.Status
-
This response is used to inform the client that the HTTP response entity
contains a set of status codes generated during the method invocation.
- SUCCESS_NO_CONTENT - Static variable in class org.restlet.client.data.Status
-
The server has fulfilled the request but does not need to return an
entity-body (for example after a DELETE), and might want to return
updated meta-information.
- SUCCESS_NON_AUTHORITATIVE - Static variable in class org.restlet.client.data.Status
-
The request has succeeded but the returned meta-information in the
entity-header does not come from the origin server, but is gathered from
a local or a third-party copy.
- SUCCESS_OK - Static variable in class org.restlet.client.data.Status
-
The request has succeeded.
- SUCCESS_PARTIAL_CONTENT - Static variable in class org.restlet.client.data.Status
-
The server has fulfilled the partial GET request for the resource
assuming the request has included a Range header field indicating the
desired range.
- SUCCESS_RESET_CONTENT - Static variable in class org.restlet.client.data.Status
-
The server has fulfilled the request and the user agent SHOULD reset the
document view which caused the request to be sent.
- SUCCESS_TRANSFORMATION_APPLIED - Static variable in class org.restlet.client.data.Status
-
Warning status code, typically returned by a cache or a proxy, indicating
that the response has been transformed.