|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.rewrite.handler.Rule
org.eclipse.jetty.rewrite.handler.MsieSslRule
public class MsieSslRule
MSIE (Microsoft Internet Explorer) SSL Rule. Disable keep alive for SSL from IE5 or IE6 on Windows 2000.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jetty.rewrite.handler.Rule |
|---|
_handling, _terminating |
| Constructor Summary | |
|---|---|
MsieSslRule()
|
|
| Method Summary | |
|---|---|
java.lang.String |
matchAndApply(java.lang.String target,
HttpServletRequest request,
HttpServletResponse response)
This method calls tests the rule against the request/response pair and if the Rule applies, then the rule's action is triggered. |
| Methods inherited from class org.eclipse.jetty.rewrite.handler.Rule |
|---|
isHandling, isTerminating, setHandling, setTerminating, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MsieSslRule()
| Method Detail |
|---|
public java.lang.String matchAndApply(java.lang.String target,
HttpServletRequest request,
HttpServletResponse response)
throws java.io.IOException
Rule
matchAndApply in class Ruletarget - The target of the request
java.io.IOException - TODO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||