public class UploadListener extends Object implements OutputStreamListener
| Constructor and Description |
|---|
UploadListener(javax.servlet.http.HttpServletRequest request,
long debugDelay) |
| Modifier and Type | Method and Description |
|---|---|
void |
bytesRead(int bytesRead) |
void |
done() |
void |
error(String message) |
void |
start() |
public UploadListener(javax.servlet.http.HttpServletRequest request,
long debugDelay)
public void start()
start in interface OutputStreamListenerpublic void bytesRead(int bytesRead)
bytesRead in interface OutputStreamListenerpublic void error(String message)
error in interface OutputStreamListenerpublic void done()
done in interface OutputStreamListenerCopyright © 2019 B3Partners B.V.. All rights reserved.