Class Request.PathBuilder
java.lang.Object
com.soklet.Request.PathBuilder
- Enclosing class:
Request
Builder used to construct instances of
Request via Request.withPath(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
-
path
-
id
-
idGenerator
-
multipartParser
-
queryParameters
@Nonnull public Request.PathBuilder queryParameters(@Nullable Map<String, Set<String>> queryParameters) -
headers
-
body
-
contentTooLarge
-
build
-