Class PathRequestContent

java.lang.Object
org.eclipse.jetty.io.content.PathContentSource
org.eclipse.jetty.client.PathRequestContent
All Implemented Interfaces:
Request.Content, Content.Source

public class PathRequestContent extends PathContentSource implements Request.Content

A Request.Content for files using JDK 7's java.nio.file APIs.

It is possible to specify a buffer size used to read content from the stream, by default 4096 bytes, whether the buffer should be direct or not, and a ByteBufferPool from which ByteBuffers will be acquired to read from the Path.