public interface FileStreamTransfer
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the name of the stream transfer provider to differ the stream provider from other active stream providers.
|
void |
receiveFrom(GeneralizedRequest request)
Receives information from request for further specification what to provide.
|
void |
writeToResponseOutputStream(GeneralizedRequest request,
HttpServletResponse response)
Writes the stream to the response output stream.
|
java.lang.String getName()
void receiveFrom(GeneralizedRequest request)
request
- the request starting the stream transfervoid writeToResponseOutputStream(GeneralizedRequest request, HttpServletResponse response)
request
- the request starting the stream transferresponse
- the servlet response to which the stream is to write toCopyright 1998-2023 Christoph Mueller, Kaerntner Str. 56, D-70469 Stuttgart, Germany, https://www.perpus.de