Package | Description |
---|---|
org.jboss.resteasy.client |
JAX-RS specification 1.1 (https://jcp.org/en/jsr/detail?id=311)
had no client framework, so Resteasy release 2.x provided one.
|
org.jboss.resteasy.client.cache |
The client cache facility in Resteasy 2.x is deprecated in favor of the client cache
facility in the resteasy-client module.
|
org.jboss.resteasy.client.core | |
org.jboss.resteasy.client.core.executors | |
org.jboss.resteasy.client.core.extractors | |
org.jboss.resteasy.client.core.marshallers | |
org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation | |
org.jboss.resteasy.core.interception | |
org.jboss.resteasy.spi | |
org.jboss.resteasy.spi.interception |
JAX-RS specification 1.1 (https://jcp.org/en/jsr/detail?id=311)
had no interceptor framework, so Resteasy release 2.x provided one.
|
org.jboss.resteasy.test |
Modifier and Type | Method and Description |
---|---|
ClientRequest |
ClientRequest.accept(MediaType accepts)
Deprecated.
|
ClientRequest |
ClientRequest.accept(String accept)
Deprecated.
|
ClientRequest |
ClientRequest.addLink(Link link)
Deprecated.
|
ClientRequest |
ClientRequest.addLink(String title,
String rel,
String href,
String type)
Deprecated.
|
ClientRequest |
ClientRequest.body(MediaType contentType,
Object data)
Deprecated.
|
ClientRequest |
ClientRequest.body(MediaType contentType,
Object data,
Class type,
Type genericType,
Annotation[] annotations)
Deprecated.
|
ClientRequest |
ClientRequest.body(MediaType contentType,
Object data,
GenericType genericType)
Deprecated.
|
ClientRequest |
ClientRequest.body(MediaType contentType,
Object data,
Type genericType)
Deprecated.
|
ClientRequest |
ClientRequest.body(String contentType,
Object data)
Deprecated.
|
ClientRequest |
ClientRequest.cookie(Cookie cookie)
Deprecated.
|
ClientRequest |
ClientRequest.cookie(String cookieName,
Object value)
Deprecated.
|
ClientRequest |
ClientRequestFactory.createRelativeRequest(String uriTemplate)
Deprecated.
|
ClientRequest |
ClientRequestFactory.createRequest(String uriTemplate)
Deprecated.
|
ClientRequest |
ClientExecutor.createRequest(String uriTemplate)
Deprecated.
|
ClientRequest |
ClientExecutor.createRequest(UriBuilder uriBuilder)
Deprecated.
|
ClientRequest |
ClientRequest.createSubsequentRequest(URI uri)
Deprecated.
|
ClientRequest |
ClientRequest.followRedirects(boolean followRedirects)
Deprecated.
|
ClientRequest |
ClientRequest.formParameter(String parameterName,
Object value)
Deprecated.
|
ClientRequest |
ClientRequest.header(String headerName,
Object value)
Deprecated.
|
ClientRequest |
ClientRequest.matrixParameter(String parameterName,
Object value)
Deprecated.
|
ClientRequest |
ClientRequest.pathParameter(String parameterName,
Object value)
Deprecated.
|
ClientRequest |
ClientRequest.pathParameters(Object... values)
Deprecated.
|
ClientRequest |
ClientRequest.queryParameter(String parameterName,
Object value)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClientResponse |
ClientExecutor.execute(ClientRequest request)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClientResponse |
CacheInterceptor.cacheIfPossible(ClientRequest request,
BaseClientResponse response)
Deprecated.
|
protected BrowserCache.Entry |
CacheInterceptor.getEntry(ClientRequest request)
Deprecated.
|
protected ClientResponse |
CacheInterceptor.handleExpired(ClientExecutionContext ctx,
ClientRequest request,
BrowserCache.Entry entry)
Deprecated.
|
ClientResponse |
CacheInterceptor.updateOnNotModified(ClientRequest request,
BrowserCache.Entry old,
BaseClientResponse response)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected ClientRequest |
ClientInvoker.createRequest(Object[] args) |
Modifier and Type | Method and Description |
---|---|
ClientRequest |
URLConnectionClientExecutor.createRequest(String uriTemplate) |
ClientRequest |
InMemoryClientExecutor.createRequest(String uriTemplate) |
ClientRequest |
ApacheHttpClient4Executor.createRequest(String uriTemplate) |
ClientRequest |
URLConnectionClientExecutor.createRequest(UriBuilder uriBuilder) |
ClientRequest |
InMemoryClientExecutor.createRequest(UriBuilder uriBuilder) |
ClientRequest |
ApacheHttpClient4Executor.createRequest(UriBuilder uriBuilder) |
Modifier and Type | Method and Description |
---|---|
protected org.apache.http.HttpEntity |
ApacheHttpClient4Executor.buildEntity(ClientRequest request)
Build the HttpEntity to be sent to the Service as part of (POST) request.
|
void |
ApacheHttpClient4Executor.commitHeaders(ClientRequest request,
org.apache.http.client.methods.HttpRequestBase httpMethod) |
void |
InMemoryClientExecutor.commitHeaders(ClientRequest request,
MockHttpRequest mockHttpRequest) |
protected HttpURLConnection |
URLConnectionClientExecutor.createConnection(ClientRequest request) |
protected BaseClientResponse |
InMemoryClientExecutor.createResponse(ClientRequest request,
MockHttpResponse mockResponse) |
ClientResponse<?> |
URLConnectionClientExecutor.execute(ClientRequest request) |
ClientResponse |
InMemoryClientExecutor.execute(ClientRequest request) |
ClientResponse |
ApacheHttpClient4Executor.execute(ClientRequest request) |
void |
ApacheHttpClient4Executor.loadHttpMethod(ClientRequest request,
org.apache.http.client.methods.HttpRequestBase httpMethod) |
void |
InMemoryClientExecutor.loadHttpMethod(ClientRequest request,
MockHttpRequest mockHttpRequest) |
Modifier and Type | Method and Description |
---|---|
ClientRequest |
ClientRequestContext.getRequest() |
Constructor and Description |
---|
ClientRequestContext(ClientRequest request,
BaseClientResponse<?> clientResponse,
ClientErrorHandler errorHandler,
EntityExtractorFactory extractorFactory,
URI baseURI) |
Modifier and Type | Method and Description |
---|---|
void |
URIParamMarshaller.build(ClientRequest request,
Object target) |
void |
QueryParamMarshaller.build(ClientRequest request,
Object object) |
void |
PathParamMarshaller.build(ClientRequest request,
Object object) |
void |
NOOPMarshaller.build(ClientRequest request,
Object target) |
void |
MessageBodyParameterMarshaller.build(ClientRequest request,
Object object) |
void |
MatrixParamMarshaller.build(ClientRequest request,
Object object) |
void |
Marshaller.build(ClientRequest request,
Object target) |
void |
HeaderParamMarshaller.build(ClientRequest request,
Object object) |
void |
FormParamMarshaller.build(ClientRequest request,
Object object) |
void |
FormMarshaller.build(ClientRequest request,
Object object) |
void |
CookieParamMarshaller.build(ClientRequest request,
Object object) |
Modifier and Type | Method and Description |
---|---|
void |
MessageBodyParameterProcessor.build(ClientRequest request,
Object object) |
Modifier and Type | Field and Description |
---|---|
protected ClientRequest |
ClientExecutionContextImpl.request
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClientRequest |
ClientExecutionContextImpl.getRequest()
Deprecated.
|
Constructor and Description |
---|
ClientExecutionContextImpl(List<ClientExecutionInterceptor> interceptors,
ClientExecutor executor,
ClientRequest request)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClientRequest |
Link.request()
Deprecated.
|
ClientRequest |
Link.request(ClientExecutor executor)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ClientRequest |
ClientExecutionContext.getRequest()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ClientRequest |
TestPortProvider.createClientRequest(ClientRequestFactory factory,
String path) |
static ClientRequest |
TestPortProvider.createClientRequest(String path)
Create a Resteasy ClientRequest object using the configured port.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.