Uses of Class
org.eclipse.jetty.util.Fields
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Security : Authenticators and Callbacks
Jetty Server : Core Server API
Jetty Util : Common Utility Classes
-
Uses of Fields in org.eclipse.jetty.client
Modifier and TypeMethodDescriptionstatic String
static String
Performs a POST request to the specified URI with the given form parameters.Performs a POST request to the specified URI with the given form parameters.ModifierConstructorDescriptionFormRequestContent
(Fields fields) FormRequestContent
(Fields fields, Charset charset) -
Uses of Fields in org.eclipse.jetty.client.transport
-
Uses of Fields in org.eclipse.jetty.ee10.servlet
Modifier and TypeFieldDescriptionprotected Fields
ServletApiRequest._contentParameters
protected Fields
ServletApiRequest._queryParameters
-
Uses of Fields in org.eclipse.jetty.security.authentication
Modifier and TypeMethodDescriptionprotected Fields
FormAuthenticator.getParameters
(Request request) -
Uses of Fields in org.eclipse.jetty.security.openid
Modifier and TypeMethodDescriptionprotected Fields
OpenIdAuthenticator.getParameters
(Request request) -
Uses of Fields in org.eclipse.jetty.server
Modifier and TypeMethodDescriptionstatic Fields
Request.extractQueryParameters
(Request request) static Fields
Request.extractQueryParameters
(Request request, Charset charset) static Fields
Get the Fields from a request.static Fields
Get the Fields from a request.static Fields
Request.getParameters
(Request request) protected Fields
FormFields.parse
(Content.Chunk chunk) Modifier and TypeMethodDescriptionstatic CompletableFuture<Fields>
Deprecated, for removal: This API element is subject to removal in a future version.static CompletableFuture<Fields>
Deprecated, for removal: This API element is subject to removal in a future version.static CompletableFuture<Fields>
Deprecated, for removal: This API element is subject to removal in a future version.static CompletableFuture<Fields>
Deprecated, for removal: This API element is subject to removal in a future version.static CompletableFuture<Fields>
Deprecated, for removal: This API element is subject to removal in a future version.static CompletableFuture<Fields>
Request.getParametersAsync
(Request request) Modifier and TypeMethodDescriptionstatic void
FormFields.onFields
(Request request, Charset charset, Promise.Invocable<Fields> promise) Asynchronously read and parse FormFields from aRequest
.static void
FormFields.onFields
(Request request, Promise.Invocable<Fields> promise) Asynchronously read and parse FormFields from aRequest
.static void
FormFields.set
(Request request, CompletableFuture<Fields> fields) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Fields in org.eclipse.jetty.util
Modifier and TypeMethodDescriptionvoid
static Fields
Combine two Fieldsstatic void
UrlEncoded.decodeUtf8To
(String uri, int offset, int length, Fields fields) Decodes URI query parameters into aFields
instance.static void
UrlEncoded.decodeUtf8To
(String query, Fields fields) Decodes URI query parameters into aFields
instance.