public class ProxyLogHook extends java.lang.Object implements java.util.function.BiConsumer<HttpServerRequestContext,ProxyResponse>
Constructor and Description |
---|
ProxyLogHook(DispatchInfoMatcher<HttpServerRequestContext,java.util.Optional<Auth>> infoMatcher) |
Modifier and Type | Method and Description |
---|---|
void |
accept(HttpServerRequestContext context,
ProxyResponse response) |
public ProxyLogHook(DispatchInfoMatcher<HttpServerRequestContext,java.util.Optional<Auth>> infoMatcher)
public void accept(HttpServerRequestContext context, ProxyResponse response)
accept
in interface java.util.function.BiConsumer<HttpServerRequestContext,ProxyResponse>
Copyright © 2023. All Rights Reserved.