Uses of Class
com.bbn.openmap.util.http.HttpServer

Packages that use HttpServer
com.bbn.openmap.image This package has classes that provide image creation and manipulation capabilities. 
com.bbn.openmap.util.http Provides some utility classes for serving data via the HTTP protocol. 
 

Uses of HttpServer in com.bbn.openmap.image
 

Fields in com.bbn.openmap.image declared as HttpServer
protected  HttpServer SimpleHttpImageServer.httpd
           
 

Uses of HttpServer in com.bbn.openmap.util.http
 

Fields in com.bbn.openmap.util.http declared as HttpServer
protected  HttpServer HttpConnection.server
           
 

Constructors in com.bbn.openmap.util.http with parameters of type HttpServer
HttpConnection(java.net.Socket client_socket, HttpServer server)
          Initialize the input Reader and output Writer and start the connection thread.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details