Package org.lightcouch
Class URIBuilder
java.lang.Object
org.lightcouch.URIBuilder
Helper class for construction of HTTP request URIs.
- Since:
- 0.0.2
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
static URIBuilder
buildUri()
static URIBuilder
pathEncoded
(String path) port
(int port)
-
Field Details
-
scheme
-
host
-
port
private int port -
path
-
params
-
-
Constructor Details
-
URIBuilder
URIBuilder()
-
-
Method Details
-
buildUri
-
buildUri
-
scheme
-
host
-
port
-
path
-
pathEncoded
-
query
-
query
-
build
-