Uses of Class
com.faunos.skwish.ext.http.SkwishHttpServer

Packages that use SkwishHttpServer
com.faunos.skwish.ext.http An experimental read-only HTTP interface to skwish is provided here. 
 

Uses of SkwishHttpServer in com.faunos.skwish.ext.http
 

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.
 



SourceForge.net Logo