Uses of Class
HTTPClient.URI

Packages that use URI
HTTPClient This package provides a complete http client library. 
wttools.protocols.extend   
 

Uses of URI in HTTPClient
 

Fields in HTTPClient declared as URI
protected  URI Cookie2.comment_url
           
 

Methods in HTTPClient that return URI
 URI Cookie2.getCommentURL()
           
 URI HTTPResponse.getOriginalURI()
          Get the original URI used in the request.
 URI HTTPResponse.getEffectiveURI()
          Get the final URI of the document.
 URI Response.getEffectiveURI()
          get the final URI of the document.
 

Methods in HTTPClient with parameters of type URI
 boolean HTTPConnection.isCompatibleWith(URI uri)
          See if the given uri is compatible with this connection.
 void Response.setEffectiveURI(URI final_uri)
          set the final URI of the document.
 

Constructors in HTTPClient with parameters of type URI
Cookie2(java.lang.String name, java.lang.String value, java.lang.String domain, int[] port_list, java.lang.String path, java.util.Date expires, boolean discard, boolean secure, java.lang.String comment, URI comment_url)
          Create a cookie.
URI(URI base, java.lang.String rel_uri)
          Constructs a URI from the given string representation, relative to the given base URI.
HTTPConnection(URI uri)
          Constructs a connection to the host (port) as given in the uri.
 

Uses of URI in wttools.protocols.extend
 

Fields in wttools.protocols.extend declared as URI
protected  URI ExtendURI.uri
           
 



Copyright © GNU, wttools developers Team.