Uses of Class
jakarta.ws.rs.client.Entity
Packages that use Entity
Package
Description
The JAX-RS client API
-
Uses of Entity in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return EntityModifier and TypeMethodDescriptionstatic <T> Entity<T>Create an entity using a supplied content media type.static <T> Entity<T>Entity.entity(T entity, MediaType mediaType, Annotation[] annotations) Create an entity using a supplied content media type.static <T> Entity<T>Create an entity using a supplied content media type.static <T> Entity<T>Entity.entity(T entity, Variant variant, Annotation[] annotations) Create an entity using a supplied content media type.static <T> Entity<T>Create an entity using a supplied content media type.Create an "application/x-www-form-urlencoded" form entity.Entity.form(MultivaluedMap<String, String> formData) Create an "application/x-www-form-urlencoded" form entity.static <T> Entity<T>Entity.html(T entity) Create a "text/html" entity.static <T> Entity<T>Entity.json(T entity) Create an "application/json" entity.static <T> Entity<T>Entity.text(T entity) Create a "text/plain" entity.static <T> Entity<T>Entity.xhtml(T entity) Create an "application/xhtml+xml" entity.static <T> Entity<T>Entity.xml(T entity) Create an "application/xml" entity.Methods in jakarta.ws.rs.client with parameters of type EntityModifier and TypeMethodDescriptionBuild a request invocation using an arbitrary request method name and request entity.Build a POST request invocation.Build a PUT request invocation.Invoke an arbitrary method for the current request asynchronously.<T> Future<T>AsyncInvoker.method(String name, Entity<?> entity, InvocationCallback<T> callback) Invoke an arbitrary method for the current request asynchronously.<T> Future<T>AsyncInvoker.method(String name, Entity<?> entity, GenericType<T> responseType) Invoke an arbitrary method for the current request asynchronously.<T> Future<T>Invoke an arbitrary method for the current request asynchronously.<T> CompletionStage<T>CompletionStageRxInvoker.method(String name, Entity<?> entity, GenericType<T> responseType) <T> CompletionStage<T>Invoke an arbitrary method for the current request.<R> TRxInvoker.method(String name, Entity<?> entity, GenericType<R> responseType) Invoke an arbitrary method for the current request.<R> TInvoke an arbitrary method for the current request.Invoke an arbitrary method for the current request synchronously.<T> TSyncInvoker.method(String name, Entity<?> entity, GenericType<T> responseType) Invoke an arbitrary method for the current request synchronously.<T> TInvoke an arbitrary method for the current request synchronously.Invoke HTTP POST method for the current request asynchronously.<T> Future<T>AsyncInvoker.post(Entity<?> entity, InvocationCallback<T> callback) Invoke HTTP POST method for the current request asynchronously.<T> Future<T>AsyncInvoker.post(Entity<?> entity, GenericType<T> responseType) Invoke HTTP POST method for the current request asynchronously.<T> Future<T>Invoke HTTP POST method for the current request asynchronously.<T> CompletionStage<T>CompletionStageRxInvoker.post(Entity<?> entity, GenericType<T> type) <T> CompletionStage<T>Invoke HTTP POST method for the current request.<R> TRxInvoker.post(Entity<?> entity, GenericType<R> responseType) Invoke HTTP POST method for the current request.<R> TInvoke HTTP POST method for the current request.Invoke HTTP POST method for the current request synchronously.<T> TSyncInvoker.post(Entity<?> entity, GenericType<T> responseType) Invoke HTTP POST method for the current request synchronously.<T> TInvoke HTTP POST method for the current request synchronously.Invoke HTTP PUT method for the current request asynchronously.<T> Future<T>AsyncInvoker.put(Entity<?> entity, InvocationCallback<T> callback) Invoke HTTP PUT method for the current request asynchronously.<T> Future<T>AsyncInvoker.put(Entity<?> entity, GenericType<T> responseType) Invoke HTTP PUT method for the current request asynchronously.<T> Future<T>Invoke HTTP PUT method for the current request asynchronously.<T> CompletionStage<T>CompletionStageRxInvoker.put(Entity<?> entity, GenericType<T> type) <T> CompletionStage<T>Invoke HTTP PUT method for the current request.<R> TRxInvoker.put(Entity<?> entity, GenericType<R> responseType) Invoke HTTP PUT method for the current request.<R> TInvoke HTTP PUT method for the current request.Invoke HTTP PUT method for the current request synchronously.<T> TSyncInvoker.put(Entity<?> entity, GenericType<T> responseType) Invoke HTTP PUT method for the current request synchronously.<T> TInvoke HTTP PUT method for the current request synchronously. -
Uses of Entity in org.jboss.resteasy.client.jaxrs
Methods in org.jboss.resteasy.client.jaxrs with parameters of type EntityModifier and TypeMethodDescriptionorg.reactivestreams.Publisher<Response><T> org.reactivestreams.Publisher<T>PublisherRxInvoker.method(String name, Entity<?> entity, GenericType<T> responseType) <T> org.reactivestreams.Publisher<T>org.reactivestreams.Publisher<Response><T> org.reactivestreams.Publisher<T>PublisherRxInvoker.post(Entity<?> entity, GenericType<T> type) <T> org.reactivestreams.Publisher<T>org.reactivestreams.Publisher<Response><T> org.reactivestreams.Publisher<T>PublisherRxInvoker.put(Entity<?> entity, GenericType<T> type) <T> org.reactivestreams.Publisher<T> -
Uses of Entity in org.jboss.resteasy.client.jaxrs.internal
Methods in org.jboss.resteasy.client.jaxrs.internal with parameters of type EntityModifier and TypeMethodDescription<T> Future<T>AsynchronousInvoke.method(String name, Entity<?> entity, InvocationCallback<T> callback) <T> Future<T>AsynchronousInvoke.method(String name, Entity<?> entity, GenericType<T> responseType) <T> Future<T><T> TClientInvocationBuilder.method(String name, Entity<?> entity, GenericType<T> responseType) <T> T<T> CompletionStage<T>CompletionStageRxInvokerImpl.method(String name, Entity<?> entity, GenericType<T> responseType) <T> CompletionStage<T>org.reactivestreams.Publisher<Response><T> org.reactivestreams.Publisher<T>PublisherRxInvokerImpl.method(String name, Entity<?> entity, GenericType<T> responseType) <T> org.reactivestreams.Publisher<T><T> Future<T>AsynchronousInvoke.patch(Entity<?> entity, InvocationCallback<T> callback) <T> Future<T>AsynchronousInvoke.patch(Entity<?> entity, GenericType<T> responseType) <T> Future<T><T> TClientInvocationBuilder.patch(Entity<?> entity, GenericType<T> responseType) <T> T<T> CompletionStage<T>CompletionStageRxInvokerImpl.patch(Entity<?> entity, GenericType<T> responseType) <T> CompletionStage<T><T> Future<T>AsynchronousInvoke.post(Entity<?> entity, InvocationCallback<T> callback) <T> Future<T>AsynchronousInvoke.post(Entity<?> entity, GenericType<T> responseType) <T> Future<T><T> TClientInvocationBuilder.post(Entity<?> entity, GenericType<T> responseType) <T> T<T> CompletionStage<T>CompletionStageRxInvokerImpl.post(Entity<?> entity, GenericType<T> type) <T> CompletionStage<T>org.reactivestreams.Publisher<Response><T> org.reactivestreams.Publisher<T>PublisherRxInvokerImpl.post(Entity<?> entity, GenericType<T> type) <T> org.reactivestreams.Publisher<T><T> Future<T>AsynchronousInvoke.put(Entity<?> entity, InvocationCallback<T> callback) <T> Future<T>AsynchronousInvoke.put(Entity<?> entity, GenericType<T> responseType) <T> Future<T><T> TClientInvocationBuilder.put(Entity<?> entity, GenericType<T> responseType) <T> T<T> CompletionStage<T>CompletionStageRxInvokerImpl.put(Entity<?> entity, GenericType<T> type) <T> CompletionStage<T>org.reactivestreams.Publisher<Response><T> org.reactivestreams.Publisher<T>PublisherRxInvokerImpl.put(Entity<?> entity, GenericType<T> type) <T> org.reactivestreams.Publisher<T>void -
Uses of Entity in org.jboss.resteasy.plugins.providers.sse.client
Methods in org.jboss.resteasy.plugins.providers.sse.client with parameters of type Entity