Class HttpContentRangeWriter
java.lang.Object
org.eclipse.jetty.server.resource.HttpContentRangeWriter
Range Writer selection for HttpContent
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RangeWriter
newRangeWriter
(HttpContent content) Obtain a new RangeWriter for the supplied HttpContent.
-
Constructor Details
-
HttpContentRangeWriter
public HttpContentRangeWriter()
-
-
Method Details
-
newRangeWriter
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
-