azure-docs-sdk-java/docs-ref-autogen/com.azure.core.http.HttpPip...

51 строка
3.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.core.http.HttpPipelineNextSyncPolicy"
fullName: "com.azure.core.http.HttpPipelineNextSyncPolicy"
name: "HttpPipelineNextSyncPolicy"
nameWithType: "HttpPipelineNextSyncPolicy"
summary: "A class that invokes the next policy in the HTTP pipeline in a synchronous manner."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public class **HttpPipelineNextSyncPolicy**"
methods:
- uid: "com.azure.core.http.HttpPipelineNextSyncPolicy.clone()"
fullName: "com.azure.core.http.HttpPipelineNextSyncPolicy.clone()"
name: "clone()"
nameWithType: "HttpPipelineNextSyncPolicy.clone()"
summary: "Creates a new instance of this instance."
overridden: "java.lang.Object.clone()"
syntax: "public HttpPipelineNextSyncPolicy clone()"
desc: "Creates a new instance of this instance."
returns:
description: "A new instance of this next pipeline sync policy."
type: "<xref href=\"com.azure.core.http.HttpPipelineNextSyncPolicy?alt=com.azure.core.http.HttpPipelineNextSyncPolicy&text=HttpPipelineNextSyncPolicy\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.core.http.HttpPipelineNextSyncPolicy.processSync()"
fullName: "com.azure.core.http.HttpPipelineNextSyncPolicy.processSync()"
name: "processSync()"
nameWithType: "HttpPipelineNextSyncPolicy.processSync()"
summary: "Invokes the next <xref uid=\"com.azure.core.http.policy.HttpPipelinePolicy\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpPipelinePolicy\"></xref>."
syntax: "public HttpResponse processSync()"
desc: "Invokes the next <xref uid=\"com.azure.core.http.policy.HttpPipelinePolicy\" data-throw-if-not-resolved=\"false\" data-raw-source=\"HttpPipelinePolicy\"></xref>."
returns:
description: "The response."
type: "<xref href=\"com.azure.core.http.HttpResponse?alt=com.azure.core.http.HttpResponse&text=HttpResponse\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "A class that invokes the next policy in the HTTP pipeline in a synchronous manner.\n\nThis class encapsulates the state of the HTTP pipeline call and provides a method to process the next policy in the pipeline synchronously.\n\nIt provides methods to process the next policy and clone the current instance of the next pipeline policy.\n\nThis class is useful when you want to send an HTTP request through the HTTP pipeline and need to process the next policy in the pipeline in a synchronous manner."
metadata: {}
package: "com.azure.core.http"
artifact: com.azure:azure-core:1.52.0