Package com.azure.core.http.policy
Class TimeoutPolicy
java.lang.Object
com.azure.core.http.policy.TimeoutPolicy
- All Implemented Interfaces:
HttpPipelinePolicy
Deprecated.
The pipeline policy that limits the time allowed between sending a request and receiving the response.
-
Constructor Summary
ConstructorsConstructorDescriptionTimeoutPolicy(Duration timeoutDuration) Deprecated.Creates a TimeoutPolicy. -
Method Summary
Modifier and TypeMethodDescriptionprocess(HttpPipelineCallContext context, HttpPipelineNextPolicy next) Deprecated.Processes provided request context and invokes the next policy.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.core.http.policy.HttpPipelinePolicy
getPipelinePosition, processSync
-
Constructor Details
-
TimeoutPolicy
Deprecated.Creates a TimeoutPolicy.- Parameters:
timeoutDuration- the timeout duration
-
-
Method Details
-
process
Deprecated.Description copied from interface:HttpPipelinePolicyProcesses provided request context and invokes the next policy.- Specified by:
processin interfaceHttpPipelinePolicy- Parameters:
context- The request context.next- The next policy to invoke.- Returns:
- A publisher that initiates the request upon subscription and emits a response on completion.
-
HttpClientOptions.