@Deprecated
public class ClientRequestFactory
extends java.lang.Object
ResteasyClientBuilder
,
ResteasyWebTarget
Modifier and Type | Field and Description |
---|---|
private boolean |
applyDefaultInterceptors
Deprecated.
|
private java.net.URI |
base
Deprecated.
|
private ClientExecutor |
executor
Deprecated.
|
private boolean |
followRedirects
Deprecated.
|
private ClientInterceptorRepositoryImpl |
prefixInterceptors
Deprecated.
|
private ResteasyProviderFactory |
providerFactory
Deprecated.
|
private ClientInterceptorRepositoryImpl |
suffixInterceptors
Deprecated.
|
Constructor and Description |
---|
ClientRequestFactory()
Deprecated.
|
ClientRequestFactory(ClientExecutor executor,
ResteasyProviderFactory providerFactory)
Deprecated.
|
ClientRequestFactory(ClientExecutor executor,
ResteasyProviderFactory providerFactory,
java.net.URI base)
Deprecated.
|
ClientRequestFactory(ClientExecutor executor,
java.net.URI base)
Deprecated.
|
ClientRequestFactory(ClientRequestFactory other)
Deprecated.
|
ClientRequestFactory(java.net.URI base)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
applyInterceptors(ClientInterceptorRepositoryImpl repository)
Deprecated.
|
ClientRequestFactory |
clone()
Deprecated.
|
<T> T |
createProxy(java.lang.Class<T> clazz)
Deprecated.
|
<T> T |
createProxy(java.lang.Class<T> clazz,
java.lang.String baseUri)
Deprecated.
|
<T> T |
createProxy(java.lang.Class<T> clazz,
java.net.URI baseUri)
Deprecated.
|
ClientRequest |
createRelativeRequest(java.lang.String uriTemplate)
Deprecated.
|
ClientRequest |
createRequest(java.lang.String uriTemplate)
Deprecated.
|
void |
enableDefaultInterceptors()
Deprecated.
|
<T> T |
get(java.lang.String uriTemplate,
java.lang.Class<T> type,
java.lang.Object... params)
Deprecated.
|
java.net.URI |
getBase()
Deprecated.
|
ClientInterceptorRepository |
getPrefixInterceptors()
Deprecated.
|
<T> T |
getRelative(java.lang.String uriTemplate,
java.lang.Class<T> type,
java.lang.Object... params)
Deprecated.
|
ClientInterceptorRepository |
getSuffixInterceptors()
Deprecated.
|
private void |
init(ClientExecutor executor,
ResteasyProviderFactory providerFactory,
java.net.URI base)
Deprecated.
|
boolean |
isFollowRedirects()
Deprecated.
|
void |
setBase(java.net.URI base)
Deprecated.
|
void |
setFollowRedirects(boolean followRedirects)
Deprecated.
|
private ResteasyProviderFactory providerFactory
private ClientExecutor executor
private java.net.URI base
private boolean applyDefaultInterceptors
private boolean followRedirects
private ClientInterceptorRepositoryImpl prefixInterceptors
private ClientInterceptorRepositoryImpl suffixInterceptors
public ClientRequestFactory()
public ClientRequestFactory(java.net.URI base)
public ClientRequestFactory(ClientExecutor executor, java.net.URI base)
public ClientRequestFactory(ClientExecutor executor, ResteasyProviderFactory providerFactory)
public ClientRequestFactory(ClientExecutor executor, ResteasyProviderFactory providerFactory, java.net.URI base)
public ClientRequestFactory(ClientRequestFactory other)
private void init(ClientExecutor executor, ResteasyProviderFactory providerFactory, java.net.URI base)
public java.net.URI getBase()
public void setBase(java.net.URI base)
public void enableDefaultInterceptors()
public ClientInterceptorRepository getPrefixInterceptors()
public ClientInterceptorRepository getSuffixInterceptors()
public boolean isFollowRedirects()
public void setFollowRedirects(boolean followRedirects)
private void applyInterceptors(ClientInterceptorRepositoryImpl repository)
public ClientRequestFactory clone()
clone
in class java.lang.Object
public ClientRequest createRelativeRequest(java.lang.String uriTemplate)
public ClientRequest createRequest(java.lang.String uriTemplate)
public <T> T getRelative(java.lang.String uriTemplate, java.lang.Class<T> type, java.lang.Object... params) throws java.lang.Exception
java.lang.Exception
public <T> T get(java.lang.String uriTemplate, java.lang.Class<T> type, java.lang.Object... params) throws java.lang.Exception
java.lang.Exception
public <T> T createProxy(java.lang.Class<T> clazz)
public <T> T createProxy(java.lang.Class<T> clazz, java.lang.String baseUri)
public <T> T createProxy(java.lang.Class<T> clazz, java.net.URI baseUri)