com.sun.jersey.test.framework.impl.container.inmemory
Class TestResourceClientHandler
java.lang.Object
com.sun.jersey.api.client.TerminatingClientHandler
com.sun.jersey.test.framework.impl.container.inmemory.TestResourceClientHandler
- All Implemented Interfaces:
- ClientHandler
public class TestResourceClientHandler
- extends TerminatingClientHandler
- Author:
- Paul.Sandoz@Sun.COM
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestResourceClientHandler
public TestResourceClientHandler(URI baseUri,
WebApplication w)
handle
public ClientResponse handle(ClientRequest clientRequest)
- Description copied from interface:
ClientHandler
- Handle a HTTP request as a
ClientRequest
and return the HTTP
response as a ClientResponse
.
- Parameters:
clientRequest
- the HTTP request.
- Returns:
- the HTTP response.
Copyright © 2013 Oracle Corporation. All Rights Reserved.