1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
<title>HttpClient 3.1 Reference Package org.apache.commons.httpclient.methods</title>
<link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="style" />
</head>
<body>
<div class="overview">
<ul>
<li>
<a href="../../../../../overview-summary.html">Overview</a>
</li>
<li class="selected">Package</li>
</ul>
</div>
<div class="framenoframe">
<ul>
<li>
<a href="../../../../../index.html" target="_top">FRAMES</a>
</li>
<li>
<a href="package-summary.html" target="_top">NO FRAMES</a>
</li>
</ul>
</div>
<h2>Package org.apache.commons.httpclient.methods</h2>
<table class="summary">
<thead>
<tr>
<th>Class Summary</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="ByteArrayRequestEntity.html" target="classFrame">ByteArrayRequestEntity</a>
</td>
</tr>
<tr>
<td>
<a href="DeleteMethod.html" target="classFrame">DeleteMethod</a>
</td>
</tr>
<tr>
<td>
<a href="EntityEnclosingMethod.html" target="classFrame">EntityEnclosingMethod</a>
</td>
</tr>
<tr>
<td>
<a href="ExpectContinueMethod.html" target="classFrame">ExpectContinueMethod</a>
</td>
</tr>
<tr>
<td>
<a href="FileRequestEntity.html" target="classFrame">FileRequestEntity</a>
</td>
</tr>
<tr>
<td>
<a href="GetMethod.html" target="classFrame">GetMethod</a>
</td>
</tr>
<tr>
<td>
<a href="HeadMethod.html" target="classFrame">HeadMethod</a>
</td>
</tr>
<tr>
<td>
<a href="InputStreamRequestEntity.html" target="classFrame">InputStreamRequestEntity</a>
</td>
</tr>
<tr>
<td>
<a href="MultipartPostMethod.html" target="classFrame">MultipartPostMethod</a>
</td>
</tr>
<tr>
<td>
<a href="OptionsMethod.html" target="classFrame">OptionsMethod</a>
</td>
</tr>
<tr>
<td>
<a href="PostMethod.html" target="classFrame">PostMethod</a>
</td>
</tr>
<tr>
<td>
<a href="PutMethod.html" target="classFrame">PutMethod</a>
</td>
</tr>
<tr>
<td>
<a href="RequestEntity.html" target="classFrame">RequestEntity</a>
</td>
</tr>
<tr>
<td>
<a href="StringRequestEntity.html" target="classFrame">StringRequestEntity</a>
</td>
</tr>
<tr>
<td>
<a href="TraceMethod.html" target="classFrame">TraceMethod</a>
</td>
</tr>
</tbody>
</table>
<div class="overview">
<ul>
<li>
<a href="../../../../../overview-summary.html">Overview</a>
</li>
<li class="selected">Package</li>
</ul>
</div>
<div class="framenoframe">
<ul>
<li>
<a href="../../../../../index.html" target="_top">FRAMES</a>
</li>
<li>
<a href="package-summary.html" target="_top">NO FRAMES</a>
</li>
</ul>
</div>
<hr />
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.
</body>
</html>
|