Uses of Interface
jakarta.ws.rs.client.WebTarget
Packages that use WebTarget
Package
Description
The JAX-RS client API
Server-Sent Events related API.
-
Uses of WebTarget in jakarta.ws.rs.client
Subinterfaces with type arguments of type WebTarget in jakarta.ws.rs.clientModifier and TypeInterfaceDescriptioninterfaceA resource target identified by the resource URI.Methods in jakarta.ws.rs.client that return WebTargetModifier and TypeMethodDescriptionWebTarget.matrixParam(String name, Object... values) Create a newWebTargetinstance by appending a matrix parameter to the existing set of matrix parameters of the current final segment of the URI of the current target instance.Create a newWebTargetinstance by appending path to the URI of the current target instance.WebTarget.queryParam(String name, Object... values) Create a newWebTargetinstance by configuring a query parameter on the URI of the current target instance.WebTarget.resolveTemplate(String name, Object value) Create a newWebTargetinstance by resolving a URI template with a givennamein the URI of the current target instance using a supplied value.WebTarget.resolveTemplate(String name, Object value, boolean encodeSlashInPath) Create a newWebTargetinstance by resolving a URI template with a givennamein the URI of the current target instance using a supplied value.WebTarget.resolveTemplateFromEncoded(String name, Object value) Create a newWebTargetinstance by resolving a URI template with a givennamein the URI of the current target instance using a supplied encoded value.WebTarget.resolveTemplates(Map<String, Object> templateValues) Create a newWebTargetinstance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs.WebTarget.resolveTemplates(Map<String, Object> templateValues, boolean encodeSlashInPath) Create a newWebTargetinstance by resolving one or more URI templates in the URI of the current target instance using supplied name-value pairs.WebTarget.resolveTemplatesFromEncoded(Map<String, Object> templateValues) Create a newWebTargetinstance by resolving one or more URI templates in the URI of the current target instance using supplied name-encoded value pairs.Build a new web resource target.Client.target(UriBuilder uriBuilder) Build a new web resource target.Build a new web resource target.Build a new web resource target. -
Uses of WebTarget in jakarta.ws.rs.sse
Methods in jakarta.ws.rs.sse with parameters of type WebTargetModifier and TypeMethodDescriptionprotected abstract SseEventSource.BuilderSet the SSE streaming endpoint.static SseEventSource.BuilderCreate a newevent source builderthat provides convenient way how to configure and fine-tune various aspects of a newly prepared event source instance.