|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||