Module org.eclipse.jetty.http
Package org.eclipse.jetty.http
Class MultiPartByteRanges.InputStreamContentSource
java.lang.Object
org.eclipse.jetty.io.content.InputStreamContentSource
org.eclipse.jetty.http.MultiPartByteRanges.InputStreamContentSource
- All Implemented Interfaces:
org.eclipse.jetty.io.Content.Source
- Enclosing class:
MultiPartByteRanges
public static class MultiPartByteRanges.InputStreamContentSource
extends org.eclipse.jetty.io.content.InputStreamContentSource
A specialized InputStreamContentSource
whose content is sliced by a byte range.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Content.Source
org.eclipse.jetty.io.Content.Source.Factory -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.jetty.io.content.InputStreamContentSource
demand, fail, fillBufferFromInputStream, readMethods 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
fail, getLength, rewind
-
Constructor Details
-
InputStreamContentSource
-