Package | Description |
---|---|
com.sun.jersey.api.client |
Provides support for client-side communication with HTTP-based
RESTful Web services.
|
com.sun.jersey.client.impl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractClientRequestAdapter
Abstract implementation of ClientRequestAdapter that helps to adapt an
existing ClientRequestAdapter instance.
|
Modifier and Type | Method and Description |
---|---|
abstract ClientRequestAdapter |
ClientRequest.getAdapter()
Get the client request adapter.
|
ClientRequestAdapter |
AbstractClientRequestAdapter.getAdapter()
Get the adapted client request adapter.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
ClientRequest.setAdapter(ClientRequestAdapter adapter)
Set the client request adapter.
|
Constructor and Description |
---|
AbstractClientRequestAdapter(ClientRequestAdapter cra) |
Modifier and Type | Class and Description |
---|---|
class |
ClientRequestImpl |
Modifier and Type | Method and Description |
---|---|
ClientRequestAdapter |
ClientRequestImpl.getAdapter() |
Modifier and Type | Method and Description |
---|---|
void |
ClientRequestImpl.setAdapter(ClientRequestAdapter adapter) |
Copyright © 2013 Oracle Corporation. All rights reserved.