| org.restlet.Client com.noelios.restlet.ext.servlet.ServletWarClient
ServletWarClient | public class ServletWarClient extends Client (Code) | | Connector acting as a WAR client for a Servlet Application. It internally
uses one of the available connectors registered with the current Restlet
implementation.
Here is an example of WAR URI that can be resolved by this client:
"war:///WEB-INF/web.xml"
author: Jerome Louvel (contact@noelios.com) |
Method Summary | |
public void | handle(Request request, Response response) Handles a call. | public void | start() Start callback. | public void | stop() Stop callback. |
handle | public void handle(Request request, Response response)(Code) | | Handles a call.
Parameters: request - The request to handle. Parameters: response - The response to update. |
|
|