Package | Description |
---|---|
com.sun.jersey.api.client |
Provides support for client-side communication with HTTP-based
RESTful Web services.
|
com.sun.jersey.client.apache |
Provides support for the Client API that utilizes the Apache HTTP client to
send and receive HTTP request and responses.
|
com.sun.jersey.client.apache4 |
Provides support for the Client API that utilizes the Apache HTTP client to
send and receive HTTP request and responses.
|
com.sun.jersey.client.urlconnection | |
com.sun.jersey.test.framework.impl.container.inmemory |
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 |
DefaultApacheHttpMethodExecutor
A default implementation of an Apache HTTP method executor.
|
Modifier and Type | Class and Description |
---|---|
class |
ApacheHttpClient4Handler
A root handler with Apache HTTP Client acting as a backend.
|
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. |
Modifier and Type | Class and Description |
---|---|
class |
TestResourceClientHandler |
Copyright © 2013 Oracle Corporation. All rights reserved.