| Package | Description |
|---|---|
| com.devops4j.embedded.httpserver |
Provides a simple high-level Http server API, which can be used to build
embedded HTTP servers.
|
| com.devops4j.embedded.httpserver.impl |
| 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 © 2018. All rights reserved.