Uses of Interface
javax.ws.rs.client.WebTarget
Packages that use WebTarget
-
Uses of WebTarget in javax.ws.rs.client
Methods in javax.ws.rs.client that return WebTargetModifier 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.Build a new web resource target.Build a new web resource target.Client.target
(UriBuilder uriBuilder) Build a new web resource target.