## Static method (use this):
## HttpDaemon$start(rootPaths=NULL, port=8080, default="^index[.](html|.*)$", ...)## Don't use the below:
## S3 method for class 'HttpDaemon':
start(x, rootPaths=NULL, port=8080, default="^index[.](html|.*)$", ...)
NULL
, the preset paths will be used,
cf.
*setRootPaths()
.
*isStarted()
.
*stop()
.
*restart()
.
For more information see HttpDaemon
.