|
Lightweight HTTP Server 1.0.0.Beta1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpHost | |
---|---|
org.jboss.com.sun.net.httpserver | Provides a simple high-level Http server API, which can be used to build embedded HTTP servers. |
org.jboss.sun.net.httpserver |
Uses of HttpHost in org.jboss.com.sun.net.httpserver |
---|
Subclasses of HttpHost in org.jboss.com.sun.net.httpserver | |
---|---|
class |
HttpServer
This class implements a simple HTTP server. |
class |
HttpsServer
This class is an extension of HttpServer which provides
support for HTTPS. |
Methods in org.jboss.com.sun.net.httpserver that return HttpHost | |
---|---|
HttpHost |
HttpServer.createVirtualHost(String pattern)
Creates a virtual host with the given pattern. |
Methods in org.jboss.com.sun.net.httpserver with parameters of type HttpHost | |
---|---|
void |
HttpServer.removeVirtualHost(HttpHost host)
Remove the given virtual host from the server. |
Uses of HttpHost in org.jboss.sun.net.httpserver |
---|
Subclasses of HttpHost in org.jboss.sun.net.httpserver | |
---|---|
class |
HttpServerImpl
|
class |
HttpsServerImpl
|
|
Lightweight HTTP Server 1.0.0.Beta1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |