2020-12-04 14:02:06 +03:00
|
|
|
### YamlMime:JavaType
|
|
|
|
uid: "com.azure.core.http.policy.CookiePolicy"
|
|
|
|
fullName: "com.azure.core.http.policy.CookiePolicy"
|
|
|
|
name: "CookiePolicy"
|
|
|
|
nameWithType: "CookiePolicy"
|
|
|
|
summary: "The pipeline policy that which stores cookies based on the response \"Set-Cookie\" header and adds cookies to requests."
|
|
|
|
inheritances:
|
2022-08-11 07:43:16 +03:00
|
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
2020-12-04 14:02:06 +03:00
|
|
|
inheritedMembers:
|
|
|
|
- "java.lang.Object.clone()"
|
|
|
|
- "java.lang.Object.equals(java.lang.Object)"
|
|
|
|
- "java.lang.Object.finalize()"
|
|
|
|
- "java.lang.Object.getClass()"
|
|
|
|
- "java.lang.Object.hashCode()"
|
|
|
|
- "java.lang.Object.notify()"
|
|
|
|
- "java.lang.Object.notifyAll()"
|
|
|
|
- "java.lang.Object.toString()"
|
|
|
|
- "java.lang.Object.wait()"
|
|
|
|
- "java.lang.Object.wait(long)"
|
|
|
|
- "java.lang.Object.wait(long,int)"
|
|
|
|
syntax: "public class CookiePolicy implements HttpPipelinePolicy"
|
|
|
|
constructors:
|
|
|
|
- "com.azure.core.http.policy.CookiePolicy.CookiePolicy()"
|
|
|
|
methods:
|
|
|
|
- "com.azure.core.http.policy.CookiePolicy.process(com.azure.core.http.HttpPipelineCallContext,com.azure.core.http.HttpPipelineNextPolicy)"
|
2022-07-30 09:36:06 +03:00
|
|
|
- "com.azure.core.http.policy.CookiePolicy.processSync(com.azure.core.http.HttpPipelineCallContext,com.azure.core.http.HttpPipelineNextSyncPolicy)"
|
2020-12-04 14:02:06 +03:00
|
|
|
type: "class"
|
2022-08-11 07:43:16 +03:00
|
|
|
desc: "The pipeline policy that which stores cookies based on the response \"Set-Cookie\" header and adds cookies to requests."
|
2020-12-04 14:02:06 +03:00
|
|
|
implements:
|
|
|
|
- "<xref href=\"com.azure.core.http.policy.HttpPipelinePolicy?alt=com.azure.core.http.policy.HttpPipelinePolicy&text=HttpPipelinePolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
|
|
metadata: {}
|
|
|
|
package: "com.azure.core.http.policy"
|
2022-08-10 05:41:55 +03:00
|
|
|
artifact: com.azure:azure-core:1.31.0
|