|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpCallbackHandler
HTTP Callback Handler
| Method Summary | |
|---|---|
boolean |
handle(HttpServletRequest request,
Callback[] callbacks)
One or second phase callback handling |
boolean |
handle(HttpServletRequest request,
HttpServletResponse response,
Callback[] callbacks)
One or two phase callback handling |
| Methods inherited from interface org.openmdx.security.auth.servlet.cci.HttpHandler |
|---|
destroy, init |
| Method Detail |
|---|
boolean handle(HttpServletRequest request,
HttpServletResponse response,
Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
request - response - callbacks -
true in case of two-phase handling, i.e. if a
body has been added to the response and callback handling will be
resumed using handle(HttpServletRequest,Callback[]).
IOException
UnsupportedCallbackException
boolean handle(HttpServletRequest request,
Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
request - callbacks - return - true in case of successfull
reply processing, false if callbacks is null
or if the reply has been repeated.
IOException
UnsupportedCallbackException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||