Uses of Interface
com.faunos.util.net.http.ResponseFactoryConfig

Packages that use ResponseFactoryConfig
com.faunos.skwish.ext.http An experimental read-only HTTP interface to skwish is provided here. 
com.faunos.util.net.http A skeletal implementation of a simple non-blocking HTTP server. 
com.faunos.util.net.http.file Support for serving files over HTTP. 
 

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

Classes in com.faunos.skwish.ext.http that implement ResponseFactoryConfig
 class SkwishHttpServer
          An HTTP server with convenience methods for setting up skwish stores and serving entries from them.
 

Uses of ResponseFactoryConfig in com.faunos.util.net.http
 

Classes in com.faunos.util.net.http that implement ResponseFactoryConfig
 class Caroon
          The Caroon HTTP server.
 class ResponseFactorySwitch
          A thread-safe, ResponseFactory configuration utility.
 

Uses of ResponseFactoryConfig in com.faunos.util.net.http.file
 

Methods in com.faunos.util.net.http.file with parameters of type ResponseFactoryConfig
static FileResponseFactory FileResponseFactory.getInstance(ResponseFactoryConfig config, String uriMountPoint)
          Returns the instance configured at the specified uriMountPoint, if any.
static FileResponseFactory FileResponseFactory.newInstance(ResponseFactoryConfig config, String uriMountPoint, File root)
          Creates a new instance configured at the specified URI mount point, with the given root directory.
static FileResponseFactory FileResponseFactory.newInstance(ResponseFactoryConfig config, String uriMountPoint, File root, MimeMap mimeMap, FileFilter filter)
          Creates a new instance configured at the specified URI mount point, with the given root directory.
 

Constructors in com.faunos.util.net.http.file with parameters of type ResponseFactoryConfig
FileResponseFactory(String uriMountPoint, File root, MimeMap mimeMap, FileFilter filter, ResponseFactoryConfig config)
           
 



SourceForge.net Logo