Interface ResponseFilter

All Superinterfaces:
Function<ProxyResponse,ProxyResponse>, UnaryOperator<ProxyResponse>

public interface ResponseFilter extends UnaryOperator<ProxyResponse>
Author:
pthomas3
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(ProxyContext context, io.netty.handler.codec.http.FullHttpRequest request, io.netty.handler.codec.http.FullHttpResponse response)
     

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose
  • Method Details

    • apply

      default ProxyResponse apply(ProxyContext context, io.netty.handler.codec.http.FullHttpRequest request, io.netty.handler.codec.http.FullHttpResponse response)