| Package | Description |
|---|---|
| com.sun.net.httpserver |
Provides a simple high-level Http server API, which can be used to build
embedded HTTP servers.
|
| sun.net.httpserver |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
Filter.doFilter(HttpExchange exchange,
Filter.Chain chain)
Asks this filter to pre/post-process the given exchange.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthFilter.doFilter(HttpExchange t,
Filter.Chain chain)
The filter's implementation, which is invoked by the server
|
Copyright © 2014. All rights reserved.