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 ClientResponseCacheInterceptor.cache(ClientRequest request, ClientResponse response) Deprecated.CacheInterceptor.cacheIfPossible(ClientRequest request, BaseClientResponse response) Deprecated.private BaseClientResponseCacheInterceptor.createClientResponse(ClientRequest request, BrowserCache.Entry entry) Deprecated.protected BrowserCache.EntryCacheInterceptor.getEntry(ClientRequest request) Deprecated.protected ClientResponseCacheInterceptor.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 ClientRequestClientInvoker.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.HttpEntityApacheHttpClient4Executor.buildEntity(ClientRequest request) Build the HttpEntity to be sent to the Service as part of (POST) request.voidApacheHttpClient4Executor.commitHeaders(ClientRequest request, org.apache.http.client.methods.HttpRequestBase httpMethod) voidInMemoryClientExecutor.commitHeaders(ClientRequest request, MockHttpRequest mockHttpRequest) private voidURLConnectionClientExecutor.commitHeaders(ClientRequest request, HttpURLConnection connection) protected HttpURLConnectionURLConnectionClientExecutor.createConnection(ClientRequest request) protected BaseClientResponseInMemoryClientExecutor.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) voidApacheHttpClient4Executor.loadHttpMethod(ClientRequest request, org.apache.http.client.methods.HttpRequestBase httpMethod) voidInMemoryClientExecutor.loadHttpMethod(ClientRequest request, MockHttpRequest mockHttpRequest) private voidURLConnectionClientExecutor.outputBody(ClientRequest request, HttpURLConnection connection) private voidInMemoryClientExecutor.setBody(ClientRequest request, MockHttpRequest mockHttpRequest) private org.apache.commons.io.output.DeferredFileOutputStreamApacheHttpClient4Executor.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 TypeMethodDescriptionvoidCookieParamMarshaller.build(ClientRequest request, Object object) voidFormMarshaller.build(ClientRequest request, Object object) voidFormParamMarshaller.build(ClientRequest request, Object object) voidHeaderParamMarshaller.build(ClientRequest request, Object object) voidMarshaller.build(ClientRequest request, Object target) voidMatrixParamMarshaller.build(ClientRequest request, Object object) voidMessageBodyParameterMarshaller.build(ClientRequest request, Object object) voidNOOPMarshaller.build(ClientRequest request, Object target) voidPathParamMarshaller.build(ClientRequest request, Object object) voidQueryParamMarshaller.build(ClientRequest request, Object object) voidURIParamMarshaller.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 TypeMethodDescriptionvoidMessageBodyParameterProcessor.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 ClientRequestClientExecutionContextImpl.requestDeprecated.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 ClientRequestTestPortProvider.createClientRequest(String path) Create a Resteasy ClientRequest object using the configured port.static ClientRequestTestPortProvider.createClientRequest(ClientRequestFactory factory, String path)