Package | Description |
---|---|
com.sun.jersey.api.client |
Provides support for client-side communication with HTTP-based
RESTful Web services.
|
com.sun.jersey.client.urlconnection |
Modifier and Type | Class and Description |
---|---|
class |
TerminatingClientHandler
A terminating client handler that is invoked to produce an HTTP request
to send to a resource and process the HTTP response received from the resource.
|
Modifier and Type | Class and Description |
---|---|
class |
URLConnectionClientHandler
A terminating client handler that uses
HttpURLConnection or
HttpsURLConnection to make HTTP requests and receive HTTP responses. |
Copyright © 2013 Oracle Corporation. All Rights Reserved.