org.odata4j.core
Interface OClientBehavior

All Known Implementing Classes:
AllowSelfSignedCertsBehavior, AzureTableBehavior, BasicAuthenticationBehavior, DallasCtp2AuthenticationBehavior, MethodTunnelingBehavior, OldStylePagingBehavior

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

modify

void modify(ClientConfig clientConfig)
Allows for modification of the jersey client api configuration.

Parameters:
clientConfig - the jersey client api configuration

transform

ODataClientRequest transform(ODataClientRequest request)
Transforms the current http request.

Parameters:
request - the current http request
Returns:
the modified http request


http://odata4j.org