Uses of Class
org.eclipse.jetty.util.Fields
-
Packages that use Fields Package Description org.eclipse.jetty.client Jetty Client : Implementation and Core Classes This package provides APIs, utility classes and an implementation of an asynchronous HTTP client.org.eclipse.jetty.client.api Jetty Client : API Classesorg.eclipse.jetty.client.util Jetty Client : Utility Classesorg.eclipse.jetty.util Jetty Util : Common Utility Classes -
-
Uses of Fields in org.eclipse.jetty.client
Methods in org.eclipse.jetty.client that return Fields Modifier and Type Method Description Fields
HttpRequest. getParams()
Methods in org.eclipse.jetty.client with parameters of type Fields Modifier and Type Method Description ContentResponse
HttpClient. FORM(java.lang.String uri, Fields fields)
Performs a POST request to the specified URI with the given form parameters.ContentResponse
HttpClient. FORM(java.net.URI uri, Fields fields)
Performs a POST request to the specified URI with the given form parameters. -
Uses of Fields in org.eclipse.jetty.client.api
Methods in org.eclipse.jetty.client.api that return Fields Modifier and Type Method Description Fields
Request. getParams()
-
Uses of Fields in org.eclipse.jetty.client.util
Methods in org.eclipse.jetty.client.util with parameters of type Fields Modifier and Type Method Description static java.lang.String
FormContentProvider. convert(Fields fields)
static java.lang.String
FormContentProvider. convert(Fields fields, java.nio.charset.Charset charset)
Constructors in org.eclipse.jetty.client.util with parameters of type Fields Constructor Description FormContentProvider(Fields fields)
FormContentProvider(Fields fields, java.nio.charset.Charset charset)
-
Uses of Fields in org.eclipse.jetty.util
Constructors in org.eclipse.jetty.util with parameters of type Fields Constructor Description Fields(Fields original, boolean immutable)
-