Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8267262: com/sun/net/httpserver/Filter improve API documentation of static methods #4085

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -210,7 +210,7 @@ public String description() {
* exchange or {@linkplain HttpExchange#sendResponseHeaders(int, long) send the response headers}.
* Doing so is likely to fail, since the exchange has commonly been handled
* before the {@code operation} is invoked. More specifically, the response
* will typically be sent before the filter {@code operation} is executed.
* may be sent before the filter {@code operation} is executed.
*
FrauBoes marked this conversation as resolved.
Show resolved Hide resolved
* <p> Example of adding a filter that logs the response code of all exchanges:
* <pre>{@code