Class Request.Copier
java.lang.Object
com.soklet.Request.Copier
- Enclosing class:
Request
Builder used to copy instances of
Request via Request.copy().
This class is intended for use by a single thread.
- Author:
- Mark Allen
-
Method Summary
Modifier and TypeMethodDescriptioncontentTooLarge(@Nullable Boolean contentTooLarge) finish()httpMethod(@NonNull HttpMethod httpMethod) queryParameters(@NonNull Consumer<Map<@NonNull String, @NonNull Set<@NonNull String>>> queryParametersConsumer) remoteAddress(@Nullable InetSocketAddress remoteAddress)
-
Method Details
-
httpMethod
-
path
-
id
-
queryParameters
-
queryParameters
-
headers
-
remoteAddress
-
headers
-
body
-
contentTooLarge
-
finish
-