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 | Class | Description |
---|---|---|
class |
HttpsExchange |
This class encapsulates a HTTPS request received and a
response to be generated in one exchange and defines
the extensions to HttpExchange that are specific to the HTTPS protocol.
|
Modifier and Type | Method | Description |
---|---|---|
abstract Authenticator.Result |
Authenticator.authenticate(HttpExchange exch) |
called to authenticate each incoming request.
|
Authenticator.Result |
BasicAuthenticator.authenticate(HttpExchange t) |
|
void |
Filter.Chain.doFilter(HttpExchange exchange) |
calls the next filter in the chain, or else
the users exchange handler, if this is the
final filter in the chain.
|
abstract void |
Filter.doFilter(HttpExchange exchange,
Filter.Chain chain) |
Asks this filter to pre/post-process the given exchange.
|
void |
HttpHandler.handle(HttpExchange exchange) |
Handle the given request and generate an appropriate response.
|
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, 2016, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b147-1