> Add two static factory methods to com.sun.net.httpserver.Filter that 
> facilitate the creation of pre- and post-processing Filters: 
> 
> `public static Filter beforeResponse(String description, 
> Consumer<HttpExchange> filterImpl) {}`
> `public static Filter afterResponse(String description, 
> Consumer<HttpExchange> filterImpl) {}`

Julia Boes has updated the pull request incrementally with one additional 
commit since the last revision:

  update specs and small fix in test

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/3468/files
  - new: https://git.openjdk.java.net/jdk/pull/3468/files/823bce14..8751f654

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=3468&range=03
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=3468&range=02-03

  Stats: 54 lines in 2 files changed: 5 ins; 9 del; 40 mod
  Patch: https://git.openjdk.java.net/jdk/pull/3468.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/3468/head:pull/3468

PR: https://git.openjdk.java.net/jdk/pull/3468

Reply via email to