@Immutable
public final class HttpFilter
extends com.sun.net.httpserver.Filter
| Constructor and Description |
|---|
HttpFilter(String description,
IOBiConsumer<com.sun.net.httpserver.HttpExchange,com.sun.net.httpserver.Filter.Chain> filter) |
| Modifier and Type | Method and Description |
|---|---|
String |
description() |
void |
doFilter(com.sun.net.httpserver.HttpExchange httpExchange,
com.sun.net.httpserver.Filter.Chain chain) |
String |
toString() |
public HttpFilter(@Nonnull String description, @Nonnull IOBiConsumer<com.sun.net.httpserver.HttpExchange,com.sun.net.httpserver.Filter.Chain> filter)
public void doFilter(com.sun.net.httpserver.HttpExchange httpExchange,
com.sun.net.httpserver.Filter.Chain chain)
throws IOException
doFilter in class com.sun.net.httpserver.FilterIOExceptionpublic String description()
description in class com.sun.net.httpserver.FilterCopyright © 2012–2016 MARID software development group. All rights reserved.