This callback implementation will pass the constructor-initialized HttpServletRequest to an ServletRequestCallback implementation supplied in the Callback array.
Syntax
void
handle
(
Callback[]
callbacks
) throws UnsupportedCallbackException
Exceptions
-
UnsupportedCallbackException –
if any Callback other than ServletRequestCallback is supplied in the Callback array.