Interface InboundServletRewrite<IN extends ServletRequest,OUT extends ServletResponse>

All Superinterfaces:
InboundRewrite, Rewrite, ServletRewrite<IN,OUT>
All Known Subinterfaces:
HttpInboundServletRewrite

public interface InboundServletRewrite<IN extends ServletRequest,OUT extends ServletResponse> extends InboundRewrite, ServletRewrite<IN,OUT>
Immutable event propagated to registered RewriteLifecycleListener and RewriteProvider instances when an inbound as the rewrite lifecycle is executed.
Author:
Lincoln Baxter, III