Class FormFields

java.lang.Object
java.util.concurrent.CompletableFuture<org.eclipse.jetty.util.Fields>
org.eclipse.jetty.io.content.ContentSourceCompletableFuture<org.eclipse.jetty.util.Fields>
org.eclipse.jetty.server.FormFields
All Implemented Interfaces:
Runnable, CompletionStage<org.eclipse.jetty.util.Fields>, Future<org.eclipse.jetty.util.Fields>, org.eclipse.jetty.util.thread.Invocable, org.eclipse.jetty.util.thread.Invocable.Task

public class FormFields extends org.eclipse.jetty.io.content.ContentSourceCompletableFuture<org.eclipse.jetty.util.Fields>

A CompletableFuture that is completed once a application/x-www-form-urlencoded content has been parsed asynchronously from the Content.Source.

Specification.