Class HttpContentRangeWriter
- java.lang.Object
-
- org.eclipse.jetty.server.resource.HttpContentRangeWriter
-
public class HttpContentRangeWriter extends java.lang.Object
Range Writer selection for HttpContent
-
-
Constructor Summary
Constructors Constructor Description HttpContentRangeWriter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static RangeWriter
newRangeWriter(HttpContent content)
Obtain a new RangeWriter for the supplied HttpContent.
-
-
-
Method Detail
-
newRangeWriter
public static RangeWriter newRangeWriter(HttpContent content)
Obtain a new RangeWriter for the supplied HttpContent.- Parameters:
content
- the HttpContent to base RangeWriter on- Returns:
- the RangeWriter best suited for the supplied HttpContent
-
-