Uses of Class
org.apache.http.client.utils.URIBuilder

Packages that use URIBuilder
org.apache.http.client.utils Helpers and utility classes for HttpClient
 

Uses of URIBuilder in org.apache.http.client.utils
 

Methods in org.apache.http.client.utils that return URIBuilder
 URIBuilder URIBuilder.addParameter(String param, String value)
          Adds a parameter-value pair to URI query.
 URIBuilder URIBuilder.removeQuery()
          Removes all query parameters.
 URIBuilder URIBuilder.setFragment(String fragment)
          Sets URI fragment.
 URIBuilder URIBuilder.setHost(String host)
          Sets URI host.
 URIBuilder URIBuilder.setParameter(String param, String value)
          Sets parameter-value pair to URI query removing existing parameters with the same name.
 URIBuilder URIBuilder.setPath(String path)
          Sets URI path.
 URIBuilder URIBuilder.setPort(int port)
          Sets URI port.
 URIBuilder URIBuilder.setQuery(String query)
          Set URI query.
 URIBuilder URIBuilder.setScheme(String scheme)
          Sets URI scheme.
 URIBuilder URIBuilder.setUserInfo(String userInfo)
          Sets URI user-info.
 URIBuilder URIBuilder.setUserInfo(String username, String password)
          Sets URI user-info in a form of 'username:password'.
 



Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.