Uses of Class
org.alfresco.repo.web.scripts.TempOutputStream
-
Packages that use TempOutputStream Package Description org.alfresco.repo.web.scripts org.alfresco.rest.framework.webscripts -
-
Uses of TempOutputStream in org.alfresco.repo.web.scripts
Methods in org.alfresco.repo.web.scripts that return types with arguments of type TempOutputStream Modifier and Type Method Description static Supplier<TempOutputStream>
TempOutputStream. factory(File tempDir, int memoryThreshold, long maxContentSize, boolean encrypt)
Creates aTempOutputStream
factory/supplier.Constructor parameters in org.alfresco.repo.web.scripts with type arguments of type TempOutputStream Constructor Description BufferedRequest(org.springframework.extensions.webscripts.WebScriptRequest req, Supplier<TempOutputStream> streamFactory)
BufferedResponse(org.springframework.extensions.webscripts.WebScriptResponse res, int bufferSize, Supplier<TempOutputStream> streamFactory)
Construct -
Uses of TempOutputStream in org.alfresco.rest.framework.webscripts
Fields in org.alfresco.rest.framework.webscripts with type parameters of type TempOutputStream Modifier and Type Field Description protected Supplier<TempOutputStream>
ApiWebScript. streamFactory
Method parameters in org.alfresco.rest.framework.webscripts with type arguments of type TempOutputStream Modifier and Type Method Description void
ApiWebScript. setStreamFactory(Supplier<TempOutputStream> streamFactory)
-