Interface FileTransferHandler
-
- All Superinterfaces:
UrlHandler
- All Known Implementing Classes:
FileTransferHandlerImpl
public interface FileTransferHandler extends UrlHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanregisterFile(File file, String id, long validForTime, TimeUnit timeUnit, String validForUser, String instanceId, boolean temp, boolean waitForFile, String overwriteDetails)-
Methods inherited from interface org.webswing.server.base.UrlHandler
checkMasterPermission, checkPermission, destroy, getFullPathMapping, getLastModified, getPathMapping, getRootHandler, getSecuredPath, getSecurityProvider, getServletContext, getUser, init, registerChildUrlHandler, registerFirstChildUrlHandler, removeChildUrlHandler, serve
-
-