Uses of Interface
jakarta.ws.rs.client.WebTarget
Package
Description
The JAX-RS client API
Server-Sent Events related API.
-
Uses of WebTarget in jakarta.ws.rs.client
Modifier and TypeMethodDescriptionWebTarget.matrixParam
(String name, Object... values) Create a newWebTarget
instance 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 newWebTarget
instance by appending path to the URI of the current target instance.WebTarget.queryParam
(String name, Object... values) Create a newWebTarget
instance by configuring a query parameter on the URI of the current target instance.WebTarget.resolveTemplate
(String name, Object value) Create a newWebTarget
instance by resolving a URI template with a givenname
in the URI of the current target instance using a supplied value.WebTarget.resolveTemplate
(String name, Object value, boolean encodeSlashInPath) Create a newWebTarget
instance by resolving a URI template with a givenname
in the URI of the current target instance using a supplied value.WebTarget.resolveTemplateFromEncoded
(String name, Object value) Create a newWebTarget
instance by resolving a URI template with a givenname
in the URI of the current target instance using a supplied encoded value.WebTarget.resolveTemplates
(Map<String, Object> templateValues) Create a newWebTarget
instance 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 newWebTarget
instance 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 newWebTarget
instance 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
Modifier and TypeMethodDescriptionprotected abstract SseEventSource.Builder
Set the SSE streaming endpoint.static SseEventSource.Builder
Create a newevent source builder
that provides convenient way how to configure and fine-tune various aspects of a newly prepared event source instance.