|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FlowControl
Control to influence the flow of the custom, policy-specific filter chain.
Method Summary | |
---|---|
void |
setError(int sc,
java.lang.String msg)
Sets an error response on the connection using the specified status. |
void |
setRedirect(java.lang.String redirectionURL)
Sets a redirection response to an error page as a result of an error. |
Method Detail |
---|
void setError(int sc, java.lang.String msg)
sc
- the error status codemsg
- the descriptive message, can be nullvoid setRedirect(java.lang.String redirectionURL)
redirectionURL
- the redirection URL. Must not be null or empty.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |