Package | Description |
---|---|
com.sun.net.httpserver |
Provides a simple high-level Http server API, which can be used to build
embedded HTTP servers.
|
Modifier and Type | Method | Description |
---|---|---|
abstract HttpHandler |
HttpContext.getHandler() |
returns the handler for this context
|
Modifier and Type | Method | Description |
---|---|---|
abstract HttpContext |
HttpServer.createContext(String path,
HttpHandler handler) |
Creates a HttpContext.
|
abstract void |
HttpContext.setHandler(HttpHandler h) |
Sets the handler for this context, if not already set.
|
Constructor | Description |
---|---|
Chain(List<Filter> filters,
HttpHandler handler) |
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2005, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b153-2