27 মার্চ, 2025 থেকে, আমরা AOSP তৈরি করতে এবং অবদান রাখতে aosp-main
এর পরিবর্তে android-latest-release
ব্যবহার করার পরামর্শ দিচ্ছি। আরও তথ্যের জন্য, AOSP-তে পরিবর্তনগুলি দেখুন।
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
RequestUtil
public class RequestUtil
extends Object
java.lang.অবজেক্ট |
↳ | com.android.tradefed.util.RequestUtil |
ইউটিলিটিগুলি ত্রুটি হ্যান্ডলিং সহ নেটওয়ার্ক অনুরোধের জেনেরিক পুনরায় চেষ্টা করার অনুমতি দেয়।
সারাংশ
পাবলিক পদ্ধতি |
---|
static <T> T | requestWithBackoff ( requestMethod) requestWithBackoff ( requestMethod) ব্যাকঅফ প্যারামিটার সহ নির্দিষ্ট অনুরোধে কল করুন। |
static <T> T | requestWithBackoff ( requestMethod, int minWaitMSec, int maxWaitMSec, int scalingFactor) requestWithBackoff ( requestMethod, int minWaitMSec, int maxWaitMSec, int scalingFactor) ব্যাকঅফ প্যারামিটার সহ নির্দিষ্ট অনুরোধে কল করুন। |
static <T> T | requestWithBackoff ( requestMethod, int minWaitMSec, int maxWaitMSec, int scalingFactor, IRunUtil runUtil) requestWithBackoff ( requestMethod, int minWaitMSec, int maxWaitMSec, int scalingFactor, IRunUtil runUtil) ব্যাকঅফ প্যারামিটার সহ নির্দিষ্ট অনুরোধে কল করুন। |
পাবলিক কনস্ট্রাক্টর
RequestUtil
public RequestUtil ()
পাবলিক পদ্ধতি
requestWithBackoff
public static T requestWithBackoff ( requestMethod)
ব্যাকঅফ প্যারামিটার সহ নির্দিষ্ট অনুরোধে কল করুন।
কিছু ডিফল্ট সময় পরামিতি ব্যবহার করে।
পরামিতি |
---|
requestMethod | : অনুরোধ করতে কল করার পদ্ধতি |
requestWithBackoff
public static T requestWithBackoff ( requestMethod,
int minWaitMSec,
int maxWaitMSec,
int scalingFactor)
ব্যাকঅফ প্যারামিটার সহ নির্দিষ্ট অনুরোধে কল করুন।
পরামিতি |
---|
requestMethod | : অনুরোধ করতে কল করার পদ্ধতি |
minWaitMSec | int : অনুরোধের মধ্যে অপেক্ষা করার জন্য সবচেয়ে কম সময় |
maxWaitMSec | int : অনুরোধের মধ্যে অপেক্ষা করার জন্য দীর্ঘতম সময়কাল |
scalingFactor | int : একটি ব্যর্থ অনুরোধের জন্য অপেক্ষার মেয়াদে আবেদন করার একাধিক |
requestWithBackoff
public static T requestWithBackoff ( requestMethod,
int minWaitMSec,
int maxWaitMSec,
int scalingFactor,
IRunUtil runUtil)
ব্যাকঅফ প্যারামিটার সহ নির্দিষ্ট অনুরোধে কল করুন।
পরামিতি |
---|
requestMethod | : অনুরোধ করতে কল করার পদ্ধতি |
minWaitMSec | int : অনুরোধের মধ্যে অপেক্ষা করার জন্য সবচেয়ে কম সময় |
maxWaitMSec | int : অনুরোধের মধ্যে অপেক্ষা করার জন্য দীর্ঘতম সময়কাল |
scalingFactor | int : একটি ব্যর্থ অনুরোধের জন্য অপেক্ষার মেয়াদে আবেদন করার একাধিক |
runUtil | IRunUtil : ব্যবহার করার জন্য ঘুমের উপযোগিতা |
এই পৃষ্ঠার কন্টেন্ট ও কোডের নমুনাগুলি Content License-এ বর্ণিত লাইসেন্সের অধীনস্থ। Java এবং OpenJDK হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।
[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["2025-07-29 UTC-তে শেষবার আপডেট করা হয়েছে।"],[],[],null,["# RequestUtil\n===========\n\n\n`\npublic\n\n\nclass\nRequestUtil\n`\n\n\n`\n\nextends Object\n\n\n`\n\n`\n\n\n`\n\n|---|---------------------------------------|\n| java.lang.Object ||\n| ↳ | com.android.tradefed.util.RequestUtil |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nUtilities to allow generic retry of network requests with error handling.\n\nSummary\n-------\n\n| ### Public constructors ||\n|----------------------------------------------------------------------------------------------------------------------|---|\n| ` `[RequestUtil](../../../../../../reference/tradefed/com/android/tradefed/util/RequestUtil.html#RequestUtil())`() ` |\n\n| ### Public methods ||\n|-----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ` static \u003cT\u003e T` | ` `[requestWithBackoff](../../../../../../reference/tradefed/com/android/tradefed/util/RequestUtil.html#requestWithBackoff(\u003cany\u003e))`(` requestMethod) Call the specified request with backoff parameters. |\n| ` static \u003cT\u003e T` | ` `[requestWithBackoff](../../../../../../reference/tradefed/com/android/tradefed/util/RequestUtil.html#requestWithBackoff(\u003cany\u003e,%20int,%20int,%20int))`(` requestMethod, int minWaitMSec, int maxWaitMSec, int scalingFactor) Call the specified request with backoff parameters. |\n| ` static \u003cT\u003e T` | ` `[requestWithBackoff](../../../../../../reference/tradefed/com/android/tradefed/util/RequestUtil.html#requestWithBackoff(\u003cany\u003e,%20int,%20int,%20int,%20com.android.tradefed.util.IRunUtil))`(` requestMethod, int minWaitMSec, int maxWaitMSec, int scalingFactor, [IRunUtil](../../../../../../reference/tradefed/com/android/tradefed/util/IRunUtil.html) runUtil) Call the specified request with backoff parameters. |\n\nPublic constructors\n-------------------\n\n### RequestUtil\n\n```\npublic RequestUtil ()\n```\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\nPublic methods\n--------------\n\n### requestWithBackoff\n\n```\npublic static T requestWithBackoff ( requestMethod)\n```\n\nCall the specified request with backoff parameters.\n\nUses some default timing parameters.\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-----------------|-------------------------------------------------|\n| `requestMethod` | : the method to call to make the request \u003cbr /\u003e |\n\n| Returns ||\n|-----|--------|\n| `T` | \u003cbr /\u003e |\n\n### requestWithBackoff\n\n```\npublic static T requestWithBackoff ( requestMethod, \n int minWaitMSec, \n int maxWaitMSec, \n int scalingFactor)\n```\n\nCall the specified request with backoff parameters.\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-----------------|-------------------------------------------------------------------------------|\n| `requestMethod` | : the method to call to make the request \u003cbr /\u003e |\n| `minWaitMSec` | `int`: the shortest period to wait between requests \u003cbr /\u003e |\n| `maxWaitMSec` | `int`: the longest period to wait between requests \u003cbr /\u003e |\n| `scalingFactor` | `int`: the multiple to apply to the waiting period on a failed request \u003cbr /\u003e |\n\n| Returns ||\n|-----|--------|\n| `T` | \u003cbr /\u003e |\n\n### requestWithBackoff\n\n```\npublic static T requestWithBackoff ( requestMethod, \n int minWaitMSec, \n int maxWaitMSec, \n int scalingFactor, \n ../../../../../../reference/tradefed/com/android/tradefed/util/IRunUtil.html runUtil)\n```\n\nCall the specified request with backoff parameters.\n\n\u003cbr /\u003e\n\n| Parameters ||\n|-----------------|-------------------------------------------------------------------------------|\n| `requestMethod` | : the method to call to make the request \u003cbr /\u003e |\n| `minWaitMSec` | `int`: the shortest period to wait between requests \u003cbr /\u003e |\n| `maxWaitMSec` | `int`: the longest period to wait between requests \u003cbr /\u003e |\n| `scalingFactor` | `int`: the multiple to apply to the waiting period on a failed request \u003cbr /\u003e |\n| `runUtil` | `IRunUtil`: the sleeping utility to use \u003cbr /\u003e |\n\n| Returns ||\n|-----|--------|\n| `T` | \u003cbr /\u003e |"]]