Package | Description |
---|---|
javax.ws.rs.client |
The Client API
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
Client |
Client is the main entry point to the fluent API used to build and execute client
requests in order to consume responses returned.
|
interface |
WebTarget |
A resource target identified by the resource URI.
|
Modifier and Type | Class | Description |
---|---|---|
class |
ClientBuilder |
Main entry point to the client API used to bootstrap
Client
instances. |
Modifier and Type | Interface | Description |
---|---|---|
interface |
Configurable<C extends Configurable> |
Represents a client or server-side configurable context.
|
Modifier and Type | Interface | Description |
---|---|---|
interface |
FeatureContext |
A configurable context passed to
Feature and DynamicFeature
instances by the runtime during the phase of their configuration. |
Copyright (c) 2019 Eclipse Foundation. Licensed under Eclipse Foundation Specification License.