|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OClientBehavior | |
---|---|
org.odata4j.consumer | The odata4j client-side (consumer-side) API. |
org.odata4j.consumer.behaviors | |
org.odata4j.core | Core odata4j concepts. |
Uses of OClientBehavior in org.odata4j.consumer |
---|
Methods in org.odata4j.consumer with parameters of type OClientBehavior | |
---|---|
static ODataConsumer |
ODataConsumer.create(FormatType preferredType,
String serviceRootUri,
OClientBehavior... behaviors)
|
static ODataConsumer |
ODataConsumer.create(String serviceRootUri,
OClientBehavior... behaviors)
Creates a new consumer for the given OData service uri, adding one or more client behaviors. |
Uses of OClientBehavior in org.odata4j.consumer.behaviors |
---|
Classes in org.odata4j.consumer.behaviors that implement OClientBehavior | |
---|---|
class |
AllowSelfSignedCertsBehavior
|
class |
AzureTableBehavior
|
class |
BasicAuthenticationBehavior
|
class |
DallasCtp2AuthenticationBehavior
|
class |
MethodTunnelingBehavior
|
class |
OldStylePagingBehavior
|
Uses of OClientBehavior in org.odata4j.core |
---|
Methods in org.odata4j.core that return OClientBehavior | |
---|---|
static OClientBehavior |
OClientBehaviors.allowSelfSignedCerts()
Creates a behavior that allows for https services with self-signed certificates. |
static OClientBehavior |
OClientBehaviors.azureTables(String account,
String key)
Creates a behavior that signs requests properly for the Azure Table Storage service. |
static OClientBehavior |
OClientBehaviors.basicAuth(String user,
String password)
Creates a behavior that does http basic authentication. |
static OClientBehavior |
OClientBehaviors.methodTunneling(String... methodsToTunnel)
Creates a behavior that tunnels specific http request methods through POST. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |