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 and Description |
---|---|
abstract HttpHandler |
HttpContext.getHandler()
returns the handler for this context
|
Modifier and Type | Method and 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 and Description |
---|
Chain(List<Filter> filters,
HttpHandler handler) |
Copyright © 2005, 2015, Oracle and/or its affiliates. All rights reserved.