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, stopServer
activeCount, 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, yield
public 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 PiccoloShutdownHook
public java.lang.String getServiceType()
getServiceType
in interface Service
public java.lang.String getServiceName()
getServiceName
in interface Service
Copyright 2004-2015 Wandora Team