~ubuntu-branches/ubuntu/lucid/commons-httpclient/lucid

« back to all changes in this revision

Viewing changes to docs/apidocs/deprecated-list.html

  • Committer: Bazaar Package Importer
  • Author(s): Barry Hawkins
  • Date: 2005-11-25 13:12:23 UTC
  • Revision ID: james.westby@ubuntu.com-20051125131223-2g7eyo21pqgrohpo
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
 
2
<!--NewPage-->
 
3
<HTML>
 
4
<HEAD>
 
5
<!-- Generated by javadoc on Sun Oct 10 17:41:04 EDT 2004 -->
 
6
<TITLE>
 
7
HttpClient 2.0.2 API: Deprecated List
 
8
</TITLE>
 
9
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
 
10
</HEAD>
 
11
<BODY BGCOLOR="white">
 
12
 
 
13
<!-- ========== START OF NAVBAR ========== -->
 
14
<A NAME="navbar_top"><!-- --></A>
 
15
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
 
16
<TR>
 
17
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 
18
<A NAME="navbar_top_firstrow"><!-- --></A>
 
19
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
 
20
  <TR ALIGN="center" VALIGN="top">
 
21
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
 
22
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
 
23
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
 
24
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
 
25
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
 
26
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&nbsp;</TD>
 
27
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
 
28
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
 
29
  </TR>
 
30
</TABLE>
 
31
</TD>
 
32
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
 
33
</EM>
 
34
</TD>
 
35
</TR>
 
36
 
 
37
<TR>
 
38
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
39
&nbsp;PREV&nbsp;
 
40
&nbsp;NEXT</FONT></TD>
 
41
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
42
  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
 
43
&nbsp;<A HREF="deprecated-list.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
 
44
</TR>
 
45
</TABLE>
 
46
<!-- =========== END OF NAVBAR =========== -->
 
47
 
 
48
<HR>
 
49
<CENTER>
 
50
<H2>
 
51
<B>Deprecated API</B></H2>
 
52
</CENTER>
 
53
 
 
54
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
55
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
56
<TD COLSPAN=2><FONT SIZE="+2">
 
57
<B>Deprecated Classes</B></FONT></TD>
 
58
</TR>
 
59
<TR BGCOLOR="white" CLASS="TableRowColor">
 
60
<TD><A HREF="org/apache/commons/httpclient/Authenticator.html">org.apache.commons.httpclient.Authenticator</A>
 
61
<BR>
 
62
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/auth/HttpAuthenticator.html"><CODE>HttpAuthenticator</CODE></A></I>&nbsp;</TD>
 
63
</TR>
 
64
<TR BGCOLOR="white" CLASS="TableRowColor">
 
65
<TD><A HREF="org/apache/commons/httpclient/util/Base64.html">org.apache.commons.httpclient.util.Base64</A>
 
66
<BR>
 
67
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>The commons-codec Base64 class will be used in HttpClient 2.1</I>&nbsp;</TD>
 
68
</TR>
 
69
<TR BGCOLOR="white" CLASS="TableRowColor">
 
70
<TD><A HREF="org/apache/commons/httpclient/NTLM.html">org.apache.commons.httpclient.NTLM</A>
 
71
<BR>
 
72
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>this class will be made package access for 2.0beta2</I>&nbsp;</TD>
 
73
</TR>
 
74
<TR BGCOLOR="white" CLASS="TableRowColor">
 
75
<TD><A HREF="org/apache/commons/httpclient/RequestOutputStream.html">org.apache.commons.httpclient.RequestOutputStream</A>
 
76
<BR>
 
77
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use new ChunkedOutputStream(HttpConnecion#getRequestOutputStream());</I>&nbsp;</TD>
 
78
</TR>
 
79
<TR BGCOLOR="white" CLASS="TableRowColor">
 
80
<TD><A HREF="org/apache/commons/httpclient/ResponseInputStream.html">org.apache.commons.httpclient.ResponseInputStream</A>
 
81
<BR>
 
82
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use new ChunkedInputStream(HttpConnecion#getResponseInputStream());</I>&nbsp;</TD>
 
83
</TR>
 
84
<TR BGCOLOR="white" CLASS="TableRowColor">
 
85
<TD><A HREF="org/apache/commons/httpclient/methods/UrlDeleteMethod.html">org.apache.commons.httpclient.methods.UrlDeleteMethod</A>
 
86
<BR>
 
87
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use DeleteMethod</I>&nbsp;</TD>
 
88
</TR>
 
89
<TR BGCOLOR="white" CLASS="TableRowColor">
 
90
<TD><A HREF="org/apache/commons/httpclient/methods/UrlGetMethod.html">org.apache.commons.httpclient.methods.UrlGetMethod</A>
 
91
<BR>
 
92
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use GetMethod</I>&nbsp;</TD>
 
93
</TR>
 
94
<TR BGCOLOR="white" CLASS="TableRowColor">
 
95
<TD><A HREF="org/apache/commons/httpclient/methods/UrlHeadMethod.html">org.apache.commons.httpclient.methods.UrlHeadMethod</A>
 
96
<BR>
 
97
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use HeadMethod</I>&nbsp;</TD>
 
98
</TR>
 
99
<TR BGCOLOR="white" CLASS="TableRowColor">
 
100
<TD><A HREF="org/apache/commons/httpclient/methods/UrlOptionsMethod.html">org.apache.commons.httpclient.methods.UrlOptionsMethod</A>
 
101
<BR>
 
102
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use OptionsMethod</I>&nbsp;</TD>
 
103
</TR>
 
104
<TR BGCOLOR="white" CLASS="TableRowColor">
 
105
<TD><A HREF="org/apache/commons/httpclient/methods/UrlPostMethod.html">org.apache.commons.httpclient.methods.UrlPostMethod</A>
 
106
<BR>
 
107
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use PostMethod</I>&nbsp;</TD>
 
108
</TR>
 
109
<TR BGCOLOR="white" CLASS="TableRowColor">
 
110
<TD><A HREF="org/apache/commons/httpclient/methods/UrlPutMethod.html">org.apache.commons.httpclient.methods.UrlPutMethod</A>
 
111
<BR>
 
112
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use PutMethod</I>&nbsp;</TD>
 
113
</TR>
 
114
</TABLE>
 
115
&nbsp;
 
116
<P>
 
117
 
 
118
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
119
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
120
<TD COLSPAN=2><FONT SIZE="+2">
 
121
<B>Deprecated Interfaces</B></FONT></TD>
 
122
</TR>
 
123
<TR BGCOLOR="white" CLASS="TableRowColor">
 
124
<TD><A HREF="org/apache/commons/httpclient/HttpUrlMethod.html">org.apache.commons.httpclient.HttpUrlMethod</A>
 
125
<BR>
 
126
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use HttpMethod</I>&nbsp;</TD>
 
127
</TR>
 
128
</TABLE>
 
129
&nbsp;
 
130
<P>
 
131
 
 
132
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
133
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
134
<TD COLSPAN=2><FONT SIZE="+2">
 
135
<B>Deprecated Fields</B></FONT></TD>
 
136
</TR>
 
137
<TR BGCOLOR="white" CLASS="TableRowColor">
 
138
<TD><A HREF="org/apache/commons/httpclient/HttpURL.html#_default_port">org.apache.commons.httpclient.HttpURL._default_port</A>
 
139
<BR>
 
140
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/apache/commons/httpclient/HttpURL.html#DEFAULT_PORT"><CODE>HttpURL.DEFAULT_PORT</CODE></A> instead.  This one doesn't conform
 
141
 to the project naming conventions.</I>&nbsp;</TD>
 
142
</TR>
 
143
<TR BGCOLOR="white" CLASS="TableRowColor">
 
144
<TD><A HREF="org/apache/commons/httpclient/HttpsURL.html#_default_port">org.apache.commons.httpclient.HttpsURL._default_port</A>
 
145
<BR>
 
146
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/apache/commons/httpclient/HttpsURL.html#DEFAULT_PORT"><CODE>HttpsURL.DEFAULT_PORT</CODE></A> instead.  This one doesn't conform
 
147
 to the project naming conventions.</I>&nbsp;</TD>
 
148
</TR>
 
149
<TR BGCOLOR="white" CLASS="TableRowColor">
 
150
<TD><A HREF="org/apache/commons/httpclient/HttpURL.html#_default_scheme">org.apache.commons.httpclient.HttpURL._default_scheme</A>
 
151
<BR>
 
152
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/apache/commons/httpclient/HttpURL.html#DEFAULT_SCHEME"><CODE>HttpURL.DEFAULT_SCHEME</CODE></A> instead.  This one doesn't
 
153
 conform to the project naming conventions.</I>&nbsp;</TD>
 
154
</TR>
 
155
<TR BGCOLOR="white" CLASS="TableRowColor">
 
156
<TD><A HREF="org/apache/commons/httpclient/HttpsURL.html#_default_scheme">org.apache.commons.httpclient.HttpsURL._default_scheme</A>
 
157
<BR>
 
158
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="org/apache/commons/httpclient/HttpsURL.html#DEFAULT_SCHEME"><CODE>HttpsURL.DEFAULT_SCHEME</CODE></A> instead.  This one doesn't
 
159
 conform to the project naming conventions.</I>&nbsp;</TD>
 
160
</TR>
 
161
<TR BGCOLOR="white" CLASS="TableRowColor">
 
162
<TD><A HREF="org/apache/commons/httpclient/HttpState.html#PREEMPTIVE_DEFAULT">org.apache.commons.httpclient.HttpState.PREEMPTIVE_DEFAULT</A>
 
163
<BR>
 
164
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>This field and feature will be removed following HttpClient 3.0.</I>&nbsp;</TD>
 
165
</TR>
 
166
<TR BGCOLOR="white" CLASS="TableRowColor">
 
167
<TD><A HREF="org/apache/commons/httpclient/HttpState.html#PREEMPTIVE_PROPERTY">org.apache.commons.httpclient.HttpState.PREEMPTIVE_PROPERTY</A>
 
168
<BR>
 
169
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>This field and feature will be removed following HttpClient 3.0.</I>&nbsp;</TD>
 
170
</TR>
 
171
</TABLE>
 
172
&nbsp;
 
173
<P>
 
174
 
 
175
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
176
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
177
<TD COLSPAN=2><FONT SIZE="+2">
 
178
<B>Deprecated Methods</B></FONT></TD>
 
179
</TR>
 
180
<TR BGCOLOR="white" CLASS="TableRowColor">
 
181
<TD><A HREF="org/apache/commons/httpclient/Authenticator.html#authenticate(org.apache.commons.httpclient.HttpMethod, org.apache.commons.httpclient.HttpState)">org.apache.commons.httpclient.Authenticator.authenticate(HttpMethod, HttpState)</A>
 
182
<BR>
 
183
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/auth/HttpAuthenticator.html#authenticate(org.apache.commons.httpclient.auth.AuthScheme, org.apache.commons.httpclient.HttpMethod, org.apache.commons.httpclient.HttpConnection, org.apache.commons.httpclient.HttpState)"><CODE>HttpAuthenticator.authenticate(AuthScheme, HttpMethod, HttpConnection, HttpState)</CODE></A></I>&nbsp;</TD>
 
184
</TR>
 
185
<TR BGCOLOR="white" CLASS="TableRowColor">
 
186
<TD><A HREF="org/apache/commons/httpclient/Authenticator.html#authenticateProxy(org.apache.commons.httpclient.HttpMethod, org.apache.commons.httpclient.HttpState)">org.apache.commons.httpclient.Authenticator.authenticateProxy(HttpMethod, HttpState)</A>
 
187
<BR>
 
188
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/auth/HttpAuthenticator.html#authenticateProxy(org.apache.commons.httpclient.auth.AuthScheme, org.apache.commons.httpclient.HttpMethod, org.apache.commons.httpclient.HttpConnection, org.apache.commons.httpclient.HttpState)"><CODE>HttpAuthenticator.authenticateProxy(AuthScheme, HttpMethod, HttpConnection, HttpState)</CODE></A></I>&nbsp;</TD>
 
189
</TR>
 
190
<TR BGCOLOR="white" CLASS="TableRowColor">
 
191
<TD><A HREF="org/apache/commons/httpclient/RequestOutputStream.html#close()">org.apache.commons.httpclient.RequestOutputStream.close()</A>
 
192
<BR>
 
193
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use ChunkedOutputStream;</I>&nbsp;</TD>
 
194
</TR>
 
195
<TR BGCOLOR="white" CLASS="TableRowColor">
 
196
<TD><A HREF="org/apache/commons/httpclient/ResponseInputStream.html#close()">org.apache.commons.httpclient.ResponseInputStream.close()</A>
 
197
<BR>
 
198
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use ChunkedInputStream;</I>&nbsp;</TD>
 
199
</TR>
 
200
<TR BGCOLOR="white" CLASS="TableRowColor">
 
201
<TD><A HREF="org/apache/commons/httpclient/Cookie.html#createCookieHeader(java.lang.String, int, java.lang.String, boolean, org.apache.commons.httpclient.Cookie[])">org.apache.commons.httpclient.Cookie.createCookieHeader(String, int, String, boolean, Cookie[])</A>
 
202
<BR>
 
203
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/cookie/CookieSpec.html"><CODE>CookieSpec</CODE></A> interface</I>&nbsp;</TD>
 
204
</TR>
 
205
<TR BGCOLOR="white" CLASS="TableRowColor">
 
206
<TD><A HREF="org/apache/commons/httpclient/Cookie.html#createCookieHeader(java.lang.String, int, java.lang.String, boolean, java.util.Date, org.apache.commons.httpclient.Cookie[])">org.apache.commons.httpclient.Cookie.createCookieHeader(String, int, String, boolean, Date, Cookie[])</A>
 
207
<BR>
 
208
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/cookie/CookieSpec.html"><CODE>CookieSpec</CODE></A> interface</I>&nbsp;</TD>
 
209
</TR>
 
210
<TR BGCOLOR="white" CLASS="TableRowColor">
 
211
<TD><A HREF="org/apache/commons/httpclient/Cookie.html#createCookieHeader(java.lang.String, java.lang.String, boolean, org.apache.commons.httpclient.Cookie[])">org.apache.commons.httpclient.Cookie.createCookieHeader(String, String, boolean, Cookie[])</A>
 
212
<BR>
 
213
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/cookie/CookieSpec.html"><CODE>CookieSpec</CODE></A> interface</I>&nbsp;</TD>
 
214
</TR>
 
215
<TR BGCOLOR="white" CLASS="TableRowColor">
 
216
<TD><A HREF="org/apache/commons/httpclient/Cookie.html#createCookieHeader(java.lang.String, java.lang.String, org.apache.commons.httpclient.Cookie[])">org.apache.commons.httpclient.Cookie.createCookieHeader(String, String, Cookie[])</A>
 
217
<BR>
 
218
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/cookie/CookieSpec.html"><CODE>CookieSpec</CODE></A> interface</I>&nbsp;</TD>
 
219
</TR>
 
220
<TR BGCOLOR="white" CLASS="TableRowColor">
 
221
<TD><A HREF="org/apache/commons/httpclient/HttpClient.html#endSession()">org.apache.commons.httpclient.HttpClient.endSession()</A>
 
222
<BR>
 
223
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>this method has no effect. <A HREF="org/apache/commons/httpclient/HttpMethod.html#releaseConnection()"><CODE>HttpMethod.releaseConnection()</CODE></A>
 
224
 should be used to release resources after a HttpMethod has been executed.</I>&nbsp;</TD>
 
225
</TR>
 
226
<TR BGCOLOR="white" CLASS="TableRowColor">
 
227
<TD><A HREF="org/apache/commons/httpclient/HttpState.html#getCookies(java.lang.String, int, java.lang.String, boolean)">org.apache.commons.httpclient.HttpState.getCookies(String, int, String, boolean)</A>
 
228
<BR>
 
229
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/cookie/CookieSpec.html#match(java.lang.String, int, java.lang.String, boolean, org.apache.commons.httpclient.Cookie)"><CODE>CookieSpec.match(String, int, String, boolean, Cookie)</CODE></A></I>&nbsp;</TD>
 
230
</TR>
 
231
<TR BGCOLOR="white" CLASS="TableRowColor">
 
232
<TD><A HREF="org/apache/commons/httpclient/HttpState.html#getCookies(java.lang.String, int, java.lang.String, boolean, java.util.Date)">org.apache.commons.httpclient.HttpState.getCookies(String, int, String, boolean, Date)</A>
 
233
<BR>
 
234
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use CookieSpec#match(String, int, String, boolean, Cookie)</I>&nbsp;</TD>
 
235
</TR>
 
236
<TR BGCOLOR="white" CLASS="TableRowColor">
 
237
<TD><A HREF="org/apache/commons/httpclient/HttpState.html#getCredentials(java.lang.String)">org.apache.commons.httpclient.HttpState.getCredentials(String)</A>
 
238
<BR>
 
239
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>This method does not distinguish between realms on different
 
240
 servers with the same name.  Use <A HREF="org/apache/commons/httpclient/HttpState.html#getCredentials(java.lang.String, java.lang.String)"><CODE>HttpState.getCredentials(String, String)</CODE></A>
 
241
 instead.</I>&nbsp;</TD>
 
242
</TR>
 
243
<TR BGCOLOR="white" CLASS="TableRowColor">
 
244
<TD><A HREF="org/apache/commons/httpclient/methods/GetMethod.html#getFileData()">org.apache.commons.httpclient.methods.GetMethod.getFileData()</A>
 
245
<BR>
 
246
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the client is responsible for disk I/O</I>&nbsp;</TD>
 
247
</TR>
 
248
<TR BGCOLOR="white" CLASS="TableRowColor">
 
249
<TD><A HREF="org/apache/commons/httpclient/HttpClient.html#getHost()">org.apache.commons.httpclient.HttpClient.getHost()</A>
 
250
<BR>
 
251
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use #getHostConfiguration()</I>&nbsp;</TD>
 
252
</TR>
 
253
<TR BGCOLOR="white" CLASS="TableRowColor">
 
254
<TD><A HREF="org/apache/commons/httpclient/HttpState.html#getHttpConnectionManager()">org.apache.commons.httpclient.HttpState.getHttpConnectionManager()</A>
 
255
<BR>
 
256
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Connection manager is controlled by the HttpClient class.
 
257
 Use <A HREF="org/apache/commons/httpclient/HttpClient.html#getHttpConnectionManager()"><CODE>HttpClient.getHttpConnectionManager()</CODE></A> instead.</I>&nbsp;</TD>
 
258
</TR>
 
259
<TR BGCOLOR="white" CLASS="TableRowColor">
 
260
<TD><A HREF="org/apache/commons/httpclient/HttpClient.html#getPort()">org.apache.commons.httpclient.HttpClient.getPort()</A>
 
261
<BR>
 
262
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use #getHostConfiguration()</I>&nbsp;</TD>
 
263
</TR>
 
264
<TR BGCOLOR="white" CLASS="TableRowColor">
 
265
<TD><A HREF="org/apache/commons/httpclient/HttpState.html#getProxyCredentials(java.lang.String)">org.apache.commons.httpclient.HttpState.getProxyCredentials(String)</A>
 
266
<BR>
 
267
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>This method does not distinguish between realms on different hosts.
 
268
 Use <A HREF="org/apache/commons/httpclient/HttpState.html#getProxyCredentials(java.lang.String, java.lang.String)"><CODE>HttpState.getProxyCredentials(String, String)</CODE></A> instead.</I>&nbsp;</TD>
 
269
</TR>
 
270
<TR BGCOLOR="white" CLASS="TableRowColor">
 
271
<TD><A HREF="org/apache/commons/httpclient/HttpConnection.html#getRequestOutputStream(boolean)">org.apache.commons.httpclient.HttpConnection.getRequestOutputStream(boolean)</A>
 
272
<BR>
 
273
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use new ChunkedOutputStream(httpConnecion.getRequestOutputStream());</I>&nbsp;</TD>
 
274
</TR>
 
275
<TR BGCOLOR="white" CLASS="TableRowColor">
 
276
<TD><A HREF="org/apache/commons/httpclient/HttpConnection.html#getResponseInputStream(org.apache.commons.httpclient.HttpMethod)">org.apache.commons.httpclient.HttpConnection.getResponseInputStream(HttpMethod)</A>
 
277
<BR>
 
278
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use getResponseInputStream() instead.</I>&nbsp;</TD>
 
279
</TR>
 
280
<TR BGCOLOR="white" CLASS="TableRowColor">
 
281
<TD><A HREF="org/apache/commons/httpclient/methods/GetMethod.html#getTempDir()">org.apache.commons.httpclient.methods.GetMethod.getTempDir()</A>
 
282
<BR>
 
283
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the client is responsible for disk I/O</I>&nbsp;</TD>
 
284
</TR>
 
285
<TR BGCOLOR="white" CLASS="TableRowColor">
 
286
<TD><A HREF="org/apache/commons/httpclient/methods/GetMethod.html#getTempFile()">org.apache.commons.httpclient.methods.GetMethod.getTempFile()</A>
 
287
<BR>
 
288
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the client is responsible for disk I/O</I>&nbsp;</TD>
 
289
</TR>
 
290
<TR BGCOLOR="white" CLASS="TableRowColor">
 
291
<TD><A HREF="org/apache/commons/httpclient/methods/GetMethod.html#getUseDisk()">org.apache.commons.httpclient.methods.GetMethod.getUseDisk()</A>
 
292
<BR>
 
293
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the client is responsible for disk I/O</I>&nbsp;</TD>
 
294
</TR>
 
295
<TR BGCOLOR="white" CLASS="TableRowColor">
 
296
<TD><A HREF="org/apache/commons/httpclient/RequestOutputStream.html#isUseChunking()">org.apache.commons.httpclient.RequestOutputStream.isUseChunking()</A>
 
297
<BR>
 
298
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use ChunkedOutputStream;</I>&nbsp;</TD>
 
299
</TR>
 
300
<TR BGCOLOR="white" CLASS="TableRowColor">
 
301
<TD><A HREF="org/apache/commons/httpclient/Cookie.html#matches(java.lang.String, int, java.lang.String, boolean)">org.apache.commons.httpclient.Cookie.matches(String, int, String, boolean)</A>
 
302
<BR>
 
303
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/cookie/CookieSpec.html"><CODE>CookieSpec</CODE></A> interface</I>&nbsp;</TD>
 
304
</TR>
 
305
<TR BGCOLOR="white" CLASS="TableRowColor">
 
306
<TD><A HREF="org/apache/commons/httpclient/Cookie.html#matches(java.lang.String, int, java.lang.String, boolean, java.util.Date)">org.apache.commons.httpclient.Cookie.matches(String, int, String, boolean, Date)</A>
 
307
<BR>
 
308
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/cookie/CookieSpec.html"><CODE>CookieSpec</CODE></A> interface</I>&nbsp;</TD>
 
309
</TR>
 
310
<TR BGCOLOR="white" CLASS="TableRowColor">
 
311
<TD><A HREF="org/apache/commons/httpclient/Cookie.html#parse(java.lang.String, int, java.lang.String, boolean, org.apache.commons.httpclient.Header)">org.apache.commons.httpclient.Cookie.parse(String, int, String, boolean, Header)</A>
 
312
<BR>
 
313
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/cookie/CookieSpec.html"><CODE>CookieSpec</CODE></A> interface</I>&nbsp;</TD>
 
314
</TR>
 
315
<TR BGCOLOR="white" CLASS="TableRowColor">
 
316
<TD><A HREF="org/apache/commons/httpclient/Cookie.html#parse(java.lang.String, int, java.lang.String, org.apache.commons.httpclient.Header)">org.apache.commons.httpclient.Cookie.parse(String, int, String, Header)</A>
 
317
<BR>
 
318
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/cookie/CookieSpec.html"><CODE>CookieSpec</CODE></A> interface</I>&nbsp;</TD>
 
319
</TR>
 
320
<TR BGCOLOR="white" CLASS="TableRowColor">
 
321
<TD><A HREF="org/apache/commons/httpclient/Cookie.html#parse(java.lang.String, java.lang.String, boolean, org.apache.commons.httpclient.Header)">org.apache.commons.httpclient.Cookie.parse(String, String, boolean, Header)</A>
 
322
<BR>
 
323
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/cookie/CookieSpec.html"><CODE>CookieSpec</CODE></A> interface</I>&nbsp;</TD>
 
324
</TR>
 
325
<TR BGCOLOR="white" CLASS="TableRowColor">
 
326
<TD><A HREF="org/apache/commons/httpclient/Cookie.html#parse(java.lang.String, java.lang.String, org.apache.commons.httpclient.Header)">org.apache.commons.httpclient.Cookie.parse(String, String, Header)</A>
 
327
<BR>
 
328
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/cookie/CookieSpec.html"><CODE>CookieSpec</CODE></A> interface</I>&nbsp;</TD>
 
329
</TR>
 
330
<TR BGCOLOR="white" CLASS="TableRowColor">
 
331
<TD><A HREF="org/apache/commons/httpclient/RequestOutputStream.html#print(java.lang.String)">org.apache.commons.httpclient.RequestOutputStream.print(String)</A>
 
332
<BR>
 
333
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use ChunkedOutputStream;</I>&nbsp;</TD>
 
334
</TR>
 
335
<TR BGCOLOR="white" CLASS="TableRowColor">
 
336
<TD><A HREF="org/apache/commons/httpclient/RequestOutputStream.html#println()">org.apache.commons.httpclient.RequestOutputStream.println()</A>
 
337
<BR>
 
338
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use ChunkedOutputStream;</I>&nbsp;</TD>
 
339
</TR>
 
340
<TR BGCOLOR="white" CLASS="TableRowColor">
 
341
<TD><A HREF="org/apache/commons/httpclient/RequestOutputStream.html#println(java.lang.String)">org.apache.commons.httpclient.RequestOutputStream.println(String)</A>
 
342
<BR>
 
343
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use ChunkedOutputStream;</I>&nbsp;</TD>
 
344
</TR>
 
345
<TR BGCOLOR="white" CLASS="TableRowColor">
 
346
<TD><A HREF="org/apache/commons/httpclient/ResponseInputStream.html#read()">org.apache.commons.httpclient.ResponseInputStream.read()</A>
 
347
<BR>
 
348
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use ChunkedInputStream;</I>&nbsp;</TD>
 
349
</TR>
 
350
<TR BGCOLOR="white" CLASS="TableRowColor">
 
351
<TD><A HREF="org/apache/commons/httpclient/ResponseInputStream.html#read(byte[], int, int)">org.apache.commons.httpclient.ResponseInputStream.read(byte[], int, int)</A>
 
352
<BR>
 
353
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use ChunkedInputStream;</I>&nbsp;</TD>
 
354
</TR>
 
355
<TR BGCOLOR="white" CLASS="TableRowColor">
 
356
<TD><A HREF="org/apache/commons/httpclient/HttpMethod.html#recycle()">org.apache.commons.httpclient.HttpMethod.recycle()</A>
 
357
<BR>
 
358
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>no longer supported and will be removed in the future
 
359
             version of HttpClient</I>&nbsp;</TD>
 
360
</TR>
 
361
<TR BGCOLOR="white" CLASS="TableRowColor">
 
362
<TD><A HREF="org/apache/commons/httpclient/HttpMethodBase.html#recycle()">org.apache.commons.httpclient.HttpMethodBase.recycle()</A>
 
363
<BR>
 
364
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>no longer supported and will be removed in the future
 
365
             version of HttpClient</I>&nbsp;</TD>
 
366
</TR>
 
367
<TR BGCOLOR="white" CLASS="TableRowColor">
 
368
<TD><A HREF="org/apache/commons/httpclient/methods/GetMethod.html#recycle()">org.apache.commons.httpclient.methods.GetMethod.recycle()</A>
 
369
<BR>
 
370
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>no longer supported and will be removed in the future
 
371
             version of HttpClient</I>&nbsp;</TD>
 
372
</TR>
 
373
<TR BGCOLOR="white" CLASS="TableRowColor">
 
374
<TD><A HREF="org/apache/commons/httpclient/methods/EntityEnclosingMethod.html#recycle()">org.apache.commons.httpclient.methods.EntityEnclosingMethod.recycle()</A>
 
375
<BR>
 
376
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>no longer supported and will be removed in the future
 
377
             version of HttpClient</I>&nbsp;</TD>
 
378
</TR>
 
379
<TR BGCOLOR="white" CLASS="TableRowColor">
 
380
<TD><A HREF="org/apache/commons/httpclient/methods/MultipartPostMethod.html#recycle()">org.apache.commons.httpclient.methods.MultipartPostMethod.recycle()</A>
 
381
<BR>
 
382
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>no longer supported and will be removed in the future
 
383
             version of HttpClient</I>&nbsp;</TD>
 
384
</TR>
 
385
<TR BGCOLOR="white" CLASS="TableRowColor">
 
386
<TD><A HREF="org/apache/commons/httpclient/methods/HeadMethod.html#recycle()">org.apache.commons.httpclient.methods.HeadMethod.recycle()</A>
 
387
<BR>
 
388
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>no longer supported and will be removed in the future
 
389
             version of HttpClient</I>&nbsp;</TD>
 
390
</TR>
 
391
<TR BGCOLOR="white" CLASS="TableRowColor">
 
392
<TD><A HREF="org/apache/commons/httpclient/HttpState.html#setCredentials(java.lang.String, org.apache.commons.httpclient.Credentials)">org.apache.commons.httpclient.HttpState.setCredentials(String, Credentials)</A>
 
393
<BR>
 
394
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>This method does not distinguish between realms with the
 
395
 same name on different hosts.  
 
396
 Use <A HREF="org/apache/commons/httpclient/HttpState.html#setCredentials(java.lang.String, java.lang.String, org.apache.commons.httpclient.Credentials)"><CODE>HttpState.setCredentials(String, String, Credentials)</CODE></A> instead.</I>&nbsp;</TD>
 
397
</TR>
 
398
<TR BGCOLOR="white" CLASS="TableRowColor">
 
399
<TD><A HREF="org/apache/commons/httpclient/methods/GetMethod.html#setFileData(java.io.File)">org.apache.commons.httpclient.methods.GetMethod.setFileData(File)</A>
 
400
<BR>
 
401
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the client is responsible for disk I/O</I>&nbsp;</TD>
 
402
</TR>
 
403
<TR BGCOLOR="white" CLASS="TableRowColor">
 
404
<TD><A HREF="org/apache/commons/httpclient/HttpState.html#setHttpConnectionManager(org.apache.commons.httpclient.HttpConnectionManager)">org.apache.commons.httpclient.HttpState.setHttpConnectionManager(HttpConnectionManager)</A>
 
405
<BR>
 
406
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Connection manager is controlled by the HttpClient class.
 
407
 Use <A HREF="org/apache/commons/httpclient/HttpClient.html#setHttpConnectionManager(org.apache.commons.httpclient.HttpConnectionManager)"><CODE>HttpClient.setHttpConnectionManager(HttpConnectionManager)</CODE></A> instead.</I>&nbsp;</TD>
 
408
</TR>
 
409
<TR BGCOLOR="white" CLASS="TableRowColor">
 
410
<TD><A HREF="org/apache/commons/httpclient/HttpState.html#setProxyCredentials(java.lang.String, org.apache.commons.httpclient.Credentials)">org.apache.commons.httpclient.HttpState.setProxyCredentials(String, Credentials)</A>
 
411
<BR>
 
412
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>This method does not differentiate between realms with
 
413
 the same name on different servers.  Use
 
414
 <A HREF="org/apache/commons/httpclient/HttpState.html#setProxyCredentials(java.lang.String, java.lang.String, org.apache.commons.httpclient.Credentials)"><CODE>HttpState.setProxyCredentials(String, String, Credentials)</CODE></A> instead.</I>&nbsp;</TD>
 
415
</TR>
 
416
<TR BGCOLOR="white" CLASS="TableRowColor">
 
417
<TD><A HREF="org/apache/commons/httpclient/HttpConnection.html#setSecure(boolean)">org.apache.commons.httpclient.HttpConnection.setSecure(boolean)</A>
 
418
<BR>
 
419
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use setProtocol(Protocol)</I>&nbsp;</TD>
 
420
</TR>
 
421
<TR BGCOLOR="white" CLASS="TableRowColor">
 
422
<TD><A HREF="org/apache/commons/httpclient/methods/GetMethod.html#setTempDir(java.lang.String)">org.apache.commons.httpclient.methods.GetMethod.setTempDir(String)</A>
 
423
<BR>
 
424
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the client is responsible for disk I/O</I>&nbsp;</TD>
 
425
</TR>
 
426
<TR BGCOLOR="white" CLASS="TableRowColor">
 
427
<TD><A HREF="org/apache/commons/httpclient/methods/GetMethod.html#setTempFile(java.lang.String)">org.apache.commons.httpclient.methods.GetMethod.setTempFile(String)</A>
 
428
<BR>
 
429
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the client is responsible for disk I/O</I>&nbsp;</TD>
 
430
</TR>
 
431
<TR BGCOLOR="white" CLASS="TableRowColor">
 
432
<TD><A HREF="org/apache/commons/httpclient/RequestOutputStream.html#setUseChunking(boolean)">org.apache.commons.httpclient.RequestOutputStream.setUseChunking(boolean)</A>
 
433
<BR>
 
434
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use ChunkedOutputStream;</I>&nbsp;</TD>
 
435
</TR>
 
436
<TR BGCOLOR="white" CLASS="TableRowColor">
 
437
<TD><A HREF="org/apache/commons/httpclient/methods/GetMethod.html#setUseDisk(boolean)">org.apache.commons.httpclient.methods.GetMethod.setUseDisk(boolean)</A>
 
438
<BR>
 
439
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the client is responsible for disk I/O</I>&nbsp;</TD>
 
440
</TR>
 
441
<TR BGCOLOR="white" CLASS="TableRowColor">
 
442
<TD><A HREF="org/apache/commons/httpclient/HttpClient.html#startSession(java.lang.String, int)">org.apache.commons.httpclient.HttpClient.startSession(String, int)</A>
 
443
<BR>
 
444
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/HostConfiguration.html"><CODE>HostConfiguration</CODE></A></I>&nbsp;</TD>
 
445
</TR>
 
446
<TR BGCOLOR="white" CLASS="TableRowColor">
 
447
<TD><A HREF="org/apache/commons/httpclient/HttpClient.html#startSession(java.lang.String, int, boolean)">org.apache.commons.httpclient.HttpClient.startSession(String, int, boolean)</A>
 
448
<BR>
 
449
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/HostConfiguration.html"><CODE>HostConfiguration</CODE></A></I>&nbsp;</TD>
 
450
</TR>
 
451
<TR BGCOLOR="white" CLASS="TableRowColor">
 
452
<TD><A HREF="org/apache/commons/httpclient/HttpClient.html#startSession(java.lang.String, int, org.apache.commons.httpclient.Credentials)">org.apache.commons.httpclient.HttpClient.startSession(String, int, Credentials)</A>
 
453
<BR>
 
454
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/HostConfiguration.html"><CODE>HostConfiguration</CODE></A> and <A HREF="org/apache/commons/httpclient/HttpState.html"><CODE>HttpState</CODE></A></I>&nbsp;</TD>
 
455
</TR>
 
456
<TR BGCOLOR="white" CLASS="TableRowColor">
 
457
<TD><A HREF="org/apache/commons/httpclient/HttpClient.html#startSession(java.lang.String, int, org.apache.commons.httpclient.Credentials, boolean)">org.apache.commons.httpclient.HttpClient.startSession(String, int, Credentials, boolean)</A>
 
458
<BR>
 
459
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/HostConfiguration.html"><CODE>HostConfiguration</CODE></A> and <A HREF="org/apache/commons/httpclient/HttpState.html"><CODE>HttpState</CODE></A></I>&nbsp;</TD>
 
460
</TR>
 
461
<TR BGCOLOR="white" CLASS="TableRowColor">
 
462
<TD><A HREF="org/apache/commons/httpclient/HttpClient.html#startSession(java.lang.String, int, java.lang.String, int)">org.apache.commons.httpclient.HttpClient.startSession(String, int, String, int)</A>
 
463
<BR>
 
464
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/HostConfiguration.html"><CODE>HostConfiguration</CODE></A></I>&nbsp;</TD>
 
465
</TR>
 
466
<TR BGCOLOR="white" CLASS="TableRowColor">
 
467
<TD><A HREF="org/apache/commons/httpclient/HttpClient.html#startSession(java.lang.String, int, java.lang.String, int, boolean)">org.apache.commons.httpclient.HttpClient.startSession(String, int, String, int, boolean)</A>
 
468
<BR>
 
469
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/HostConfiguration.html"><CODE>HostConfiguration</CODE></A></I>&nbsp;</TD>
 
470
</TR>
 
471
<TR BGCOLOR="white" CLASS="TableRowColor">
 
472
<TD><A HREF="org/apache/commons/httpclient/HttpClient.html#startSession(org.apache.commons.httpclient.URI)">org.apache.commons.httpclient.HttpClient.startSession(URI)</A>
 
473
<BR>
 
474
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/HostConfiguration.html"><CODE>HostConfiguration</CODE></A></I>&nbsp;</TD>
 
475
</TR>
 
476
<TR BGCOLOR="white" CLASS="TableRowColor">
 
477
<TD><A HREF="org/apache/commons/httpclient/HttpClient.html#startSession(java.net.URL)">org.apache.commons.httpclient.HttpClient.startSession(URL)</A>
 
478
<BR>
 
479
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/HostConfiguration.html"><CODE>HostConfiguration</CODE></A></I>&nbsp;</TD>
 
480
</TR>
 
481
<TR BGCOLOR="white" CLASS="TableRowColor">
 
482
<TD><A HREF="org/apache/commons/httpclient/HttpClient.html#startSession(java.net.URL, org.apache.commons.httpclient.Credentials)">org.apache.commons.httpclient.HttpClient.startSession(URL, Credentials)</A>
 
483
<BR>
 
484
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="org/apache/commons/httpclient/HostConfiguration.html"><CODE>HostConfiguration</CODE></A> and <A HREF="org/apache/commons/httpclient/HttpState.html"><CODE>HttpState</CODE></A></I>&nbsp;</TD>
 
485
</TR>
 
486
<TR BGCOLOR="white" CLASS="TableRowColor">
 
487
<TD><A HREF="org/apache/commons/httpclient/util/URIUtil.html#toDocumentCharset(java.lang.String)">org.apache.commons.httpclient.util.URIUtil.toDocumentCharset(String)</A>
 
488
<BR>
 
489
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Do not use. To be removed</I>&nbsp;</TD>
 
490
</TR>
 
491
<TR BGCOLOR="white" CLASS="TableRowColor">
 
492
<TD><A HREF="org/apache/commons/httpclient/util/URIUtil.html#toDocumentCharset(java.lang.String, java.lang.String)">org.apache.commons.httpclient.util.URIUtil.toDocumentCharset(String, String)</A>
 
493
<BR>
 
494
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Do not use. To be removed</I>&nbsp;</TD>
 
495
</TR>
 
496
<TR BGCOLOR="white" CLASS="TableRowColor">
 
497
<TD><A HREF="org/apache/commons/httpclient/util/URIUtil.html#toProtocolCharset(java.lang.String)">org.apache.commons.httpclient.util.URIUtil.toProtocolCharset(String)</A>
 
498
<BR>
 
499
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Do not use. To be removed</I>&nbsp;</TD>
 
500
</TR>
 
501
<TR BGCOLOR="white" CLASS="TableRowColor">
 
502
<TD><A HREF="org/apache/commons/httpclient/util/URIUtil.html#toProtocolCharset(java.lang.String, java.lang.String)">org.apache.commons.httpclient.util.URIUtil.toProtocolCharset(String, String)</A>
 
503
<BR>
 
504
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Do not use. To be removed</I>&nbsp;</TD>
 
505
</TR>
 
506
<TR BGCOLOR="white" CLASS="TableRowColor">
 
507
<TD><A HREF="org/apache/commons/httpclient/util/URIUtil.html#toUsingCharset(java.lang.String, java.lang.String, java.lang.String)">org.apache.commons.httpclient.util.URIUtil.toUsingCharset(String, String, String)</A>
 
508
<BR>
 
509
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Do not use. To be removed</I>&nbsp;</TD>
 
510
</TR>
 
511
<TR BGCOLOR="white" CLASS="TableRowColor">
 
512
<TD><A HREF="org/apache/commons/httpclient/RequestOutputStream.html#write(byte[], int, int)">org.apache.commons.httpclient.RequestOutputStream.write(byte[], int, int)</A>
 
513
<BR>
 
514
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use ChunkedOutputStream;</I>&nbsp;</TD>
 
515
</TR>
 
516
<TR BGCOLOR="white" CLASS="TableRowColor">
 
517
<TD><A HREF="org/apache/commons/httpclient/RequestOutputStream.html#write(int)">org.apache.commons.httpclient.RequestOutputStream.write(int)</A>
 
518
<BR>
 
519
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use ChunkedOutputStream;</I>&nbsp;</TD>
 
520
</TR>
 
521
</TABLE>
 
522
&nbsp;
 
523
<P>
 
524
 
 
525
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
 
526
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
 
527
<TD COLSPAN=2><FONT SIZE="+2">
 
528
<B>Deprecated Constructors</B></FONT></TD>
 
529
</TR>
 
530
<TR BGCOLOR="white" CLASS="TableRowColor">
 
531
<TD><A HREF="org/apache/commons/httpclient/methods/EntityEnclosingMethod.html#EntityEnclosingMethod(java.lang.String, java.lang.String)">org.apache.commons.httpclient.methods.EntityEnclosingMethod(String, String)</A>
 
532
<BR>
 
533
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the client is responsible for disk I/O</I>&nbsp;</TD>
 
534
</TR>
 
535
<TR BGCOLOR="white" CLASS="TableRowColor">
 
536
<TD><A HREF="org/apache/commons/httpclient/methods/EntityEnclosingMethod.html#EntityEnclosingMethod(java.lang.String, java.lang.String, java.lang.String)">org.apache.commons.httpclient.methods.EntityEnclosingMethod(String, String, String)</A>
 
537
<BR>
 
538
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the client is responsible for disk I/O</I>&nbsp;</TD>
 
539
</TR>
 
540
<TR BGCOLOR="white" CLASS="TableRowColor">
 
541
<TD><A HREF="org/apache/commons/httpclient/methods/ExpectContinueMethod.html#ExpectContinueMethod(java.lang.String, java.lang.String)">org.apache.commons.httpclient.methods.ExpectContinueMethod(String, String)</A>
 
542
<BR>
 
543
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the client is responsible for disk I/O</I>&nbsp;</TD>
 
544
</TR>
 
545
<TR BGCOLOR="white" CLASS="TableRowColor">
 
546
<TD><A HREF="org/apache/commons/httpclient/methods/ExpectContinueMethod.html#ExpectContinueMethod(java.lang.String, java.lang.String, java.lang.String)">org.apache.commons.httpclient.methods.ExpectContinueMethod(String, String, String)</A>
 
547
<BR>
 
548
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the client is responsible for disk I/O</I>&nbsp;</TD>
 
549
</TR>
 
550
<TR BGCOLOR="white" CLASS="TableRowColor">
 
551
<TD><A HREF="org/apache/commons/httpclient/methods/GetMethod.html#GetMethod(java.lang.String, java.io.File)">org.apache.commons.httpclient.methods.GetMethod(String, File)</A>
 
552
<BR>
 
553
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the client is responsible for disk I/O</I>&nbsp;</TD>
 
554
</TR>
 
555
<TR BGCOLOR="white" CLASS="TableRowColor">
 
556
<TD><A HREF="org/apache/commons/httpclient/methods/GetMethod.html#GetMethod(java.lang.String, java.lang.String)">org.apache.commons.httpclient.methods.GetMethod(String, String)</A>
 
557
<BR>
 
558
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the client is responsible for disk I/O</I>&nbsp;</TD>
 
559
</TR>
 
560
<TR BGCOLOR="white" CLASS="TableRowColor">
 
561
<TD><A HREF="org/apache/commons/httpclient/methods/GetMethod.html#GetMethod(java.lang.String, java.lang.String, java.lang.String)">org.apache.commons.httpclient.methods.GetMethod(String, String, String)</A>
 
562
<BR>
 
563
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the client is responsible for disk I/O</I>&nbsp;</TD>
 
564
</TR>
 
565
<TR BGCOLOR="white" CLASS="TableRowColor">
 
566
<TD><A HREF="org/apache/commons/httpclient/HttpConnection.html#HttpConnection(java.lang.String, int, boolean)">org.apache.commons.httpclient.HttpConnection(String, int, boolean)</A>
 
567
<BR>
 
568
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use HttpConnection(String, int, Protocol)</I>&nbsp;</TD>
 
569
</TR>
 
570
<TR BGCOLOR="white" CLASS="TableRowColor">
 
571
<TD><A HREF="org/apache/commons/httpclient/HttpConnection.html#HttpConnection(java.lang.String, int, java.lang.String, int, boolean)">org.apache.commons.httpclient.HttpConnection(String, int, String, int, boolean)</A>
 
572
<BR>
 
573
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use HttpConnection(String, int, String, int, Protocol)</I>&nbsp;</TD>
 
574
</TR>
 
575
<TR BGCOLOR="white" CLASS="TableRowColor">
 
576
<TD><A HREF="org/apache/commons/httpclient/methods/PostMethod.html#PostMethod(java.lang.String, java.lang.String)">org.apache.commons.httpclient.methods.PostMethod(String, String)</A>
 
577
<BR>
 
578
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the client is responsible for disk I/O</I>&nbsp;</TD>
 
579
</TR>
 
580
<TR BGCOLOR="white" CLASS="TableRowColor">
 
581
<TD><A HREF="org/apache/commons/httpclient/methods/PostMethod.html#PostMethod(java.lang.String, java.lang.String, java.lang.String)">org.apache.commons.httpclient.methods.PostMethod(String, String, String)</A>
 
582
<BR>
 
583
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>the client is responsible for disk I/O</I>&nbsp;</TD>
 
584
</TR>
 
585
<TR BGCOLOR="white" CLASS="TableRowColor">
 
586
<TD><A HREF="org/apache/commons/httpclient/RequestOutputStream.html#RequestOutputStream(java.io.OutputStream)">org.apache.commons.httpclient.RequestOutputStream(OutputStream)</A>
 
587
<BR>
 
588
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use ChunkedOutputStream;</I>&nbsp;</TD>
 
589
</TR>
 
590
<TR BGCOLOR="white" CLASS="TableRowColor">
 
591
<TD><A HREF="org/apache/commons/httpclient/RequestOutputStream.html#RequestOutputStream(java.io.OutputStream, boolean)">org.apache.commons.httpclient.RequestOutputStream(OutputStream, boolean)</A>
 
592
<BR>
 
593
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use ChunkedOutputStream;</I>&nbsp;</TD>
 
594
</TR>
 
595
<TR BGCOLOR="white" CLASS="TableRowColor">
 
596
<TD><A HREF="org/apache/commons/httpclient/ResponseInputStream.html#ResponseInputStream(java.io.InputStream, boolean, int)">org.apache.commons.httpclient.ResponseInputStream(InputStream, boolean, int)</A>
 
597
<BR>
 
598
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use ChunkedInputStream;</I>&nbsp;</TD>
 
599
</TR>
 
600
<TR BGCOLOR="white" CLASS="TableRowColor">
 
601
<TD><A HREF="org/apache/commons/httpclient/ResponseInputStream.html#ResponseInputStream(java.io.InputStream, org.apache.commons.httpclient.HttpMethod)">org.apache.commons.httpclient.ResponseInputStream(InputStream, HttpMethod)</A>
 
602
<BR>
 
603
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use ChunkedInputStream;</I>&nbsp;</TD>
 
604
</TR>
 
605
<TR BGCOLOR="white" CLASS="TableRowColor">
 
606
<TD><A HREF="org/apache/commons/httpclient/URI.html#URI(java.net.URL)">org.apache.commons.httpclient.URI(URL)</A>
 
607
<BR>
 
608
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>currently somewhat wrong and diffrent with java.net.URL usage</I>&nbsp;</TD>
 
609
</TR>
 
610
</TABLE>
 
611
&nbsp;
 
612
<P>
 
613
<HR>
 
614
 
 
615
<!-- ========== START OF NAVBAR ========== -->
 
616
<A NAME="navbar_bottom"><!-- --></A>
 
617
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
 
618
<TR>
 
619
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
 
620
<A NAME="navbar_bottom_firstrow"><!-- --></A>
 
621
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
 
622
  <TR ALIGN="center" VALIGN="top">
 
623
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
 
624
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
 
625
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
 
626
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
 
627
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
 
628
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Deprecated</B></FONT>&nbsp;</TD>
 
629
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
 
630
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
 
631
  </TR>
 
632
</TABLE>
 
633
</TD>
 
634
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
 
635
</EM>
 
636
</TD>
 
637
</TR>
 
638
 
 
639
<TR>
 
640
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
641
&nbsp;PREV&nbsp;
 
642
&nbsp;NEXT</FONT></TD>
 
643
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
 
644
  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
 
645
&nbsp;<A HREF="deprecated-list.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
 
646
</TR>
 
647
</TABLE>
 
648
<!-- =========== END OF NAVBAR =========== -->
 
649
 
 
650
<HR>
 
651
Copyright &copy; 2001-2004 Apache Software Foundation. All Rights Reserved.
 
652
</BODY>
 
653
</HTML>