Uses of Package
javax.ws.rs.client

Packages that use javax.ws.rs.client
javax.ws.rs.client The JAX-RS client API 
 

Classes in javax.ws.rs.client used by javax.ws.rs.client
AsyncInvoker
          Uniform interface for asynchronous invocation of HTTP methods.
Client
          Client is the main entry point to the fluent API used to build and execute client requests in order to consume responses returned.
ClientException
          Root exception for all JAX-RS client-side specific exceptions.
ClientRequestContext
          Client request filter context.
ClientResponseContext
          Client response filter context.
Configuration
          Represents inheritable configuration of the main client-side JAX-RS components, such as Client, WebTarget, Invocation Builder or Invocation.
Entity
          Encapsulates message entity including the associated variant information.
Feature
          A configurable feature.
Invocation
          A client request invocation.
Invocation.Builder
          A client request invocation builder.
InvocationCallback
          Callback that can be implemented to receive the asynchronous processing events from the invocation processing.
InvocationException
          A runtime exception thrown during the HTTP request invocation processing, that signals a failure to process the HTTP request or response.
SyncInvoker
          Uniform interface for synchronous invocation of HTTP methods.
WebTarget
          A resource target identified by the resource URI.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.