java.lang.Object
net.anwiba.commons.http.RequestBuilder
-
Method Summary
Modifier and TypeMethodDescriptionauthentication(String userName, String password) build()content(byte[] content) contentCharacterSet(String contentCharacterSetName) contentMimeType(String mimeType) forcedAuthentication(String userName, String password) static RequestBuilderheader(IParameter parameter) static RequestBuilderpreemptiveAuthentication(String userName, String password) query(Iterable<IParameter> parameters) query(IParameter parameter)
-
Method Details
-
get
-
post
-
authentication
-
preemptiveAuthentication
-
forcedAuthentication
-
query
-
query
-
header
-
header
-
connectionClose
-
connectionKeepAlive
-
content
-
contentCharacterSet
-
contentMimeType
-
cacheTime
-
build
- Throws:
CreationException
-
query
-