File: package-frame.html

package info (click to toggle)
commons-httpclient 3.1-11%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 19,344 kB
  • ctags: 68,956
  • sloc: java: 30,282; xml: 855; makefile: 15
file content (186 lines) | stat: -rw-r--r-- 7,828 bytes parent folder | download | duplicates (9)
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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186

<!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</title>
		<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="style" />
	</head>
	<body>

		<h3>
        	<a href="package-summary.html" target="classFrame">org.apache.commons.httpclient</a>
      	</h3>

      	<h3>Classes</h3>

      	<ul>
      		          	<li>
            	<a href="AccessibleHttpConnectionManager.html" target="classFrame">AccessibleHttpConnectionManager</a>
          	</li>
          	          	<li>
            	<a href="EchoService.html" target="classFrame">EchoService</a>
          	</li>
          	          	<li>
            	<a href="ExecuteMethodThread.html" target="classFrame">ExecuteMethodThread</a>
          	</li>
          	          	<li>
            	<a href="FakeHttpMethod.html" target="classFrame">FakeHttpMethod</a>
          	</li>
          	          	<li>
            	<a href="FeedbackService.html" target="classFrame">FeedbackService</a>
          	</li>
          	          	<li>
            	<a href="HttpClientTestBase.html" target="classFrame">HttpClientTestBase</a>
          	</li>
          	          	<li>
            	<a href="NoHostHttpConnectionManager.html" target="classFrame">NoHostHttpConnectionManager</a>
          	</li>
          	          	<li>
            	<a href="NoncompliantHeadMethod.html" target="classFrame">NoncompliantHeadMethod</a>
          	</li>
          	          	<li>
            	<a href="NoncompliantPostMethod.html" target="classFrame">NoncompliantPostMethod</a>
          	</li>
          	          	<li>
            	<a href="ProxyTestDecorator.html" target="classFrame">ProxyTestDecorator</a>
          	</li>
          	          	<li>
            	<a href="TestAll.html" target="classFrame">TestAll</a>
          	</li>
          	          	<li>
            	<a href="TestBadContentLength.html" target="classFrame">TestBadContentLength</a>
          	</li>
          	          	<li>
            	<a href="TestConnectionPersistence.html" target="classFrame">TestConnectionPersistence</a>
          	</li>
          	          	<li>
            	<a href="TestCredentials.html" target="classFrame">TestCredentials</a>
          	</li>
          	          	<li>
            	<a href="TestEffectiveHttpVersion.html" target="classFrame">TestEffectiveHttpVersion</a>
          	</li>
          	          	<li>
            	<a href="TestEntityEnclosingMethod.html" target="classFrame">TestEntityEnclosingMethod</a>
          	</li>
          	          	<li>
            	<a href="TestEquals.html" target="classFrame">TestEquals</a>
          	</li>
          	          	<li>
            	<a href="TestExceptions.html" target="classFrame">TestExceptions</a>
          	</li>
          	          	<li>
            	<a href="TestHeader.html" target="classFrame">TestHeader</a>
          	</li>
          	          	<li>
            	<a href="TestHeaderElement.html" target="classFrame">TestHeaderElement</a>
          	</li>
          	          	<li>
            	<a href="TestHeaderOps.html" target="classFrame">TestHeaderOps</a>
          	</li>
          	          	<li>
            	<a href="TestHostConfiguration.html" target="classFrame">TestHostConfiguration</a>
          	</li>
          	          	<li>
            	<a href="TestHttpConnection.html" target="classFrame">TestHttpConnection</a>
          	</li>
          	          	<li>
            	<a href="TestHttpConnectionManager.html" target="classFrame">TestHttpConnectionManager</a>
          	</li>
          	          	<li>
            	<a href="TestHttpMethodFundamentals.html" target="classFrame">TestHttpMethodFundamentals</a>
          	</li>
          	          	<li>
            	<a href="TestHttpParser.html" target="classFrame">TestHttpParser</a>
          	</li>
          	          	<li>
            	<a href="TestHttpState.html" target="classFrame">TestHttpState</a>
          	</li>
          	          	<li>
            	<a href="TestHttpStatus.html" target="classFrame">TestHttpStatus</a>
          	</li>
          	          	<li>
            	<a href="TestHttpVersion.html" target="classFrame">TestHttpVersion</a>
          	</li>
          	          	<li>
            	<a href="TestHttps.html" target="classFrame">TestHttps</a>
          	</li>
          	          	<li>
            	<a href="TestIdleConnectionTimeout.html" target="classFrame">TestIdleConnectionTimeout</a>
          	</li>
          	          	<li>
            	<a href="TestMethodAbort.html" target="classFrame">TestMethodAbort</a>
          	</li>
          	          	<li>
            	<a href="TestMethodCharEncoding.html" target="classFrame">TestMethodCharEncoding</a>
          	</li>
          	          	<li>
            	<a href="TestMultipartPost.html" target="classFrame">TestMultipartPost</a>
          	</li>
          	          	<li>
            	<a href="TestNVP.html" target="classFrame">TestNVP</a>
          	</li>
          	          	<li>
            	<a href="TestNoHost.html" target="classFrame">TestNoHost</a>
          	</li>
          	          	<li>
            	<a href="TestNoncompliant.html" target="classFrame">TestNoncompliant</a>
          	</li>
          	          	<li>
            	<a href="TestParameterFormatter.html" target="classFrame">TestParameterFormatter</a>
          	</li>
          	          	<li>
            	<a href="TestParameterParser.html" target="classFrame">TestParameterParser</a>
          	</li>
          	          	<li>
            	<a href="TestPartsNoHost.html" target="classFrame">TestPartsNoHost</a>
          	</li>
          	          	<li>
            	<a href="TestPostMethod.html" target="classFrame">TestPostMethod</a>
          	</li>
          	          	<li>
            	<a href="TestPostParameterEncoding.html" target="classFrame">TestPostParameterEncoding</a>
          	</li>
          	          	<li>
            	<a href="TestProxy.html" target="classFrame">TestProxy</a>
          	</li>
          	          	<li>
            	<a href="TestProxyWithRedirect.html" target="classFrame">TestProxyWithRedirect</a>
          	</li>
          	          	<li>
            	<a href="TestQueryParameters.html" target="classFrame">TestQueryParameters</a>
          	</li>
          	          	<li>
            	<a href="TestRedirects.html" target="classFrame">TestRedirects</a>
          	</li>
          	          	<li>
            	<a href="TestRequestHeaders.html" target="classFrame">TestRequestHeaders</a>
          	</li>
          	          	<li>
            	<a href="TestRequestLine.html" target="classFrame">TestRequestLine</a>
          	</li>
          	          	<li>
            	<a href="TestResponseHeaders.html" target="classFrame">TestResponseHeaders</a>
          	</li>
          	          	<li>
            	<a href="TestStatusLine.html" target="classFrame">TestStatusLine</a>
          	</li>
          	          	<li>
            	<a href="TestStreams.html" target="classFrame">TestStreams</a>
          	</li>
          	          	<li>
            	<a href="TestURI.html" target="classFrame">TestURI</a>
          	</li>
          	          	<li>
            	<a href="TestURIUtil.html" target="classFrame">TestURIUtil</a>
          	</li>
          	          	<li>
            	<a href="TestURIUtil2.html" target="classFrame">TestURIUtil2</a>
          	</li>
          	          	<li>
            	<a href="TestVirtualHost.html" target="classFrame">TestVirtualHost</a>
          	</li>
          	      	</ul>

	</body>
</html>