Uses of Class
org.exoplatform.common.http.client.URI
Packages that use URI
-
Uses of URI in org.exoplatform.common.http.client
Fields in org.exoplatform.common.http.client declared as URIMethods in org.exoplatform.common.http.client that return URIModifier and TypeMethodDescriptionCookie2.getCommentURL()final URIHTTPResponse.getEffectiveURI()Get the final URI of the document.final URIResponse.getEffectiveURI()get the final URI of the document.final URIHTTPResponse.getOriginalURI()Get the original URI used in the request.Methods in org.exoplatform.common.http.client with parameters of type URIModifier and TypeMethodDescriptionbooleanHTTPConnection.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 URIModifierConstructorDescriptionCookie2(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.Constructs a URI from the given string representation, relative to the given base URI.