Package io.milton.resource
Interface BufferingControlResource
- All Superinterfaces:
GetableResource,Resource
Specialisation of GetableResource which allows more precise control over
whether or not content is buffered
-
Method Summary
Modifier and TypeMethodDescriptionTrue indicates that content will always be buffered, false that it never will, and null means to use default mechanismMethods inherited from interface io.milton.resource.GetableResource
getContentLength, getContentType, getMaxAgeSeconds, sendContentMethods inherited from interface io.milton.resource.Resource
authenticate, authorise, checkRedirect, getModifiedDate, getName, getRealm, getUniqueId
-
Method Details
-
isBufferingRequired
Boolean isBufferingRequired()True indicates that content will always be buffered, false that it never will, and null means to use default mechanism- Returns:
-