Package | Description |
---|---|
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 |
Modifier and Type | Class and Description |
---|---|
class |
HttpServer
This class implements a simple HTTP server.
|
class |
HttpsServer
This class is an extension of
HttpServer which provides
support for HTTPS. |
Modifier and Type | Method and Description |
---|---|
HttpHost |
HttpServer.createVirtualHost(String pattern)
Creates a virtual host with the given pattern.
|
Modifier and Type | Method and Description |
---|---|
void |
HttpServer.removeVirtualHost(HttpHost host)
Remove the given virtual host from the server.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpServerImpl |
class |
HttpsServerImpl |
Copyright © 2013 JBoss by Red Hat. All rights reserved.