public interface RequestDispatcher
| Modifier and Type | Method and Description |
|---|---|
void |
forward(HttpRequest request,
HttpResponse response)
Forwards a request from a handler to another handler on the server.
|
void forward(HttpRequest request, HttpResponse response)
request - the current request.response - the current response.