51 строка
3.8 KiB
YAML
51 строка
3.8 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.core.http.HttpPipelineNextPolicy"
|
|
fullName: "com.azure.core.http.HttpPipelineNextPolicy"
|
|
name: "HttpPipelineNextPolicy"
|
|
nameWithType: "HttpPipelineNextPolicy"
|
|
summary: "A class that invokes the next policy in the HTTP pipeline."
|
|
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 **HttpPipelineNextPolicy**"
|
|
methods:
|
|
- uid: "com.azure.core.http.HttpPipelineNextPolicy.clone()"
|
|
fullName: "com.azure.core.http.HttpPipelineNextPolicy.clone()"
|
|
name: "clone()"
|
|
nameWithType: "HttpPipelineNextPolicy.clone()"
|
|
summary: "Creates a new instance of this instance."
|
|
overridden: "java.lang.Object.clone()"
|
|
syntax: "public HttpPipelineNextPolicy clone()"
|
|
desc: "Creates a new instance of this instance."
|
|
returns:
|
|
description: "A new instance of this next pipeline policy."
|
|
type: "<xref href=\"com.azure.core.http.HttpPipelineNextPolicy?alt=com.azure.core.http.HttpPipelineNextPolicy&text=HttpPipelineNextPolicy\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.core.http.HttpPipelineNextPolicy.process()"
|
|
fullName: "com.azure.core.http.HttpPipelineNextPolicy.process()"
|
|
name: "process()"
|
|
nameWithType: "HttpPipelineNextPolicy.process()"
|
|
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 Mono<HttpResponse> process()"
|
|
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: "A publisher which upon subscription invokes next policy and emits response from the policy."
|
|
type: "<a href=\"https://projectreactor.io/docs/core/release/api/reactor/core/publisher/Mono.html\">Mono</a><<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.\n\nThis class encapsulates the state of the HTTP pipeline call and provides a method to process the next policy in the pipeline.\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."
|
|
metadata: {}
|
|
package: "com.azure.core.http"
|
|
artifact: com.azure:azure-core:1.54.0
|