Interface RequestFilter

All Superinterfaces:
Function<ProxyRequest,ProxyResponse>

public interface RequestFilter extends Function<ProxyRequest,ProxyResponse>
Author:
pthomas3
  • Method Summary

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

    Methods inherited from interface java.util.function.Function

    andThen, apply, compose
  • Method Details