Class Request.RawBuilder
java.lang.Object
com.soklet.Request.RawBuilder
- Enclosing class:
Request
Builder used to construct instances of
Request via Request.withRawUrl(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)
-
Method Details
-
httpMethod
-
rawUrl
-
id
-
idGenerator
-
multipartParser
-
headers
-
body
-
contentTooLarge
-
build
-