| 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 | Method and Description |
|---|---|
abstract HttpContext |
HttpServer.createContext(String path)
Creates a HttpContext without initially specifying a handler.
|
abstract HttpContext |
HttpServer.createContext(String path,
HttpHandler handler)
Creates a HttpContext.
|
abstract HttpContext |
HttpExchange.getHttpContext()
Get the HttpContext for this exchange
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
HttpServer.removeContext(HttpContext context)
Removes the given context from the server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HttpsServerImpl.removeContext(HttpContext context) |
void |
HttpServerImpl.removeContext(HttpContext context) |
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.