Package org.eclipse.jetty.client.util
Class FormContentProvider
- java.lang.Object
-
- org.eclipse.jetty.client.util.AbstractTypedContentProvider
-
- org.eclipse.jetty.client.util.BytesContentProvider
-
- org.eclipse.jetty.client.util.StringContentProvider
-
- org.eclipse.jetty.client.util.FormContentProvider
-
- All Implemented Interfaces:
Iterable<ByteBuffer>,ContentProvider,ContentProvider.Typed
@Deprecated(since="2021-05-27") public class FormContentProvider extends StringContentProvider
Deprecated.The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.AContentProviderfor form uploads with the "application/x-www-form-urlencoded" content type.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.client.api.ContentProvider
ContentProvider.Typed
-
-
Constructor Summary
Constructors Constructor Description FormContentProvider(Fields fields)Deprecated.FormContentProvider(Fields fields, Charset charset)Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Stringconvert(Fields fields)Deprecated.static Stringconvert(Fields fields, Charset charset)Deprecated.-
Methods inherited from class org.eclipse.jetty.client.util.BytesContentProvider
getLength, isReproducible, iterator
-
Methods inherited from class org.eclipse.jetty.client.util.AbstractTypedContentProvider
getContentType
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-