Class Request.Builder
java.lang.Object
com.soklet.core.Request.Builder
- Enclosing class:
Request
Builder used to construct instances of
Request
via Request.with(HttpMethod, String)
.
This class is intended for use by a single thread.
- Author:
- Mark Allen
-
Method Summary
Modifier and TypeMethodDescriptionbody
(byte[] body) build()
contentTooLarge
(Boolean contentTooLarge) httpMethod
(HttpMethod httpMethod) idGenerator
(IdGenerator idGenerator) multipartParser
(MultipartParser multipartParser) queryParameters
(Map<String, Set<String>> queryParameters)
-
Method Details
-
httpMethod
-
uri
-
id
-
idGenerator
-
multipartParser
-
queryParameters
-
headers
-
body
-
contentTooLarge
-
build
-