|
|||||||||
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.cxf.consumer | |
org.odata4j.jersey.consumer | |
org.odata4j.jersey.consumer.behaviors |
Uses of OClientBehavior in org.odata4j.consumer |
---|
Methods in org.odata4j.consumer with parameters of type OClientBehavior | |
---|---|
ODataConsumer.Builder |
ODataConsumers.Builder.setClientBehaviors(OClientBehavior... clientBehaviors)
|
ODataConsumer.Builder |
ODataConsumer.Builder.setClientBehaviors(OClientBehavior... clientBehaviors)
Sets the client behavior extensions associated with the consumer. |
Uses of OClientBehavior in org.odata4j.consumer.behaviors |
---|
Classes in org.odata4j.consumer.behaviors that implement OClientBehavior | |
---|---|
class |
AzureTableBehavior
|
class |
BasicAuthenticationBehavior
|
class |
DallasCtp2AuthenticationBehavior
|
class |
MethodTunnelingBehavior
|
class |
OldStylePagingBehavior
|
Methods in org.odata4j.consumer.behaviors that return OClientBehavior | |
---|---|
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. |
static OClientBehavior |
OClientBehaviors.rateLimit(long millis)
Creates a behavior that sleeps a specified amount of time before each client request. |
Uses of OClientBehavior in org.odata4j.cxf.consumer |
---|
Methods in org.odata4j.cxf.consumer with parameters of type OClientBehavior | |
---|---|
ODataCxfConsumer.Builder |
ODataCxfConsumer.Builder.setClientBehaviors(OClientBehavior... clientBehaviors)
Sets one or more client behaviors. |
Constructors in org.odata4j.cxf.consumer with parameters of type OClientBehavior | |
---|---|
ODataCxfClient(FormatType type,
OClientBehavior... behaviors)
|
Uses of OClientBehavior in org.odata4j.jersey.consumer |
---|
Methods in org.odata4j.jersey.consumer with parameters of type OClientBehavior | |
---|---|
ODataJerseyConsumer.Builder |
ODataJerseyConsumer.Builder.setClientBehaviors(OClientBehavior... clientBehaviors)
Sets one or more client behaviors. |
Uses of OClientBehavior in org.odata4j.jersey.consumer.behaviors |
---|
Subinterfaces of OClientBehavior in org.odata4j.jersey.consumer.behaviors | |
---|---|
interface |
JerseyClientBehavior
|
Classes in org.odata4j.jersey.consumer.behaviors that implement OClientBehavior | |
---|---|
class |
AllowSelfSignedCertsBehavior
|
Methods in org.odata4j.jersey.consumer.behaviors that return OClientBehavior | |
---|---|
static OClientBehavior |
AllowSelfSignedCertsBehavior.allowSelfSignedCerts()
Creates a behavior that allows for https services with self-signed certificates. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |