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 void |
Filter.doFilter(HttpExchange exchange,
Filter.Chain chain)
Asks this filter to pre/post-process the given exchange.
|
Copyright © 2005, 2015, Oracle and/or its affiliates. All rights reserved.