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