org.eclipse.jetty.rewrite.handler
接口 Rule.ApplyURI

所有已知实现类:
RewritePatternRule, RewriteRegexRule
包容类:
Rule

public static interface Rule.ApplyURI

Interface used to apply a changed target if RuleContainer.setRewriteRequestURI(boolean) is true.


方法摘要
 void applyURI(Request request, String oldTarget, String newTarget)
           
 

方法详细信息

applyURI

void applyURI(Request request,
              String oldTarget,
              String newTarget)
              throws IOException
抛出:
IOException


Copyright © 2013. All Rights Reserved.