Restlet Framework 2.2.1
Google Web Toolkit

Uses of Class
org.restlet.client.data.Reference

Packages that use Reference
org.restlet.client Core classes of the API. 
org.restlet.client.data Information exchanged by components. 
org.restlet.client.representation Common representation data elements. 
org.restlet.client.resource Client and server resource classes. 
org.restlet.client.service Services used by applications and components. 
org.restlet.client.util Various utility classes. 
 

Uses of Reference in org.restlet.client
 

Methods in org.restlet.client that return Reference
 Reference Request.getHostRef()
          Returns the host reference.
 Reference Response.getLocationRef()
          Returns the location reference.
 Reference Request.getOriginalRef()
          Returns the original reference as requested by the client.
 Reference Request.getReferrerRef()
          Returns the referrer reference if available.
 Reference Request.getResourceRef()
          Returns the reference of the target resource.
 Reference Request.getRootRef()
          Returns the application root reference.
 

Methods in org.restlet.client with parameters of type Reference
 void Response.redirectPermanent(Reference targetRef)
          Permanently redirects the client to a target URI.
 void Response.redirectSeeOther(Reference targetRef)
          Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
 void Response.redirectTemporary(Reference targetRef)
          Temporarily redirects the client to a target URI.
 void Request.setHostRef(Reference hostRef)
          Sets the host reference.
 void Response.setLocationRef(Reference locationRef)
          Sets the reference that the client should follow for redirections or resource creations.
 void Request.setOriginalRef(Reference originalRef)
          Sets the original reference requested by the client.
 void Request.setReferrerRef(Reference referrerRef)
          Sets the referrer reference if available.
 void Request.setResourceRef(Reference resourceRef)
          Sets the target resource reference.
 void Request.setRootRef(Reference rootRef)
          Sets the application root reference.
 

Constructors in org.restlet.client with parameters of type Reference
Request(Method method, Reference resourceRef)
          Constructor.
Request(Method method, Reference resourceRef, Representation entity)
          Constructor.
 

Uses of Reference in org.restlet.client.data
 

Methods in org.restlet.client.data that return Reference
 Reference Reference.addQueryParameter(Parameter parameter)
          Adds a parameter to the query component.
 Reference Reference.addQueryParameter(String name, String value)
          Adds a parameter to the query component.
 Reference Reference.addQueryParameters(Iterable<Parameter> parameters)
          Adds several parameters to the query component.
 Reference Reference.addSegment(String value)
          Adds a segment at the end of the path.
 Reference Reference.getBaseRef()
          Returns the base reference for relative references.
 Reference ChallengeResponse.getDigestRef()
          Returns the Request.getResourceRef() value duplicated here in case a proxy changed it.
 Reference ReferenceList.getIdentifier()
          Returns the list identifier.
 Reference Reference.getParentRef()
          Returns the parent reference of a hierarchical reference.
 Reference Reference.getRelativeRef()
          Returns the current reference as a relative reference to the current base reference.
 Reference Reference.getRelativeRef(Reference base)
          Returns the current reference relatively to a base reference.
 Reference Reference.getTargetRef()
          Returns the target reference.
 Reference Reference.normalize()
          Normalizes the reference.
 

Methods in org.restlet.client.data that return types with arguments of type Reference
 List<Reference> ChallengeRequest.getDomainRefs()
          Returns the base URI references that collectively define the protected domains for the digest authentication.
 

Methods in org.restlet.client.data with parameters of type Reference
 Reference Reference.getRelativeRef(Reference base)
          Returns the current reference relatively to a base reference.
 boolean Reference.isEquivalentTo(Reference ref)
          Returns true if both reference are equivalent, meaning that they resolve to the same target reference.
 boolean Reference.isParent(Reference childRef)
          Indicates if the reference is a parent of the hierarchical child reference.
 void Reference.setBaseRef(Reference baseRef)
          Sets the base reference for relative references.
 void ChallengeResponse.setDigestRef(Reference digestRef)
          Sets the digest URI reference.
 void ReferenceList.setIdentifier(Reference identifier)
          Sets the list reference.
 

Method parameters in org.restlet.client.data with type arguments of type Reference
 void ChallengeRequest.setDomainRefs(List<Reference> domainRefs)
          Sets the URI references that define the protection domains for the digest authentication.
 

Constructors in org.restlet.client.data with parameters of type Reference
ChallengeResponse(ChallengeScheme scheme, Series<Parameter> parameters, String identifier, char[] secret, String secretAlgorithm, String realm, String quality, Reference digestRef, String digestAlgorithm, String opaque, String clientNonce, String serverNonce, int serverNounceCount, long timeIssued)
          Constructor.
Reference(Reference ref)
          Clone constructor.
Reference(Reference baseRef, Reference uriReference)
          Constructor from an URI reference (most likely relative).
Reference(Reference baseRef, String uriRef)
          Constructor from an URI reference (most likely relative).
Reference(Reference baseRef, String relativePart, String query, String fragment)
          Constructor of relative reference from its parts.
 

Constructor parameters in org.restlet.client.data with type arguments of type Reference
ReferenceList(List<Reference> delegate)
          Constructor.
 

Uses of Reference in org.restlet.client.representation
 

Methods in org.restlet.client.representation that return Reference
 Reference Variant.getLocationRef()
          Returns an optional location reference.
 

Methods in org.restlet.client.representation with parameters of type Reference
 void Variant.setLocationRef(Reference location)
          Sets the optional identifier.
 

Uses of Reference in org.restlet.client.resource
 

Methods in org.restlet.client.resource that return Reference
 Reference ClientResource.addQueryParameter(Parameter parameter)
          Adds a parameter to the query component.
 Reference ClientResource.addQueryParameter(String name, String value)
          Adds a parameter to the query component.
 Reference ClientResource.addQueryParameters(Iterable<Parameter> parameters)
          Adds several parameters to the query component.
 Reference ClientResource.addSegment(String value)
          Adds a segment at the end of the path.
 Reference Resource.getHostRef()
          Returns the host reference.
 Reference Resource.getLocationRef()
          Returns the reference that the client should follow for redirections or resource creations.
 Reference Resource.getOriginalRef()
          Returns the original reference as requested by the client.
 Reference Resource.getReference()
          Returns the URI reference.
 Reference Resource.getReferrerRef()
          Returns the referrer reference if available.
 Reference Resource.getRootRef()
          Returns the application root reference.
 

Methods in org.restlet.client.resource with parameters of type Reference
 ClientResource ClientResource.getChild(Reference relativeRef)
          Returns the child resource defined by its URI relatively to the current resource.
 void ClientResource.setHostRef(Reference hostRef)
          Sets the host reference.
 void ClientResource.setOriginalRef(Reference originalRef)
          Sets the original reference requested by the client.
 void ClientResource.setReference(Reference reference)
          Sets the resource's reference.
 void ClientResource.setReferrerRef(Reference referrerRef)
          Sets the referrer reference if available.
 

Method parameters in org.restlet.client.resource with type arguments of type Reference
protected  void ClientResource.handle(Request request, Response response, List<Reference> references, int retryAttempt, Uniform next)
          Handle the call and follow redirection for safe methods.
protected  void ClientResource.redirect(Request request, Response response, List<Reference> references, int retryAttempt, Uniform next)
          Effectively redirects a client call.
protected  void ClientResource.retry(Request request, Response response, List<Reference> references, int retryAttempt, Uniform next)
          Effectively retries a failed client call.
 

Constructors in org.restlet.client.resource with parameters of type Reference
ClientResource(Context context, Method method, Reference reference)
          Constructor.
ClientResource(Context context, Reference reference)
          Constructor.
ClientResource(Method method, Reference reference)
          Constructor.
ClientResource(Reference reference)
          Constructor.
 

Uses of Reference in org.restlet.client.service
 

Methods in org.restlet.client.service that return Reference
 Reference StatusService.getHomeRef()
          Returns the home URI to propose in case of error.
 

Methods in org.restlet.client.service with parameters of type Reference
 void StatusService.setHomeRef(Reference homeRef)
          Sets the home URI to propose in case of error.
 

Uses of Reference in org.restlet.client.util
 

Methods in org.restlet.client.util that return Reference
 Reference WrapperRequest.getHostRef()
          Returns the host reference.
 Reference WrapperRepresentation.getLocationRef()
           
 Reference WrapperResponse.getLocationRef()
          Returns the reference that the client should follow for redirections or resource creations.
 Reference WrapperRequest.getOriginalRef()
           
 Reference WrapperRequest.getReferrerRef()
          Returns the referrer reference if available.
 Reference WrapperRequest.getResourceRef()
          Returns the reference of the target resource.
 Reference WrapperRequest.getRootRef()
          Returns the application root reference.
 

Methods in org.restlet.client.util with parameters of type Reference
 void WrapperResponse.redirectPermanent(Reference targetRef)
          Permanently redirects the client to a target URI.
 void WrapperResponse.redirectSeeOther(Reference targetRef)
          Redirects the client to a different URI that SHOULD be retrieved using a GET method on that resource.
 void WrapperResponse.redirectTemporary(Reference targetRef)
          Temporarily redirects the client to a target URI.
 void WrapperRequest.setHostRef(Reference hostRef)
          Sets the host reference.
 void WrapperRepresentation.setLocationRef(Reference location)
           
 void WrapperResponse.setLocationRef(Reference locationRef)
          Sets the reference that the client should follow for redirections or resource creations.
 void WrapperRequest.setOriginalRef(Reference originalRef)
           
 void WrapperRequest.setReferrerRef(Reference referrerRef)
          Sets the referrer reference if available.
 void WrapperRequest.setResourceRef(Reference resourceRef)
          Sets the target resource reference.
 void WrapperRequest.setRootRef(Reference rootRef)
          Sets the application root reference.
 


Restlet Framework 2.2.1
Google Web Toolkit

Copyright © 2005-2014 Restlet.