org.jboss.resteasy.client
Interface ClientExecutor
- All Known Implementing Classes:
- ApacheHttpClient4Executor, ApacheHttpClientExecutor, InMemoryClientExecutor, URLConnectionClientExecutor
public interface ClientExecutor
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
createRequest
ClientRequest createRequest(String uriTemplate)
createRequest
ClientRequest createRequest(javax.ws.rs.core.UriBuilder uriBuilder)
execute
ClientResponse execute(ClientRequest request)
throws Exception
- Throws:
Exception
close
void close()
throws Exception
- Throws:
Exception
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.