Uses of Class
ix.util.http.HttpServer

Packages that use HttpServer
ix.iserve The I-Serve agent and related classes. 
 

Uses of HttpServer in ix.iserve
 

Fields in ix.iserve declared as HttpServer
protected  HttpServer IServe.server
           
 

Methods in ix.iserve that return HttpServer
 HttpServer IServe.getHttpServer()
           
protected  HttpServer IServe.makeHttpServer(int port)
          Factory method called to create the http-server.
 

Methods in ix.iserve with parameters of type HttpServer
protected  void IServe.configureServer(HttpServer server)
          Configures the http-server before it's started.