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 Type
    Method
    Description
    io.netty.handler.codec.http.HttpRequest
    intercept(io.netty.handler.codec.http.HttpRequest req)
     
  • Method Details

    • intercept

      io.netty.handler.codec.http.HttpRequest intercept(io.netty.handler.codec.http.HttpRequest req)