public interface ScalabilitySupportFactory
ScalabilitySupport| Modifier and Type | Method and Description |
|---|---|
int |
getInitialBufferSize() |
int |
getMaximumOutputExceededHttpCode() |
long |
getMaximumOutputLength() |
SecondaryStorage |
getSecondaryStorage(javax.servlet.http.HttpServletRequest httpServletRequest)
If
hasCustomSecondaryStorage() returns true, then this method will be called to get a custom implementation
of SecondaryStorage from the host application. |
long |
getSecondaryStorageLimit() |
boolean |
hasCustomSecondaryStorage() |
boolean |
isMaxOutputLengthExceededThrown() |
int getInitialBufferSize()
long getMaximumOutputLength()
int getMaximumOutputExceededHttpCode()
boolean isMaxOutputLengthExceededThrown()
MaxOutputLengthExceeded
if the maximum output length is exceeded instead of sending back getMaximumOutputExceededHttpCode()long getSecondaryStorageLimit()
boolean hasCustomSecondaryStorage()
SecondaryStorage getSecondaryStorage(javax.servlet.http.HttpServletRequest httpServletRequest)
hasCustomSecondaryStorage() returns true, then this method will be called to get a custom implementation
of SecondaryStorage from the host application. This method will be invoked for every request if used.