Package org.jboss.resteasy.client
Interface ClientExecutor
-
- All Known Implementing Classes:
ApacheHttpClient4Executor
,InMemoryClientExecutor
,URLConnectionClientExecutor
@Deprecated public interface ClientExecutor
Deprecated.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 void
close()
Deprecated.ClientRequest
createRequest(java.lang.String uriTemplate)
Deprecated.ClientRequest
createRequest(javax.ws.rs.core.UriBuilder uriBuilder)
Deprecated.ClientResponse
execute(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.Exception
Deprecated.- Throws:
java.lang.Exception
-
-