|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OClientBehavior
Extension-point for modifying client http requests.
The OClientBehaviors
static factory class can be used to create built-in OClientBehavior
instances.
Method Summary | |
---|---|
void |
modify(ClientConfig clientConfig)
Allows for modification of the jersey client api configuration. |
ODataClientRequest |
transform(ODataClientRequest request)
Transforms the current http request. |
Method Detail |
---|
void modify(ClientConfig clientConfig)
clientConfig
- the jersey client api configurationODataClientRequest transform(ODataClientRequest request)
request
- the current http request
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |