org.odata4j.consumer.behaviors
Interface OClientBehavior

All Known Subinterfaces:
JerseyClientBehavior
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
 ODataClientRequest transform(ODataClientRequest request)
          Transforms the current http request.
 

Method Detail

transform

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

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


http://odata4j.org