Package com.mastfrog.netty.http.client
Interface RequestInterceptor
public interface RequestInterceptor
Object which can be attached to an HttpClient which intercept all requests
and can modify them before they are sent
- Author:
- Tim Boudreau
-
Method Summary
Modifier and TypeMethodDescriptionio.netty.handler.codec.http.HttpRequestintercept(io.netty.handler.codec.http.HttpRequest req)
-
Method Details
-
intercept
io.netty.handler.codec.http.HttpRequest intercept(io.netty.handler.codec.http.HttpRequest req)
-