org.eclipse.jetty.rewrite.handler
类 MsieSslRule
java.lang.Object
org.eclipse.jetty.rewrite.handler.Rule
org.eclipse.jetty.rewrite.handler.MsieSslRule
public class MsieSslRule
- extends Rule
MSIE (Microsoft Internet Explorer) SSL Rule.
Disable keep alive for SSL from IE5 or IE6 on Windows 2000.
MsieSslRule
public MsieSslRule()
matchAndApply
public String matchAndApply(String target,
HttpServletRequest request,
HttpServletResponse response)
throws IOException
- 从类
Rule 复制的描述
- This method calls tests the rule against the request/response pair and if the Rule
applies, then the rule's action is triggered.
- 指定者:
- 类
Rule 中的 matchAndApply
- 参数:
target - The target of the request
- 返回:
- The new target if the rule has matched, else null
- 抛出:
IOException - TODO
Copyright © 2013. All Rights Reserved.