Package | Description |
---|---|
javax.ws.rs.client |
The JAX-RS client API
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
org.jboss.resteasy.client.jaxrs | |
org.jboss.resteasy.client.jaxrs.internal | |
org.jboss.resteasy.core | |
org.jboss.resteasy.spi | |
org.jboss.resteasy.util |
Modifier and Type | Interface and 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 and Description |
---|---|
class |
ClientBuilder
Main entry point to the client API used to bootstrap
Client
instances. |
Modifier and Type | Interface and Description |
---|---|
interface |
Configurable<C extends Configurable>
Represents a client or server-side configurable context in JAX-RS.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FeatureContext
A configurable context passed to
Feature and DynamicFeature
instances by JAX-RS runtime during the phase of their configuration. |
Modifier and Type | Interface and Description |
---|---|
interface |
ResteasyWebTarget |
Modifier and Type | Class and Description |
---|---|
class |
ResteasyClient |
class |
ResteasyClientBuilder
Abstraction for creating Clients.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientConfiguration |
class |
ClientWebTarget |
class |
LocalResteasyProviderFactory
A version of ResteasyProviderFactory which does not reference its parent
after it is created.
|
Modifier and Type | Class and Description |
---|---|
class |
ThreadLocalResteasyProviderFactory
Allow applications to push/pop provider factories onto the stack
|
Modifier and Type | Class and Description |
---|---|
class |
ResteasyProviderFactory |
Modifier and Type | Class and Description |
---|---|
class |
FeatureContextDelegate |
Modifier and Type | Field and Description |
---|---|
protected Configurable |
FeatureContextDelegate.configurable |
Constructor and Description |
---|
FeatureContextDelegate(Configurable configurable) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.