public class FileServerService extends SimpleFileServer implements PiccoloShutdownHook, Service
| Constructor and Description |
|---|
FileServerService(int port,
VirtualFileSystem fileSystem) |
FileServerService(int port,
VirtualFileSystem fileSystem,
boolean useSSL,
java.lang.String credentials) |
FileServerService(java.lang.String port,
VirtualFileSystem fileSystem,
java.lang.String useSSL,
java.lang.String credentials) |
| Modifier and Type | Method and Description |
|---|---|
void |
doShutdown() |
java.lang.String |
getServiceName() |
java.lang.String |
getServiceType() |
main, parseLine, readLine, run, setRequiredCredentials, setUseSSL, start, stopServeractiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, stop, stop, suspend, toString, yieldpublic FileServerService(int port,
VirtualFileSystem fileSystem)
public FileServerService(java.lang.String port,
VirtualFileSystem fileSystem,
java.lang.String useSSL,
java.lang.String credentials)
public FileServerService(int port,
VirtualFileSystem fileSystem,
boolean useSSL,
java.lang.String credentials)
public void doShutdown()
doShutdown in interface PiccoloShutdownHookpublic java.lang.String getServiceType()
getServiceType in interface Servicepublic java.lang.String getServiceName()
getServiceName in interface ServiceCopyright 2004-2015 Wandora Team