Java com.google.gwt.http.client UrlBuilder fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.http.client UrlBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.http.client UrlBuilder.

The text is from its open source code.

Subclass

com.google.gwt.http.client.UrlBuilder has subclasses.
Click this link to see all its subclasses.

Implementation

com.google.gwt.http.client.UrlBuilder has the following implementations.
Click this link to see all its implementation.

Field

intPORT_UNSPECIFIED
The port to use when no port should be specified.

Constructor

Method

StringbuildString()
Build the URL and return it as an encoded string.
UrlBuilderremoveParameter(String name)
Remove a query parameter from the map.
UrlBuildersetHash(String hash)
Set the hash portion of the location (ex.
UrlBuildersetHost(String host)
Set the host portion of the location (ex.
UrlBuildersetParameter(String key, String... values)

Set a query parameter to a list of values.

UrlBuildersetPath(String path)
Set the path portion of the location (ex.
UrlBuildersetPort(int port)
Set the port to connect to.
UrlBuildersetProtocol(String protocol)
Set the protocol portion of the location (ex.