Class BytesRequestContent
java.lang.Object
org.eclipse.jetty.io.content.ByteBufferContentSource
org.eclipse.jetty.client.ByteBufferRequestContent
org.eclipse.jetty.client.BytesRequestContent
- All Implemented Interfaces:
Request.Content, org.eclipse.jetty.io.Content.Source
- Direct Known Subclasses:
StringRequestContent
A
Request.Content for byte arrays.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Content.Source
org.eclipse.jetty.io.Content.Source.Factory -
Constructor Summary
ConstructorsConstructorDescriptionBytesRequestContent(byte[]... bytes) BytesRequestContent(String contentType, byte[]... bytes) -
Method Summary
Methods inherited from class ByteBufferRequestContent
getContentTypeMethods inherited from class org.eclipse.jetty.io.content.ByteBufferContentSource
demand, fail, getByteBuffers, getLength, read, rewindMethods inherited from class 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
-
BytesRequestContent
public BytesRequestContent(byte[]... bytes) -
BytesRequestContent
-