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 TypeMethodDescriptionbuild()contentTooLarge(@Nullable Boolean contentTooLarge) httpMethod(@NonNull HttpMethod httpMethod) idGenerator(@Nullable IdGenerator idGenerator) multipartParser(@Nullable MultipartParser multipartParser) remoteAddress(@Nullable InetSocketAddress remoteAddress)
-
Method Details
-
httpMethod
-
path
-
id
-
idGenerator
-
multipartParser
-
queryParameters
-
headers
-
remoteAddress
-
body
-
contentTooLarge
-
build
-