Uses of Class
org.exoplatform.common.http.client.URI
-
Packages that use URI Package Description org.exoplatform.common.http.client -
-
Uses of URI in org.exoplatform.common.http.client
Fields in org.exoplatform.common.http.client declared as URI Modifier and Type Field Description protected URICookie2. comment_urlMethods in org.exoplatform.common.http.client that return URI Modifier and Type Method Description URICookie2. getCommentURL()URIHTTPResponse. getEffectiveURI()Get the final URI of the document.URIResponse. getEffectiveURI()get the final URI of the document.URIHTTPResponse. getOriginalURI()Get the original URI used in the request.Methods in org.exoplatform.common.http.client with parameters of type URI Modifier and Type Method Description booleanHTTPConnection. isCompatibleWith(URI uri)See if the given uri is compatible with this connection.voidResponse. setEffectiveURI(URI final_uri)set the final URI of the document.Constructors in org.exoplatform.common.http.client with parameters of type URI Constructor Description Cookie2(String name, String value, String domain, int[] port_list, String path, Date expires, boolean discard, boolean secure, String comment, URI comment_url)Create a cookie.HTTPConnection(URI uri)Constructs a connection to the host (port) as given in the uri.URI(URI base, String rel_uri)Constructs a URI from the given string representation, relative to the given base URI.
-