Uses of Class
org.jboss.resteasy.client.ClientRequest
-
Packages that use ClientRequest Package Description org.jboss.resteasy.client JAX-RS specification 1.1 ({@link 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 ({@link https://jcp.org/en/jsr/detail?id=311}) had no interceptor framework, so Resteasy release 2.x provided one.org.jboss.resteasy.test -
-
Uses of ClientRequest in org.jboss.resteasy.client
Methods in org.jboss.resteasy.client that return ClientRequest Modifier and Type Method Description ClientRequestClientRequest. accept(java.lang.String accept)Deprecated.ClientRequestClientRequest. accept(javax.ws.rs.core.MediaType accepts)Deprecated.ClientRequestClientRequest. addLink(java.lang.String title, java.lang.String rel, java.lang.String href, java.lang.String type)Deprecated.ClientRequestClientRequest. addLink(Link link)Deprecated.ClientRequestClientRequest. body(java.lang.String contentType, java.lang.Object data)Deprecated.ClientRequestClientRequest. body(javax.ws.rs.core.MediaType contentType, java.lang.Object data)Deprecated.ClientRequestClientRequest. body(javax.ws.rs.core.MediaType contentType, java.lang.Object data, java.lang.Class type, java.lang.reflect.Type genericType, java.lang.annotation.Annotation[] annotations)Deprecated.ClientRequestClientRequest. body(javax.ws.rs.core.MediaType contentType, java.lang.Object data, java.lang.reflect.Type genericType)Deprecated.ClientRequestClientRequest. body(javax.ws.rs.core.MediaType contentType, java.lang.Object data, GenericType genericType)Deprecated.ClientRequestClientRequest. cookie(java.lang.String cookieName, java.lang.Object value)Deprecated.ClientRequestClientRequest. cookie(javax.ws.rs.core.Cookie cookie)Deprecated.ClientRequestClientRequestFactory. createRelativeRequest(java.lang.String uriTemplate)Deprecated.ClientRequestClientExecutor. createRequest(java.lang.String uriTemplate)Deprecated.ClientRequestClientExecutor. createRequest(javax.ws.rs.core.UriBuilder uriBuilder)Deprecated.ClientRequestClientRequestFactory. createRequest(java.lang.String uriTemplate)Deprecated.ClientRequestClientRequest. createSubsequentRequest(java.net.URI uri)Deprecated.ClientRequestClientRequest. followRedirects(boolean followRedirects)Deprecated.ClientRequestClientRequest. formParameter(java.lang.String parameterName, java.lang.Object value)Deprecated.ClientRequestClientRequest. header(java.lang.String headerName, java.lang.Object value)Deprecated.ClientRequestClientRequest. matrixParameter(java.lang.String parameterName, java.lang.Object value)Deprecated.ClientRequestClientRequest. pathParameter(java.lang.String parameterName, java.lang.Object value)Deprecated.ClientRequestClientRequest. pathParameters(java.lang.Object... values)Deprecated.ClientRequestClientRequest. queryParameter(java.lang.String parameterName, java.lang.Object value)Deprecated.Methods in org.jboss.resteasy.client with parameters of type ClientRequest Modifier and Type Method Description ClientResponseClientExecutor. execute(ClientRequest request)Deprecated. -
Uses of ClientRequest in org.jboss.resteasy.client.cache
Methods in org.jboss.resteasy.client.cache with parameters of type ClientRequest Modifier and Type Method Description private ClientResponseCacheInterceptor. cache(ClientRequest request, ClientResponse response)Deprecated.ClientResponseCacheInterceptor. 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.ClientResponseCacheInterceptor. 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 ClientRequest Modifier and Type Method Description protected ClientRequestClientInvoker. createRequest(java.lang.Object[] args) -
Uses of ClientRequest in org.jboss.resteasy.client.core.executors
Methods in org.jboss.resteasy.client.core.executors that return ClientRequest Modifier and Type Method Description ClientRequestApacheHttpClient4Executor. createRequest(java.lang.String uriTemplate)ClientRequestApacheHttpClient4Executor. createRequest(javax.ws.rs.core.UriBuilder uriBuilder)ClientRequestInMemoryClientExecutor. createRequest(java.lang.String uriTemplate)ClientRequestInMemoryClientExecutor. createRequest(javax.ws.rs.core.UriBuilder uriBuilder)ClientRequestURLConnectionClientExecutor. createRequest(java.lang.String uriTemplate)ClientRequestURLConnectionClientExecutor. createRequest(javax.ws.rs.core.UriBuilder uriBuilder)Methods in org.jboss.resteasy.client.core.executors with parameters of type ClientRequest Modifier and Type Method Description protected 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, java.net.HttpURLConnection connection)protected java.net.HttpURLConnectionURLConnectionClientExecutor. createConnection(ClientRequest request)protected BaseClientResponseInMemoryClientExecutor. createResponse(ClientRequest request, MockHttpResponse mockResponse)ClientResponseApacheHttpClient4Executor. execute(ClientRequest request)ClientResponseInMemoryClientExecutor. execute(ClientRequest request)ClientResponse<?>URLConnectionClientExecutor. execute(ClientRequest request)private <T> ClientResponse<T>URLConnectionClientExecutor. execute(ClientRequest request, java.net.HttpURLConnection connection)voidApacheHttpClient4Executor. loadHttpMethod(ClientRequest request, org.apache.http.client.methods.HttpRequestBase httpMethod)voidInMemoryClientExecutor. loadHttpMethod(ClientRequest request, MockHttpRequest mockHttpRequest)private voidURLConnectionClientExecutor. outputBody(ClientRequest request, java.net.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 ClientRequest Modifier and Type Field Description private ClientRequestClientRequestContext. requestMethods in org.jboss.resteasy.client.core.extractors that return ClientRequest Modifier and Type Method Description ClientRequestClientRequestContext. getRequest()Constructors in org.jboss.resteasy.client.core.extractors with parameters of type ClientRequest Constructor Description ClientRequestContext(ClientRequest request, BaseClientResponse<?> clientResponse, ClientErrorHandler errorHandler, EntityExtractorFactory extractorFactory, java.net.URI baseURI) -
Uses of ClientRequest in org.jboss.resteasy.client.core.marshallers
Methods in org.jboss.resteasy.client.core.marshallers with parameters of type ClientRequest Modifier and Type Method Description voidCookieParamMarshaller. build(ClientRequest request, java.lang.Object object)voidFormMarshaller. build(ClientRequest request, java.lang.Object object)voidFormParamMarshaller. build(ClientRequest request, java.lang.Object object)voidHeaderParamMarshaller. build(ClientRequest request, java.lang.Object object)voidMarshaller. build(ClientRequest request, java.lang.Object target)voidMatrixParamMarshaller. build(ClientRequest request, java.lang.Object object)voidMessageBodyParameterMarshaller. build(ClientRequest request, java.lang.Object object)voidNOOPMarshaller. build(ClientRequest request, java.lang.Object target)voidPathParamMarshaller. build(ClientRequest request, java.lang.Object object)voidQueryParamMarshaller. build(ClientRequest request, java.lang.Object object)voidURIParamMarshaller. build(ClientRequest request, java.lang.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 ClientRequest Modifier and Type Method Description voidMessageBodyParameterProcessor. build(ClientRequest request, java.lang.Object object) -
Uses of ClientRequest in org.jboss.resteasy.core.interception
Fields in org.jboss.resteasy.core.interception declared as ClientRequest Modifier and Type Field Description protected ClientRequestClientExecutionContextImpl. requestDeprecated.Methods in org.jboss.resteasy.core.interception that return ClientRequest Modifier and Type Method Description ClientRequestClientExecutionContextImpl. getRequest()Deprecated.Constructors in org.jboss.resteasy.core.interception with parameters of type ClientRequest Constructor Description ClientExecutionContextImpl(java.util.List<ClientExecutionInterceptor> interceptors, ClientExecutor executor, ClientRequest request)Deprecated. -
Uses of ClientRequest in org.jboss.resteasy.spi
Methods in org.jboss.resteasy.spi that return ClientRequest Modifier and Type Method Description ClientRequestLink. request()Deprecated.ClientRequestLink. request(ClientExecutor executor)Deprecated. -
Uses of ClientRequest in org.jboss.resteasy.spi.interception
Methods in org.jboss.resteasy.spi.interception that return ClientRequest Modifier and Type Method Description ClientRequestClientExecutionContext. getRequest()Deprecated. -
Uses of ClientRequest in org.jboss.resteasy.test
Methods in org.jboss.resteasy.test that return ClientRequest Modifier and Type Method Description static ClientRequestTestPortProvider. createClientRequest(java.lang.String path)Create a Resteasy ClientRequest object using the configured port.static ClientRequestTestPortProvider. createClientRequest(ClientRequestFactory factory, java.lang.String path)
-