Methods in com.faunos.skwish.ext.http that return SkwishHttpServer |
static SkwishHttpServer |
SkwishHttpServer.newDebugInstance(InetAddress host,
int port,
ExecutorService exec,
Logger logger)
Returns a new instance for debugging purposes. |
static SkwishHttpServer |
SkwishHttpServer.newDebugInstance(int port)
Returns a new instance for debugging purposes. |
static SkwishHttpServer |
SkwishHttpServer.newInstance(InetAddress host,
int port,
ExecutorService exec,
Logger logger)
Returns a new instance. |
static SkwishHttpServer |
SkwishHttpServer.newInstance(int port)
Returns a new instance with a cached thread pool and logger in this
class's hierarchical namespace. |