Class FormRequestContent
java.lang.Object
org.eclipse.jetty.io.content.ByteBufferContentSource
org.eclipse.jetty.client.ByteBufferRequestContent
org.eclipse.jetty.client.BytesRequestContent
org.eclipse.jetty.client.StringRequestContent
org.eclipse.jetty.client.FormRequestContent
- All Implemented Interfaces:
Request.Content,org.eclipse.jetty.io.Content.Source
A Request.Content for form uploads with the
"application/x-www-form-urlencoded" content type.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Content.Source
org.eclipse.jetty.io.Content.Source.Factory -
Constructor Summary
ConstructorsConstructorDescriptionFormRequestContent(org.eclipse.jetty.util.Fields fields) FormRequestContent(org.eclipse.jetty.util.Fields fields, Charset charset) -
Method Summary
Methods inherited from class org.eclipse.jetty.client.ByteBufferRequestContent
getContentTypeMethods inherited from class org.eclipse.jetty.io.content.ByteBufferContentSource
demand, fail, getByteBuffers, getLength, read, rewindMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.jetty.io.Content.Source
demand, fail, fail, getLength, read, rewind
-
Constructor Details
-
FormRequestContent
public FormRequestContent(org.eclipse.jetty.util.Fields fields) -
FormRequestContent
-
-
Method Details
-
convert
-
convert
-