Uses of Interface
jakarta.ws.rs.client.Invocation
Packages that use Invocation
Package
Description
The JAX-RS client API
-
Uses of Invocation in jakarta.ws.rs.client
Methods in jakarta.ws.rs.client that return InvocationModifier and TypeMethodDescriptionBuild a request invocation using an arbitrary request method name.Build a request invocation using an arbitrary request method name and request entity.Invocation.Builder.buildDelete()Build a DELETE request invocation.Invocation.Builder.buildGet()Build a GET request invocation.Build a POST request invocation.Build a PUT request invocation.Set a new property in the context of a request represented by this invocation. -
Uses of Invocation in org.jboss.resteasy.client.jaxrs
Methods in org.jboss.resteasy.client.jaxrs with parameters of type Invocation -
Uses of Invocation in org.jboss.resteasy.client.jaxrs.engines
Methods in org.jboss.resteasy.client.jaxrs.engines with parameters of type InvocationModifier and TypeMethodDescriptionApacheHttpAsyncClient4Engine.invoke(Invocation request) Deprecated, for removal: This API element is subject to removal in a future version.ManualClosingApacheHttpClient43Engine.invoke(Invocation inv) Deprecated, for removal: This API element is subject to removal in a future version.URLConnectionEngine.invoke(Invocation inv) -
Uses of Invocation in org.jboss.resteasy.client.jaxrs.internal
Classes in org.jboss.resteasy.client.jaxrs.internal that implement InvocationMethods in org.jboss.resteasy.client.jaxrs.internal that return InvocationModifier and TypeMethodDescriptionClientInvocationBuilder.buildDelete()ClientInvocationBuilder.buildGet()