comparison libs/httpcomponents-client-4.0-beta1/javadoc/httpclient/org/apache/http/client/HttpRequestRetryHandler.html @ 5:0be9d53a6967

editor for annotations
author dwinter
date Tue, 13 Dec 2011 17:43:46 +0100
parents
children
comparison
equal deleted inserted replaced
4:c32080f364c6 5:0be9d53a6967
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--NewPage-->
3 <HTML>
4 <HEAD>
5 <!-- Generated by javadoc (build 1.5.0_11) on Sat Aug 23 11:49:48 GMT+01:00 2008 -->
6 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7 <TITLE>
8 HttpRequestRetryHandler (HttpClient 4.0-beta1 API)
9 </TITLE>
10
11 <META NAME="keywords" CONTENT="org.apache.http.client.HttpRequestRetryHandler interface">
12
13 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
14
15 <SCRIPT type="text/javascript">
16 function windowTitle()
17 {
18 parent.document.title="HttpRequestRetryHandler (HttpClient 4.0-beta1 API)";
19 }
20 </SCRIPT>
21 <NOSCRIPT>
22 </NOSCRIPT>
23
24 </HEAD>
25
26 <BODY BGCOLOR="white" onload="windowTitle();">
27
28
29 <!-- ========= START OF TOP NAVBAR ======= -->
30 <A NAME="navbar_top"><!-- --></A>
31 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
32 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
33 <TR>
34 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
35 <A NAME="navbar_top_firstrow"><!-- --></A>
36 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
37 <TR ALIGN="center" VALIGN="top">
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HttpRequestRetryHandler.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
46 </TR>
47 </TABLE>
48 </TD>
49 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
50 </EM>
51 </TD>
52 </TR>
53
54 <TR>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 &nbsp;<A HREF="../../../../org/apache/http/client/HttpClient.html" title="interface in org.apache.http.client"><B>PREV CLASS</B></A>&nbsp;
57 &nbsp;<A HREF="../../../../org/apache/http/client/HttpResponseException.html" title="class in org.apache.http.client"><B>NEXT CLASS</B></A></FONT></TD>
58 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
59 <A HREF="../../../../index.html?org/apache/http/client/HttpRequestRetryHandler.html" target="_top"><B>FRAMES</B></A> &nbsp;
60 &nbsp;<A HREF="HttpRequestRetryHandler.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
61 &nbsp;<SCRIPT type="text/javascript">
62 <!--
63 if(window==top) {
64 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
65 }
66 //-->
67 </SCRIPT>
68 <NOSCRIPT>
69 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
70 </NOSCRIPT>
71
72
73 </FONT></TD>
74 </TR>
75 <TR>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
78 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
79 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
80 </TR>
81 </TABLE>
82 <A NAME="skip-navbar_top"></A>
83 <!-- ========= END OF TOP NAVBAR ========= -->
84
85 <HR>
86 <!-- ======== START OF CLASS DATA ======== -->
87 <H2>
88 <FONT SIZE="-1">
89 org.apache.http.client</FONT>
90 <BR>
91 Interface HttpRequestRetryHandler</H2>
92 <DL>
93 <DT><B>All Known Implementing Classes:</B> <DD><A HREF="../../../../org/apache/http/impl/client/DefaultHttpRequestRetryHandler.html" title="class in org.apache.http.impl.client">DefaultHttpRequestRetryHandler</A></DD>
94 </DL>
95 <HR>
96 <DL>
97 <DT><PRE>public interface <B>HttpRequestRetryHandler</B></DL>
98 </PRE>
99
100 <P>
101 A handler for determining if an HttpRequest should be retried after a
102 recoverable exception during execution.
103
104 <p>
105 Classes implementing this interface must synchronize access to shared
106 data as methods of this interfrace may be executed from multiple threads
107 </p>
108 <P>
109
110 <P>
111 <DL>
112 <DT><B>Author:</B></DT>
113 <DD>Michael Becke, <a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a></DD>
114 </DL>
115 <HR>
116
117 <P>
118
119 <!-- ========== METHOD SUMMARY =========== -->
120
121 <A NAME="method_summary"><!-- --></A>
122 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
123 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
124 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
125 <B>Method Summary</B></FONT></TH>
126 </TR>
127 <TR BGCOLOR="white" CLASS="TableRowColor">
128 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
129 <CODE>&nbsp;boolean</CODE></FONT></TD>
130 <TD><CODE><B><A HREF="../../../../org/apache/http/client/HttpRequestRetryHandler.html#retryRequest(java.io.IOException, int, org.apache.http.protocol.HttpContext)">retryRequest</A></B>(java.io.IOException&nbsp;exception,
131 int&nbsp;executionCount,
132 org.apache.http.protocol.HttpContext&nbsp;context)</CODE>
133
134 <BR>
135 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Determines if a method should be retried after an IOException
136 occurs during execution.</TD>
137 </TR>
138 </TABLE>
139 &nbsp;
140 <P>
141
142 <!-- ============ METHOD DETAIL ========== -->
143
144 <A NAME="method_detail"><!-- --></A>
145 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
146 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
147 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
148 <B>Method Detail</B></FONT></TH>
149 </TR>
150 </TABLE>
151
152 <A NAME="retryRequest(java.io.IOException, int, org.apache.http.protocol.HttpContext)"><!-- --></A><H3>
153 retryRequest</H3>
154 <PRE>
155 boolean <B>retryRequest</B>(java.io.IOException&nbsp;exception,
156 int&nbsp;executionCount,
157 org.apache.http.protocol.HttpContext&nbsp;context)</PRE>
158 <DL>
159 <DD>Determines if a method should be retried after an IOException
160 occurs during execution.
161 <P>
162 <DD><DL>
163 <DT><B>Parameters:</B><DD><CODE>exception</CODE> - the exception that occurred<DD><CODE>executionCount</CODE> - the number of times this method has been
164 unsuccessfully executed<DD><CODE>context</CODE> - the context for the request execution
165 <DT><B>Returns:</B><DD><code>true</code> if the method should be retried, <code>false</code>
166 otherwise</DL>
167 </DD>
168 </DL>
169 <!-- ========= END OF CLASS DATA ========= -->
170 <HR>
171
172
173 <!-- ======= START OF BOTTOM NAVBAR ====== -->
174 <A NAME="navbar_bottom"><!-- --></A>
175 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
176 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
177 <TR>
178 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
179 <A NAME="navbar_bottom_firstrow"><!-- --></A>
180 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
181 <TR ALIGN="center" VALIGN="top">
182 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
183 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
184 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
185 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HttpRequestRetryHandler.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
186 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
187 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
188 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
189 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
190 </TR>
191 </TABLE>
192 </TD>
193 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
194 </EM>
195 </TD>
196 </TR>
197
198 <TR>
199 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
200 &nbsp;<A HREF="../../../../org/apache/http/client/HttpClient.html" title="interface in org.apache.http.client"><B>PREV CLASS</B></A>&nbsp;
201 &nbsp;<A HREF="../../../../org/apache/http/client/HttpResponseException.html" title="class in org.apache.http.client"><B>NEXT CLASS</B></A></FONT></TD>
202 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
203 <A HREF="../../../../index.html?org/apache/http/client/HttpRequestRetryHandler.html" target="_top"><B>FRAMES</B></A> &nbsp;
204 &nbsp;<A HREF="HttpRequestRetryHandler.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
205 &nbsp;<SCRIPT type="text/javascript">
206 <!--
207 if(window==top) {
208 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
209 }
210 //-->
211 </SCRIPT>
212 <NOSCRIPT>
213 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
214 </NOSCRIPT>
215
216
217 </FONT></TD>
218 </TR>
219 <TR>
220 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
221 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
222 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
223 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
224 </TR>
225 </TABLE>
226 <A NAME="skip-navbar_bottom"></A>
227 <!-- ======== END OF BOTTOM NAVBAR ======= -->
228
229 <HR>
230 Copyright © 1999-2008 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.
231 </BODY>
232 </HTML>