Uses of Class
org.jboss.resteasy.client.ClientRequest
Packages that use ClientRequest
Package
Description
JAX-RS specification 1.1 (
})
had no client framework, so Resteasy release 2.x provided one.
invalid @link
{@link <a href="https://jcp.org/en/jsr/detail?id=311">https://jcp.org/en/jsr/detail?id=311</a>
The client cache facility in Resteasy 2.x is deprecated in favor of the client cache
facility in the resteasy-client module.
JAX-RS specification 1.1 (
})
had no interceptor framework, so Resteasy release 2.x provided one.
invalid @link
{@link <a href="https://jcp.org/en/jsr/detail?id=311">https://jcp.org/en/jsr/detail?id=311</a>
-
Uses of ClientRequest in org.jboss.resteasy.client
Methods in org.jboss.resteasy.client that return ClientRequestModifier and TypeMethodDescriptionDeprecated.ClientRequest.accept
(javax.ws.rs.core.MediaType accepts) Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.ClientRequest.body
(javax.ws.rs.core.MediaType contentType, Object data, Class type, Type genericType, Annotation[] annotations) Deprecated.Deprecated.ClientRequest.body
(javax.ws.rs.core.MediaType contentType, Object data, GenericType genericType) Deprecated.Deprecated.ClientRequest.cookie
(javax.ws.rs.core.Cookie cookie) Deprecated.ClientRequestFactory.createRelativeRequest
(String uriTemplate) Deprecated.ClientExecutor.createRequest
(String uriTemplate) Deprecated.ClientExecutor.createRequest
(javax.ws.rs.core.UriBuilder uriBuilder) Deprecated.ClientRequestFactory.createRequest
(String uriTemplate) Deprecated.ClientRequest.createSubsequentRequest
(URI uri) Deprecated.ClientRequest.followRedirects
(boolean followRedirects) Deprecated.ClientRequest.formParameter
(String parameterName, Object value) Deprecated.Deprecated.ClientRequest.matrixParameter
(String parameterName, Object value) Deprecated.ClientRequest.pathParameter
(String parameterName, Object value) Deprecated.ClientRequest.pathParameters
(Object... values) Deprecated.ClientRequest.queryParameter
(String parameterName, Object value) Deprecated.Methods in org.jboss.resteasy.client with parameters of type ClientRequest -
Uses of ClientRequest in org.jboss.resteasy.client.cache
Methods in org.jboss.resteasy.client.cache with parameters of type ClientRequestModifier and TypeMethodDescriptionprivate ClientResponse
CacheInterceptor.cache
(ClientRequest request, ClientResponse response) Deprecated.CacheInterceptor.cacheIfPossible
(ClientRequest request, BaseClientResponse response) Deprecated.private BaseClientResponse
CacheInterceptor.createClientResponse
(ClientRequest request, BrowserCache.Entry entry) Deprecated.protected BrowserCache.Entry
CacheInterceptor.getEntry
(ClientRequest request) Deprecated.protected ClientResponse
CacheInterceptor.handleExpired
(ClientExecutionContext ctx, ClientRequest request, BrowserCache.Entry entry) Deprecated.CacheInterceptor.updateOnNotModified
(ClientRequest request, BrowserCache.Entry old, BaseClientResponse response) Deprecated. -
Uses of ClientRequest in org.jboss.resteasy.client.core
Methods in org.jboss.resteasy.client.core that return ClientRequestModifier and TypeMethodDescriptionprotected ClientRequest
ClientInvoker.createRequest
(Object[] args) -
Uses of ClientRequest in org.jboss.resteasy.client.core.executors
Methods in org.jboss.resteasy.client.core.executors that return ClientRequestModifier and TypeMethodDescriptionApacheHttpClient4Executor.createRequest
(String uriTemplate) ApacheHttpClient4Executor.createRequest
(javax.ws.rs.core.UriBuilder uriBuilder) InMemoryClientExecutor.createRequest
(String uriTemplate) InMemoryClientExecutor.createRequest
(javax.ws.rs.core.UriBuilder uriBuilder) URLConnectionClientExecutor.createRequest
(String uriTemplate) URLConnectionClientExecutor.createRequest
(javax.ws.rs.core.UriBuilder uriBuilder) Methods in org.jboss.resteasy.client.core.executors with parameters of type ClientRequestModifier and TypeMethodDescriptionprotected 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) private void
URLConnectionClientExecutor.commitHeaders
(ClientRequest request, HttpURLConnection connection) protected HttpURLConnection
URLConnectionClientExecutor.createConnection
(ClientRequest request) protected BaseClientResponse
InMemoryClientExecutor.createResponse
(ClientRequest request, MockHttpResponse mockResponse) ApacheHttpClient4Executor.execute
(ClientRequest request) InMemoryClientExecutor.execute
(ClientRequest request) URLConnectionClientExecutor.execute
(ClientRequest request) private <T> ClientResponse
<T> URLConnectionClientExecutor.execute
(ClientRequest request, HttpURLConnection connection) void
ApacheHttpClient4Executor.loadHttpMethod
(ClientRequest request, org.apache.http.client.methods.HttpRequestBase httpMethod) void
InMemoryClientExecutor.loadHttpMethod
(ClientRequest request, MockHttpRequest mockHttpRequest) private void
URLConnectionClientExecutor.outputBody
(ClientRequest request, HttpURLConnection connection) private void
InMemoryClientExecutor.setBody
(ClientRequest request, MockHttpRequest mockHttpRequest) private org.apache.commons.io.output.DeferredFileOutputStream
ApacheHttpClient4Executor.writeRequestBodyToOutputStream
(ClientRequest request) Creates the request OutputStream, to be sent to the end Service invoked, as a DeferredFileOutputStream. -
Uses of ClientRequest in org.jboss.resteasy.client.core.extractors
Fields in org.jboss.resteasy.client.core.extractors declared as ClientRequestMethods in org.jboss.resteasy.client.core.extractors that return ClientRequestConstructors in org.jboss.resteasy.client.core.extractors with parameters of type ClientRequestModifierConstructorDescriptionClientRequestContext
(ClientRequest request, BaseClientResponse<?> clientResponse, ClientErrorHandler errorHandler, EntityExtractorFactory extractorFactory, URI baseURI) -
Uses of ClientRequest in org.jboss.resteasy.client.core.marshallers
Methods in org.jboss.resteasy.client.core.marshallers with parameters of type ClientRequestModifier and TypeMethodDescriptionvoid
CookieParamMarshaller.build
(ClientRequest request, Object object) void
FormMarshaller.build
(ClientRequest request, Object object) void
FormParamMarshaller.build
(ClientRequest request, Object object) void
HeaderParamMarshaller.build
(ClientRequest request, Object object) void
Marshaller.build
(ClientRequest request, Object target) void
MatrixParamMarshaller.build
(ClientRequest request, Object object) void
MessageBodyParameterMarshaller.build
(ClientRequest request, Object object) void
NOOPMarshaller.build
(ClientRequest request, Object target) void
PathParamMarshaller.build
(ClientRequest request, Object object) void
QueryParamMarshaller.build
(ClientRequest request, Object object) void
URIParamMarshaller.build
(ClientRequest request, Object target) -
Uses of ClientRequest in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation
Methods in org.jboss.resteasy.client.jaxrs.internal.proxy.processors.invocation with parameters of type ClientRequestModifier and TypeMethodDescriptionvoid
MessageBodyParameterProcessor.build
(ClientRequest request, Object object) -
Uses of ClientRequest in org.jboss.resteasy.core.interception
Fields in org.jboss.resteasy.core.interception declared as ClientRequestModifier and TypeFieldDescriptionprotected ClientRequest
ClientExecutionContextImpl.request
Deprecated.Methods in org.jboss.resteasy.core.interception that return ClientRequestConstructors in org.jboss.resteasy.core.interception with parameters of type ClientRequestModifierConstructorDescriptionClientExecutionContextImpl
(List<ClientExecutionInterceptor> interceptors, ClientExecutor executor, ClientRequest request) Deprecated. -
Uses of ClientRequest in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ClientRequestModifier and TypeMethodDescriptionLink.request()
Deprecated.Link.request
(ClientExecutor executor) Deprecated. -
Uses of ClientRequest in org.jboss.resteasy.spi.interception
Methods in org.jboss.resteasy.spi.interception that return ClientRequest -
Uses of ClientRequest in org.jboss.resteasy.test
Methods in org.jboss.resteasy.test that return ClientRequestModifier and TypeMethodDescriptionstatic ClientRequest
TestPortProvider.createClientRequest
(String path) Create a Resteasy ClientRequest object using the configured port.static ClientRequest
TestPortProvider.createClientRequest
(ClientRequestFactory factory, String path)