Package org.jboss.resteasy.client
Interface ClientExecutor
-
- All Known Implementing Classes:
ApacheHttpClient4Executor,InMemoryClientExecutor,URLConnectionClientExecutor
@Deprecated public interface ClientExecutorDeprecated.The Resteasy client framework in resteasy-jaxrs is replaced by the JAX-RS 2.0 compliant resteasy-client module.- Version:
- $Revision: 1 $
- See Also:
ClientHttpEngine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description voidclose()Deprecated.ClientRequestcreateRequest(java.lang.String uriTemplate)Deprecated.ClientRequestcreateRequest(javax.ws.rs.core.UriBuilder uriBuilder)Deprecated.ClientResponseexecute(ClientRequest request)Deprecated.
-
-
-
Method Detail
-
createRequest
ClientRequest createRequest(java.lang.String uriTemplate)
Deprecated.
-
createRequest
ClientRequest createRequest(javax.ws.rs.core.UriBuilder uriBuilder)
Deprecated.
-
execute
ClientResponse execute(ClientRequest request) throws java.lang.Exception
Deprecated.- Throws:
java.lang.Exception
-
close
void close() throws java.lang.ExceptionDeprecated.- Throws:
java.lang.Exception
-
-