comparison apache-xmlrpc-3.1.3/docs/apidocs/org/apache/xmlrpc/webserver/HttpServletRequestImpl.html @ 151:db5f735fd2b4

add xml-rpc.jar
author e085711
date Sat, 10 Sep 2011 04:13:50 +0900
parents
children
comparison
equal deleted inserted replaced
147:a2b5149bbbe6 151:db5f735fd2b4
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.6.0_17) on Sat Feb 06 17:11:29 CET 2010 -->
6 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <TITLE>
8 HttpServletRequestImpl (Apache XML-RPC 3.1.3 API)
9 </TITLE>
10
11 <META NAME="date" CONTENT="2010-02-06">
12
13 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
14
15 <SCRIPT type="text/javascript">
16 function windowTitle()
17 {
18 if (location.href.indexOf('is-external=true') == -1) {
19 parent.document.title="HttpServletRequestImpl (Apache XML-RPC 3.1.3 API)";
20 }
21 }
22 </SCRIPT>
23 <NOSCRIPT>
24 </NOSCRIPT>
25
26 </HEAD>
27
28 <BODY BGCOLOR="white" onload="windowTitle();">
29 <HR>
30
31
32 <!-- ========= START OF TOP NAVBAR ======= -->
33 <A NAME="navbar_top"><!-- --></A>
34 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
35 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
36 <TR>
37 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
38 <A NAME="navbar_top_firstrow"><!-- --></A>
39 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
40 <TR ALIGN="center" VALIGN="top">
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HttpServletRequestImpl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
46 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
47 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
48 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
49 </TR>
50 </TABLE>
51 </TD>
52 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
53 </EM>
54 </TD>
55 </TR>
56
57 <TR>
58 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
59 &nbsp;<A HREF="../../../../org/apache/xmlrpc/webserver/Connection.html" title="class in org.apache.xmlrpc.webserver"><B>PREV CLASS</B></A>&nbsp;
60 &nbsp;<A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletResponseImpl.html" title="class in org.apache.xmlrpc.webserver"><B>NEXT CLASS</B></A></FONT></TD>
61 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
62 <A HREF="../../../../index.html?org/apache/xmlrpc/webserver/HttpServletRequestImpl.html" target="_top"><B>FRAMES</B></A> &nbsp;
63 &nbsp;<A HREF="HttpServletRequestImpl.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
64 &nbsp;<SCRIPT type="text/javascript">
65 <!--
66 if(window==top) {
67 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
68 }
69 //-->
70 </SCRIPT>
71 <NOSCRIPT>
72 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
73 </NOSCRIPT>
74
75
76 </FONT></TD>
77 </TR>
78 <TR>
79 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
80 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
81 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
82 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
83 </TR>
84 </TABLE>
85 <A NAME="skip-navbar_top"></A>
86 <!-- ========= END OF TOP NAVBAR ========= -->
87
88 <HR>
89 <!-- ======== START OF CLASS DATA ======== -->
90 <H2>
91 <FONT SIZE="-1">
92 org.apache.xmlrpc.webserver</FONT>
93 <BR>
94 Class HttpServletRequestImpl</H2>
95 <PRE>
96 java.lang.Object
97 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.xmlrpc.webserver.HttpServletRequestImpl</B>
98 </PRE>
99 <HR>
100 <DL>
101 <DT><PRE>public class <B>HttpServletRequestImpl</B><DT>extends java.lang.Object</DL>
102 </PRE>
103
104 <P>
105 Stub implementation of a <CODE>javax.servlet.http.HttpServletRequest</CODE>
106 with lots of unimplemented methods. I implemented only those, which
107 are required for testing the <A HREF="../../../../org/apache/xmlrpc/webserver/XmlRpcServlet.html" title="class in org.apache.xmlrpc.webserver"><CODE>XmlRpcServlet</CODE></A>.
108 Perhaps someone else is adding more at a later time?
109 <P>
110
111 <P>
112 <HR>
113
114 <P>
115
116 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
117
118 <A NAME="constructor_summary"><!-- --></A>
119 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
120 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
121 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
122 <B>Constructor Summary</B></FONT></TH>
123 </TR>
124 <TR BGCOLOR="white" CLASS="TableRowColor">
125 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#HttpServletRequestImpl(java.net.Socket)">HttpServletRequestImpl</A></B>(java.net.Socket&nbsp;pSocket)</CODE>
126
127 <BR>
128 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new instance, which reads input from the given
129 socket.</TD>
130 </TR>
131 </TABLE>
132 &nbsp;
133 <!-- ========== METHOD SUMMARY =========== -->
134
135 <A NAME="method_summary"><!-- --></A>
136 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
137 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
138 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
139 <B>Method Summary</B></FONT></TH>
140 </TR>
141 <TR BGCOLOR="white" CLASS="TableRowColor">
142 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
143 <CODE>protected &nbsp;void</CODE></FONT></TD>
144 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#addHeader(java.lang.String, java.lang.String)">addHeader</A></B>(java.lang.String&nbsp;pHeader,
145 java.lang.String&nbsp;pValue)</CODE>
146
147 <BR>
148 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
149 </TR>
150 <TR BGCOLOR="white" CLASS="TableRowColor">
151 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
152 <CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
153 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getAttribute(java.lang.String)">getAttribute</A></B>(java.lang.String&nbsp;pKey)</CODE>
154
155 <BR>
156 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
157 </TR>
158 <TR BGCOLOR="white" CLASS="TableRowColor">
159 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
160 <CODE>&nbsp;java.util.Enumeration</CODE></FONT></TD>
161 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getAttributeNames()">getAttributeNames</A></B>()</CODE>
162
163 <BR>
164 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
165 </TR>
166 <TR BGCOLOR="white" CLASS="TableRowColor">
167 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
168 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
169 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getAuthType()">getAuthType</A></B>()</CODE>
170
171 <BR>
172 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
173 </TR>
174 <TR BGCOLOR="white" CLASS="TableRowColor">
175 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
176 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
177 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getCharacterEncoding()">getCharacterEncoding</A></B>()</CODE>
178
179 <BR>
180 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
181 </TR>
182 <TR BGCOLOR="white" CLASS="TableRowColor">
183 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
184 <CODE>&nbsp;int</CODE></FONT></TD>
185 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getContentLength()">getContentLength</A></B>()</CODE>
186
187 <BR>
188 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
189 </TR>
190 <TR BGCOLOR="white" CLASS="TableRowColor">
191 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
192 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
193 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getContentType()">getContentType</A></B>()</CODE>
194
195 <BR>
196 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
197 </TR>
198 <TR BGCOLOR="white" CLASS="TableRowColor">
199 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
200 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
201 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getContextPath()">getContextPath</A></B>()</CODE>
202
203 <BR>
204 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
205 </TR>
206 <TR BGCOLOR="white" CLASS="TableRowColor">
207 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
208 <CODE>&nbsp;Cookie[]</CODE></FONT></TD>
209 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getCookies()">getCookies</A></B>()</CODE>
210
211 <BR>
212 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
213 </TR>
214 <TR BGCOLOR="white" CLASS="TableRowColor">
215 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
216 <CODE>&nbsp;long</CODE></FONT></TD>
217 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getDateHeader(java.lang.String)">getDateHeader</A></B>(java.lang.String&nbsp;arg0)</CODE>
218
219 <BR>
220 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
221 </TR>
222 <TR BGCOLOR="white" CLASS="TableRowColor">
223 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
224 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
225 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getHeader(java.lang.String)">getHeader</A></B>(java.lang.String&nbsp;pHeader)</CODE>
226
227 <BR>
228 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
229 </TR>
230 <TR BGCOLOR="white" CLASS="TableRowColor">
231 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
232 <CODE>&nbsp;java.util.Enumeration</CODE></FONT></TD>
233 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getHeaderNames()">getHeaderNames</A></B>()</CODE>
234
235 <BR>
236 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
237 </TR>
238 <TR BGCOLOR="white" CLASS="TableRowColor">
239 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
240 <CODE>&nbsp;java.util.Enumeration</CODE></FONT></TD>
241 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getHeaders(java.lang.String)">getHeaders</A></B>(java.lang.String&nbsp;pHeader)</CODE>
242
243 <BR>
244 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
245 </TR>
246 <TR BGCOLOR="white" CLASS="TableRowColor">
247 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
248 <CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
249 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getHttpVersion()">getHttpVersion</A></B>()</CODE>
250
251 <BR>
252 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
253 </TR>
254 <TR BGCOLOR="white" CLASS="TableRowColor">
255 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
256 <CODE>&nbsp;ServletInputStream</CODE></FONT></TD>
257 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getInputStream()">getInputStream</A></B>()</CODE>
258
259 <BR>
260 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
261 </TR>
262 <TR BGCOLOR="white" CLASS="TableRowColor">
263 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
264 <CODE>&nbsp;int</CODE></FONT></TD>
265 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getIntHeader(java.lang.String)">getIntHeader</A></B>(java.lang.String&nbsp;pHeader)</CODE>
266
267 <BR>
268 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
269 </TR>
270 <TR BGCOLOR="white" CLASS="TableRowColor">
271 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
272 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
273 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getLocalAddr()">getLocalAddr</A></B>()</CODE>
274
275 <BR>
276 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
277 </TR>
278 <TR BGCOLOR="white" CLASS="TableRowColor">
279 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
280 <CODE>&nbsp;java.util.Locale</CODE></FONT></TD>
281 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getLocale()">getLocale</A></B>()</CODE>
282
283 <BR>
284 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
285 </TR>
286 <TR BGCOLOR="white" CLASS="TableRowColor">
287 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
288 <CODE>&nbsp;java.util.Enumeration</CODE></FONT></TD>
289 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getLocales()">getLocales</A></B>()</CODE>
290
291 <BR>
292 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
293 </TR>
294 <TR BGCOLOR="white" CLASS="TableRowColor">
295 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
296 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
297 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getLocalName()">getLocalName</A></B>()</CODE>
298
299 <BR>
300 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
301 </TR>
302 <TR BGCOLOR="white" CLASS="TableRowColor">
303 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
304 <CODE>&nbsp;int</CODE></FONT></TD>
305 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getLocalPort()">getLocalPort</A></B>()</CODE>
306
307 <BR>
308 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
309 </TR>
310 <TR BGCOLOR="white" CLASS="TableRowColor">
311 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
312 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
313 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getMethod()">getMethod</A></B>()</CODE>
314
315 <BR>
316 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
317 </TR>
318 <TR BGCOLOR="white" CLASS="TableRowColor">
319 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
320 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
321 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getParameter(java.lang.String)">getParameter</A></B>(java.lang.String&nbsp;pName)</CODE>
322
323 <BR>
324 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
325 </TR>
326 <TR BGCOLOR="white" CLASS="TableRowColor">
327 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
328 <CODE>&nbsp;java.util.Map</CODE></FONT></TD>
329 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getParameterMap()">getParameterMap</A></B>()</CODE>
330
331 <BR>
332 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
333 </TR>
334 <TR BGCOLOR="white" CLASS="TableRowColor">
335 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
336 <CODE>&nbsp;java.util.Enumeration</CODE></FONT></TD>
337 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getParameterNames()">getParameterNames</A></B>()</CODE>
338
339 <BR>
340 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
341 </TR>
342 <TR BGCOLOR="white" CLASS="TableRowColor">
343 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
344 <CODE>&nbsp;java.lang.String[]</CODE></FONT></TD>
345 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getParameterValues(java.lang.String)">getParameterValues</A></B>(java.lang.String&nbsp;pName)</CODE>
346
347 <BR>
348 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
349 </TR>
350 <TR BGCOLOR="white" CLASS="TableRowColor">
351 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
352 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
353 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getPathInfo()">getPathInfo</A></B>()</CODE>
354
355 <BR>
356 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
357 </TR>
358 <TR BGCOLOR="white" CLASS="TableRowColor">
359 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
360 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
361 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getPathTranslated()">getPathTranslated</A></B>()</CODE>
362
363 <BR>
364 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
365 </TR>
366 <TR BGCOLOR="white" CLASS="TableRowColor">
367 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
368 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
369 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getProtocol()">getProtocol</A></B>()</CODE>
370
371 <BR>
372 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
373 </TR>
374 <TR BGCOLOR="white" CLASS="TableRowColor">
375 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
376 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
377 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getQueryString()">getQueryString</A></B>()</CODE>
378
379 <BR>
380 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
381 </TR>
382 <TR BGCOLOR="white" CLASS="TableRowColor">
383 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
384 <CODE>&nbsp;java.io.BufferedReader</CODE></FONT></TD>
385 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getReader()">getReader</A></B>()</CODE>
386
387 <BR>
388 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
389 </TR>
390 <TR BGCOLOR="white" CLASS="TableRowColor">
391 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
392 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
393 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getRealPath(java.lang.String)">getRealPath</A></B>(java.lang.String&nbsp;pPath)</CODE>
394
395 <BR>
396 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
397 </TR>
398 <TR BGCOLOR="white" CLASS="TableRowColor">
399 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
400 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
401 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getRemoteAddr()">getRemoteAddr</A></B>()</CODE>
402
403 <BR>
404 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
405 </TR>
406 <TR BGCOLOR="white" CLASS="TableRowColor">
407 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
408 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
409 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getRemoteHost()">getRemoteHost</A></B>()</CODE>
410
411 <BR>
412 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
413 </TR>
414 <TR BGCOLOR="white" CLASS="TableRowColor">
415 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
416 <CODE>&nbsp;int</CODE></FONT></TD>
417 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getRemotePort()">getRemotePort</A></B>()</CODE>
418
419 <BR>
420 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
421 </TR>
422 <TR BGCOLOR="white" CLASS="TableRowColor">
423 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
424 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
425 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getRemoteUser()">getRemoteUser</A></B>()</CODE>
426
427 <BR>
428 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
429 </TR>
430 <TR BGCOLOR="white" CLASS="TableRowColor">
431 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
432 <CODE>&nbsp;RequestDispatcher</CODE></FONT></TD>
433 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getRequestDispatcher(java.lang.String)">getRequestDispatcher</A></B>(java.lang.String&nbsp;pUri)</CODE>
434
435 <BR>
436 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
437 </TR>
438 <TR BGCOLOR="white" CLASS="TableRowColor">
439 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
440 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
441 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getRequestedSessionId()">getRequestedSessionId</A></B>()</CODE>
442
443 <BR>
444 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
445 </TR>
446 <TR BGCOLOR="white" CLASS="TableRowColor">
447 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
448 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
449 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getRequestURI()">getRequestURI</A></B>()</CODE>
450
451 <BR>
452 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
453 </TR>
454 <TR BGCOLOR="white" CLASS="TableRowColor">
455 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
456 <CODE>&nbsp;java.lang.StringBuffer</CODE></FONT></TD>
457 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getRequestURL()">getRequestURL</A></B>()</CODE>
458
459 <BR>
460 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
461 </TR>
462 <TR BGCOLOR="white" CLASS="TableRowColor">
463 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
464 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
465 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getScheme()">getScheme</A></B>()</CODE>
466
467 <BR>
468 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
469 </TR>
470 <TR BGCOLOR="white" CLASS="TableRowColor">
471 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
472 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
473 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getServerName()">getServerName</A></B>()</CODE>
474
475 <BR>
476 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
477 </TR>
478 <TR BGCOLOR="white" CLASS="TableRowColor">
479 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
480 <CODE>&nbsp;int</CODE></FONT></TD>
481 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getServerPort()">getServerPort</A></B>()</CODE>
482
483 <BR>
484 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
485 </TR>
486 <TR BGCOLOR="white" CLASS="TableRowColor">
487 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
488 <CODE>&nbsp;java.lang.String</CODE></FONT></TD>
489 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getServletPath()">getServletPath</A></B>()</CODE>
490
491 <BR>
492 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
493 </TR>
494 <TR BGCOLOR="white" CLASS="TableRowColor">
495 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
496 <CODE>&nbsp;HttpSession</CODE></FONT></TD>
497 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getSession()">getSession</A></B>()</CODE>
498
499 <BR>
500 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
501 </TR>
502 <TR BGCOLOR="white" CLASS="TableRowColor">
503 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
504 <CODE>&nbsp;HttpSession</CODE></FONT></TD>
505 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getSession(boolean)">getSession</A></B>(boolean&nbsp;pCreate)</CODE>
506
507 <BR>
508 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
509 </TR>
510 <TR BGCOLOR="white" CLASS="TableRowColor">
511 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
512 <CODE>&nbsp;java.security.Principal</CODE></FONT></TD>
513 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#getUserPrincipal()">getUserPrincipal</A></B>()</CODE>
514
515 <BR>
516 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
517 </TR>
518 <TR BGCOLOR="white" CLASS="TableRowColor">
519 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
520 <CODE>&nbsp;boolean</CODE></FONT></TD>
521 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#isRequestedSessionIdFromCookie()">isRequestedSessionIdFromCookie</A></B>()</CODE>
522
523 <BR>
524 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
525 </TR>
526 <TR BGCOLOR="white" CLASS="TableRowColor">
527 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
528 <CODE>&nbsp;boolean</CODE></FONT></TD>
529 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#isRequestedSessionIdFromUrl()">isRequestedSessionIdFromUrl</A></B>()</CODE>
530
531 <BR>
532 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
533 </TR>
534 <TR BGCOLOR="white" CLASS="TableRowColor">
535 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
536 <CODE>&nbsp;boolean</CODE></FONT></TD>
537 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#isRequestedSessionIdFromURL()">isRequestedSessionIdFromURL</A></B>()</CODE>
538
539 <BR>
540 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
541 </TR>
542 <TR BGCOLOR="white" CLASS="TableRowColor">
543 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
544 <CODE>&nbsp;boolean</CODE></FONT></TD>
545 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#isRequestedSessionIdValid()">isRequestedSessionIdValid</A></B>()</CODE>
546
547 <BR>
548 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
549 </TR>
550 <TR BGCOLOR="white" CLASS="TableRowColor">
551 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
552 <CODE>&nbsp;boolean</CODE></FONT></TD>
553 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#isSecure()">isSecure</A></B>()</CODE>
554
555 <BR>
556 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
557 </TR>
558 <TR BGCOLOR="white" CLASS="TableRowColor">
559 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
560 <CODE>&nbsp;boolean</CODE></FONT></TD>
561 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#isUserInRole(java.lang.String)">isUserInRole</A></B>(java.lang.String&nbsp;pRole)</CODE>
562
563 <BR>
564 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
565 </TR>
566 <TR BGCOLOR="white" CLASS="TableRowColor">
567 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
568 <CODE>protected &nbsp;void</CODE></FONT></TD>
569 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#parseParameters()">parseParameters</A></B>()</CODE>
570
571 <BR>
572 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
573 </TR>
574 <TR BGCOLOR="white" CLASS="TableRowColor">
575 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
576 <CODE>&nbsp;void</CODE></FONT></TD>
577 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#readHttpHeaders()">readHttpHeaders</A></B>()</CODE>
578
579 <BR>
580 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Read the header lines, one by one.</TD>
581 </TR>
582 <TR BGCOLOR="white" CLASS="TableRowColor">
583 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
584 <CODE>protected &nbsp;java.lang.String</CODE></FONT></TD>
585 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#readLine(byte[])">readLine</A></B>(byte[]&nbsp;pBuffer)</CODE>
586
587 <BR>
588 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
589 </TR>
590 <TR BGCOLOR="white" CLASS="TableRowColor">
591 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
592 <CODE>&nbsp;void</CODE></FONT></TD>
593 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#removeAttribute(java.lang.String)">removeAttribute</A></B>(java.lang.String&nbsp;pKey)</CODE>
594
595 <BR>
596 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
597 </TR>
598 <TR BGCOLOR="white" CLASS="TableRowColor">
599 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
600 <CODE>&nbsp;void</CODE></FONT></TD>
601 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#setAttribute(java.lang.String, java.lang.Object)">setAttribute</A></B>(java.lang.String&nbsp;pKey,
602 java.lang.Object&nbsp;pValue)</CODE>
603
604 <BR>
605 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
606 </TR>
607 <TR BGCOLOR="white" CLASS="TableRowColor">
608 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
609 <CODE>&nbsp;void</CODE></FONT></TD>
610 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletRequestImpl.html#setCharacterEncoding(java.lang.String)">setCharacterEncoding</A></B>(java.lang.String&nbsp;pEncoding)</CODE>
611
612 <BR>
613 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
614 </TR>
615 </TABLE>
616 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
617 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
618 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
619 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
620 </TR>
621 <TR BGCOLOR="white" CLASS="TableRowColor">
622 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
623 </TR>
624 </TABLE>
625 &nbsp;
626 <P>
627
628 <!-- ========= CONSTRUCTOR DETAIL ======== -->
629
630 <A NAME="constructor_detail"><!-- --></A>
631 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
632 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
633 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
634 <B>Constructor Detail</B></FONT></TH>
635 </TR>
636 </TABLE>
637
638 <A NAME="HttpServletRequestImpl(java.net.Socket)"><!-- --></A><H3>
639 HttpServletRequestImpl</H3>
640 <PRE>
641 public <B>HttpServletRequestImpl</B>(java.net.Socket&nbsp;pSocket)
642 throws java.io.IOException</PRE>
643 <DL>
644 <DD>Creates a new instance, which reads input from the given
645 socket.
646 <P>
647 <DL>
648 <DT><B>Parameters:</B><DD><CODE>pSocket</CODE> - The socket, to which the client is connected.
649 <DT><B>Throws:</B>
650 <DD><CODE>java.io.IOException</CODE> - Accessing the sockets input stream failed.</DL>
651 </DL>
652
653 <!-- ============ METHOD DETAIL ========== -->
654
655 <A NAME="method_detail"><!-- --></A>
656 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
657 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
658 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
659 <B>Method Detail</B></FONT></TH>
660 </TR>
661 </TABLE>
662
663 <A NAME="readHttpHeaders()"><!-- --></A><H3>
664 readHttpHeaders</H3>
665 <PRE>
666 public void <B>readHttpHeaders</B>()
667 throws java.io.IOException,
668 <A HREF="../../../../org/apache/xmlrpc/webserver/ServletWebServer.Exception.html" title="class in org.apache.xmlrpc.webserver">ServletWebServer.Exception</A></PRE>
669 <DL>
670 <DD>Read the header lines, one by one. Note, that the size of
671 the buffer is a limitation of the maximum header length!
672 <P>
673 <DD><DL>
674
675 <DT><B>Throws:</B>
676 <DD><CODE>java.io.IOException</CODE>
677 <DD><CODE><A HREF="../../../../org/apache/xmlrpc/webserver/ServletWebServer.Exception.html" title="class in org.apache.xmlrpc.webserver">ServletWebServer.Exception</A></CODE></DL>
678 </DD>
679 </DL>
680 <HR>
681
682 <A NAME="readLine(byte[])"><!-- --></A><H3>
683 readLine</H3>
684 <PRE>
685 protected java.lang.String <B>readLine</B>(byte[]&nbsp;pBuffer)
686 throws java.io.IOException</PRE>
687 <DL>
688 <DD><DL>
689
690 <DT><B>Throws:</B>
691 <DD><CODE>java.io.IOException</CODE></DL>
692 </DD>
693 </DL>
694 <HR>
695
696 <A NAME="addHeader(java.lang.String, java.lang.String)"><!-- --></A><H3>
697 addHeader</H3>
698 <PRE>
699 protected void <B>addHeader</B>(java.lang.String&nbsp;pHeader,
700 java.lang.String&nbsp;pValue)</PRE>
701 <DL>
702 <DD><DL>
703 </DL>
704 </DD>
705 </DL>
706 <HR>
707
708 <A NAME="getAuthType()"><!-- --></A><H3>
709 getAuthType</H3>
710 <PRE>
711 public java.lang.String <B>getAuthType</B>()</PRE>
712 <DL>
713 <DD><DL>
714 </DL>
715 </DD>
716 </DL>
717 <HR>
718
719 <A NAME="getContextPath()"><!-- --></A><H3>
720 getContextPath</H3>
721 <PRE>
722 public java.lang.String <B>getContextPath</B>()</PRE>
723 <DL>
724 <DD><DL>
725 </DL>
726 </DD>
727 </DL>
728 <HR>
729
730 <A NAME="getCookies()"><!-- --></A><H3>
731 getCookies</H3>
732 <PRE>
733 public Cookie[] <B>getCookies</B>()</PRE>
734 <DL>
735 <DD><DL>
736 </DL>
737 </DD>
738 </DL>
739 <HR>
740
741 <A NAME="getDateHeader(java.lang.String)"><!-- --></A><H3>
742 getDateHeader</H3>
743 <PRE>
744 public long <B>getDateHeader</B>(java.lang.String&nbsp;arg0)</PRE>
745 <DL>
746 <DD><DL>
747 </DL>
748 </DD>
749 </DL>
750 <HR>
751
752 <A NAME="getHeader(java.lang.String)"><!-- --></A><H3>
753 getHeader</H3>
754 <PRE>
755 public java.lang.String <B>getHeader</B>(java.lang.String&nbsp;pHeader)</PRE>
756 <DL>
757 <DD><DL>
758 </DL>
759 </DD>
760 </DL>
761 <HR>
762
763 <A NAME="getHeaderNames()"><!-- --></A><H3>
764 getHeaderNames</H3>
765 <PRE>
766 public java.util.Enumeration <B>getHeaderNames</B>()</PRE>
767 <DL>
768 <DD><DL>
769 </DL>
770 </DD>
771 </DL>
772 <HR>
773
774 <A NAME="getHeaders(java.lang.String)"><!-- --></A><H3>
775 getHeaders</H3>
776 <PRE>
777 public java.util.Enumeration <B>getHeaders</B>(java.lang.String&nbsp;pHeader)</PRE>
778 <DL>
779 <DD><DL>
780 </DL>
781 </DD>
782 </DL>
783 <HR>
784
785 <A NAME="getIntHeader(java.lang.String)"><!-- --></A><H3>
786 getIntHeader</H3>
787 <PRE>
788 public int <B>getIntHeader</B>(java.lang.String&nbsp;pHeader)</PRE>
789 <DL>
790 <DD><DL>
791 </DL>
792 </DD>
793 </DL>
794 <HR>
795
796 <A NAME="getMethod()"><!-- --></A><H3>
797 getMethod</H3>
798 <PRE>
799 public java.lang.String <B>getMethod</B>()</PRE>
800 <DL>
801 <DD><DL>
802 </DL>
803 </DD>
804 </DL>
805 <HR>
806
807 <A NAME="getPathInfo()"><!-- --></A><H3>
808 getPathInfo</H3>
809 <PRE>
810 public java.lang.String <B>getPathInfo</B>()</PRE>
811 <DL>
812 <DD><DL>
813 </DL>
814 </DD>
815 </DL>
816 <HR>
817
818 <A NAME="getPathTranslated()"><!-- --></A><H3>
819 getPathTranslated</H3>
820 <PRE>
821 public java.lang.String <B>getPathTranslated</B>()</PRE>
822 <DL>
823 <DD><DL>
824 </DL>
825 </DD>
826 </DL>
827 <HR>
828
829 <A NAME="getQueryString()"><!-- --></A><H3>
830 getQueryString</H3>
831 <PRE>
832 public java.lang.String <B>getQueryString</B>()</PRE>
833 <DL>
834 <DD><DL>
835 </DL>
836 </DD>
837 </DL>
838 <HR>
839
840 <A NAME="getRemoteUser()"><!-- --></A><H3>
841 getRemoteUser</H3>
842 <PRE>
843 public java.lang.String <B>getRemoteUser</B>()</PRE>
844 <DL>
845 <DD><DL>
846 </DL>
847 </DD>
848 </DL>
849 <HR>
850
851 <A NAME="getRequestURI()"><!-- --></A><H3>
852 getRequestURI</H3>
853 <PRE>
854 public java.lang.String <B>getRequestURI</B>()</PRE>
855 <DL>
856 <DD><DL>
857 </DL>
858 </DD>
859 </DL>
860 <HR>
861
862 <A NAME="getRequestURL()"><!-- --></A><H3>
863 getRequestURL</H3>
864 <PRE>
865 public java.lang.StringBuffer <B>getRequestURL</B>()</PRE>
866 <DL>
867 <DD><DL>
868 </DL>
869 </DD>
870 </DL>
871 <HR>
872
873 <A NAME="getRequestedSessionId()"><!-- --></A><H3>
874 getRequestedSessionId</H3>
875 <PRE>
876 public java.lang.String <B>getRequestedSessionId</B>()</PRE>
877 <DL>
878 <DD><DL>
879 </DL>
880 </DD>
881 </DL>
882 <HR>
883
884 <A NAME="getServletPath()"><!-- --></A><H3>
885 getServletPath</H3>
886 <PRE>
887 public java.lang.String <B>getServletPath</B>()</PRE>
888 <DL>
889 <DD><DL>
890 </DL>
891 </DD>
892 </DL>
893 <HR>
894
895 <A NAME="getSession()"><!-- --></A><H3>
896 getSession</H3>
897 <PRE>
898 public HttpSession <B>getSession</B>()</PRE>
899 <DL>
900 <DD><DL>
901 </DL>
902 </DD>
903 </DL>
904 <HR>
905
906 <A NAME="getSession(boolean)"><!-- --></A><H3>
907 getSession</H3>
908 <PRE>
909 public HttpSession <B>getSession</B>(boolean&nbsp;pCreate)</PRE>
910 <DL>
911 <DD><DL>
912 </DL>
913 </DD>
914 </DL>
915 <HR>
916
917 <A NAME="getUserPrincipal()"><!-- --></A><H3>
918 getUserPrincipal</H3>
919 <PRE>
920 public java.security.Principal <B>getUserPrincipal</B>()</PRE>
921 <DL>
922 <DD><DL>
923 </DL>
924 </DD>
925 </DL>
926 <HR>
927
928 <A NAME="isRequestedSessionIdFromCookie()"><!-- --></A><H3>
929 isRequestedSessionIdFromCookie</H3>
930 <PRE>
931 public boolean <B>isRequestedSessionIdFromCookie</B>()</PRE>
932 <DL>
933 <DD><DL>
934 </DL>
935 </DD>
936 </DL>
937 <HR>
938
939 <A NAME="isRequestedSessionIdFromURL()"><!-- --></A><H3>
940 isRequestedSessionIdFromURL</H3>
941 <PRE>
942 public boolean <B>isRequestedSessionIdFromURL</B>()</PRE>
943 <DL>
944 <DD><DL>
945 </DL>
946 </DD>
947 </DL>
948 <HR>
949
950 <A NAME="isRequestedSessionIdFromUrl()"><!-- --></A><H3>
951 isRequestedSessionIdFromUrl</H3>
952 <PRE>
953 public boolean <B>isRequestedSessionIdFromUrl</B>()</PRE>
954 <DL>
955 <DD><DL>
956 </DL>
957 </DD>
958 </DL>
959 <HR>
960
961 <A NAME="isRequestedSessionIdValid()"><!-- --></A><H3>
962 isRequestedSessionIdValid</H3>
963 <PRE>
964 public boolean <B>isRequestedSessionIdValid</B>()</PRE>
965 <DL>
966 <DD><DL>
967 </DL>
968 </DD>
969 </DL>
970 <HR>
971
972 <A NAME="isUserInRole(java.lang.String)"><!-- --></A><H3>
973 isUserInRole</H3>
974 <PRE>
975 public boolean <B>isUserInRole</B>(java.lang.String&nbsp;pRole)</PRE>
976 <DL>
977 <DD><DL>
978 </DL>
979 </DD>
980 </DL>
981 <HR>
982
983 <A NAME="getAttribute(java.lang.String)"><!-- --></A><H3>
984 getAttribute</H3>
985 <PRE>
986 public java.lang.Object <B>getAttribute</B>(java.lang.String&nbsp;pKey)</PRE>
987 <DL>
988 <DD><DL>
989 </DL>
990 </DD>
991 </DL>
992 <HR>
993
994 <A NAME="getAttributeNames()"><!-- --></A><H3>
995 getAttributeNames</H3>
996 <PRE>
997 public java.util.Enumeration <B>getAttributeNames</B>()</PRE>
998 <DL>
999 <DD><DL>
1000 </DL>
1001 </DD>
1002 </DL>
1003 <HR>
1004
1005 <A NAME="getCharacterEncoding()"><!-- --></A><H3>
1006 getCharacterEncoding</H3>
1007 <PRE>
1008 public java.lang.String <B>getCharacterEncoding</B>()</PRE>
1009 <DL>
1010 <DD><DL>
1011 </DL>
1012 </DD>
1013 </DL>
1014 <HR>
1015
1016 <A NAME="setCharacterEncoding(java.lang.String)"><!-- --></A><H3>
1017 setCharacterEncoding</H3>
1018 <PRE>
1019 public void <B>setCharacterEncoding</B>(java.lang.String&nbsp;pEncoding)</PRE>
1020 <DL>
1021 <DD><DL>
1022 </DL>
1023 </DD>
1024 </DL>
1025 <HR>
1026
1027 <A NAME="getContentLength()"><!-- --></A><H3>
1028 getContentLength</H3>
1029 <PRE>
1030 public int <B>getContentLength</B>()</PRE>
1031 <DL>
1032 <DD><DL>
1033 </DL>
1034 </DD>
1035 </DL>
1036 <HR>
1037
1038 <A NAME="getContentType()"><!-- --></A><H3>
1039 getContentType</H3>
1040 <PRE>
1041 public java.lang.String <B>getContentType</B>()</PRE>
1042 <DL>
1043 <DD><DL>
1044 </DL>
1045 </DD>
1046 </DL>
1047 <HR>
1048
1049 <A NAME="getInputStream()"><!-- --></A><H3>
1050 getInputStream</H3>
1051 <PRE>
1052 public ServletInputStream <B>getInputStream</B>()
1053 throws java.io.IOException</PRE>
1054 <DL>
1055 <DD><DL>
1056
1057 <DT><B>Throws:</B>
1058 <DD><CODE>java.io.IOException</CODE></DL>
1059 </DD>
1060 </DL>
1061 <HR>
1062
1063 <A NAME="getLocale()"><!-- --></A><H3>
1064 getLocale</H3>
1065 <PRE>
1066 public java.util.Locale <B>getLocale</B>()</PRE>
1067 <DL>
1068 <DD><DL>
1069 </DL>
1070 </DD>
1071 </DL>
1072 <HR>
1073
1074 <A NAME="getLocales()"><!-- --></A><H3>
1075 getLocales</H3>
1076 <PRE>
1077 public java.util.Enumeration <B>getLocales</B>()</PRE>
1078 <DL>
1079 <DD><DL>
1080 </DL>
1081 </DD>
1082 </DL>
1083 <HR>
1084
1085 <A NAME="parseParameters()"><!-- --></A><H3>
1086 parseParameters</H3>
1087 <PRE>
1088 protected void <B>parseParameters</B>()</PRE>
1089 <DL>
1090 <DD><DL>
1091 </DL>
1092 </DD>
1093 </DL>
1094 <HR>
1095
1096 <A NAME="getParameter(java.lang.String)"><!-- --></A><H3>
1097 getParameter</H3>
1098 <PRE>
1099 public java.lang.String <B>getParameter</B>(java.lang.String&nbsp;pName)</PRE>
1100 <DL>
1101 <DD><DL>
1102 </DL>
1103 </DD>
1104 </DL>
1105 <HR>
1106
1107 <A NAME="getParameterMap()"><!-- --></A><H3>
1108 getParameterMap</H3>
1109 <PRE>
1110 public java.util.Map <B>getParameterMap</B>()</PRE>
1111 <DL>
1112 <DD><DL>
1113 </DL>
1114 </DD>
1115 </DL>
1116 <HR>
1117
1118 <A NAME="getParameterNames()"><!-- --></A><H3>
1119 getParameterNames</H3>
1120 <PRE>
1121 public java.util.Enumeration <B>getParameterNames</B>()</PRE>
1122 <DL>
1123 <DD><DL>
1124 </DL>
1125 </DD>
1126 </DL>
1127 <HR>
1128
1129 <A NAME="getParameterValues(java.lang.String)"><!-- --></A><H3>
1130 getParameterValues</H3>
1131 <PRE>
1132 public java.lang.String[] <B>getParameterValues</B>(java.lang.String&nbsp;pName)</PRE>
1133 <DL>
1134 <DD><DL>
1135 </DL>
1136 </DD>
1137 </DL>
1138 <HR>
1139
1140 <A NAME="getProtocol()"><!-- --></A><H3>
1141 getProtocol</H3>
1142 <PRE>
1143 public java.lang.String <B>getProtocol</B>()</PRE>
1144 <DL>
1145 <DD><DL>
1146 </DL>
1147 </DD>
1148 </DL>
1149 <HR>
1150
1151 <A NAME="getReader()"><!-- --></A><H3>
1152 getReader</H3>
1153 <PRE>
1154 public java.io.BufferedReader <B>getReader</B>()
1155 throws java.io.IOException</PRE>
1156 <DL>
1157 <DD><DL>
1158
1159 <DT><B>Throws:</B>
1160 <DD><CODE>java.io.IOException</CODE></DL>
1161 </DD>
1162 </DL>
1163 <HR>
1164
1165 <A NAME="getRealPath(java.lang.String)"><!-- --></A><H3>
1166 getRealPath</H3>
1167 <PRE>
1168 public java.lang.String <B>getRealPath</B>(java.lang.String&nbsp;pPath)</PRE>
1169 <DL>
1170 <DD><DL>
1171 </DL>
1172 </DD>
1173 </DL>
1174 <HR>
1175
1176 <A NAME="getLocalAddr()"><!-- --></A><H3>
1177 getLocalAddr</H3>
1178 <PRE>
1179 public java.lang.String <B>getLocalAddr</B>()</PRE>
1180 <DL>
1181 <DD><DL>
1182 </DL>
1183 </DD>
1184 </DL>
1185 <HR>
1186
1187 <A NAME="getLocalName()"><!-- --></A><H3>
1188 getLocalName</H3>
1189 <PRE>
1190 public java.lang.String <B>getLocalName</B>()</PRE>
1191 <DL>
1192 <DD><DL>
1193 </DL>
1194 </DD>
1195 </DL>
1196 <HR>
1197
1198 <A NAME="getLocalPort()"><!-- --></A><H3>
1199 getLocalPort</H3>
1200 <PRE>
1201 public int <B>getLocalPort</B>()</PRE>
1202 <DL>
1203 <DD><DL>
1204 </DL>
1205 </DD>
1206 </DL>
1207 <HR>
1208
1209 <A NAME="getRemoteAddr()"><!-- --></A><H3>
1210 getRemoteAddr</H3>
1211 <PRE>
1212 public java.lang.String <B>getRemoteAddr</B>()</PRE>
1213 <DL>
1214 <DD><DL>
1215 </DL>
1216 </DD>
1217 </DL>
1218 <HR>
1219
1220 <A NAME="getRemoteHost()"><!-- --></A><H3>
1221 getRemoteHost</H3>
1222 <PRE>
1223 public java.lang.String <B>getRemoteHost</B>()</PRE>
1224 <DL>
1225 <DD><DL>
1226 </DL>
1227 </DD>
1228 </DL>
1229 <HR>
1230
1231 <A NAME="getRemotePort()"><!-- --></A><H3>
1232 getRemotePort</H3>
1233 <PRE>
1234 public int <B>getRemotePort</B>()</PRE>
1235 <DL>
1236 <DD><DL>
1237 </DL>
1238 </DD>
1239 </DL>
1240 <HR>
1241
1242 <A NAME="getRequestDispatcher(java.lang.String)"><!-- --></A><H3>
1243 getRequestDispatcher</H3>
1244 <PRE>
1245 public RequestDispatcher <B>getRequestDispatcher</B>(java.lang.String&nbsp;pUri)</PRE>
1246 <DL>
1247 <DD><DL>
1248 </DL>
1249 </DD>
1250 </DL>
1251 <HR>
1252
1253 <A NAME="getScheme()"><!-- --></A><H3>
1254 getScheme</H3>
1255 <PRE>
1256 public java.lang.String <B>getScheme</B>()</PRE>
1257 <DL>
1258 <DD><DL>
1259 </DL>
1260 </DD>
1261 </DL>
1262 <HR>
1263
1264 <A NAME="getServerName()"><!-- --></A><H3>
1265 getServerName</H3>
1266 <PRE>
1267 public java.lang.String <B>getServerName</B>()</PRE>
1268 <DL>
1269 <DD><DL>
1270 </DL>
1271 </DD>
1272 </DL>
1273 <HR>
1274
1275 <A NAME="getServerPort()"><!-- --></A><H3>
1276 getServerPort</H3>
1277 <PRE>
1278 public int <B>getServerPort</B>()</PRE>
1279 <DL>
1280 <DD><DL>
1281 </DL>
1282 </DD>
1283 </DL>
1284 <HR>
1285
1286 <A NAME="isSecure()"><!-- --></A><H3>
1287 isSecure</H3>
1288 <PRE>
1289 public boolean <B>isSecure</B>()</PRE>
1290 <DL>
1291 <DD><DL>
1292 </DL>
1293 </DD>
1294 </DL>
1295 <HR>
1296
1297 <A NAME="removeAttribute(java.lang.String)"><!-- --></A><H3>
1298 removeAttribute</H3>
1299 <PRE>
1300 public void <B>removeAttribute</B>(java.lang.String&nbsp;pKey)</PRE>
1301 <DL>
1302 <DD><DL>
1303 </DL>
1304 </DD>
1305 </DL>
1306 <HR>
1307
1308 <A NAME="setAttribute(java.lang.String, java.lang.Object)"><!-- --></A><H3>
1309 setAttribute</H3>
1310 <PRE>
1311 public void <B>setAttribute</B>(java.lang.String&nbsp;pKey,
1312 java.lang.Object&nbsp;pValue)</PRE>
1313 <DL>
1314 <DD><DL>
1315 </DL>
1316 </DD>
1317 </DL>
1318 <HR>
1319
1320 <A NAME="getHttpVersion()"><!-- --></A><H3>
1321 getHttpVersion</H3>
1322 <PRE>
1323 protected java.lang.String <B>getHttpVersion</B>()</PRE>
1324 <DL>
1325 <DD><DL>
1326 </DL>
1327 </DD>
1328 </DL>
1329 <!-- ========= END OF CLASS DATA ========= -->
1330 <HR>
1331
1332
1333 <!-- ======= START OF BOTTOM NAVBAR ====== -->
1334 <A NAME="navbar_bottom"><!-- --></A>
1335 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
1336 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
1337 <TR>
1338 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
1339 <A NAME="navbar_bottom_firstrow"><!-- --></A>
1340 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
1341 <TR ALIGN="center" VALIGN="top">
1342 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
1343 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
1344 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
1345 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HttpServletRequestImpl.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
1346 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
1347 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
1348 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
1349 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
1350 </TR>
1351 </TABLE>
1352 </TD>
1353 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
1354 </EM>
1355 </TD>
1356 </TR>
1357
1358 <TR>
1359 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1360 &nbsp;<A HREF="../../../../org/apache/xmlrpc/webserver/Connection.html" title="class in org.apache.xmlrpc.webserver"><B>PREV CLASS</B></A>&nbsp;
1361 &nbsp;<A HREF="../../../../org/apache/xmlrpc/webserver/HttpServletResponseImpl.html" title="class in org.apache.xmlrpc.webserver"><B>NEXT CLASS</B></A></FONT></TD>
1362 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
1363 <A HREF="../../../../index.html?org/apache/xmlrpc/webserver/HttpServletRequestImpl.html" target="_top"><B>FRAMES</B></A> &nbsp;
1364 &nbsp;<A HREF="HttpServletRequestImpl.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
1365 &nbsp;<SCRIPT type="text/javascript">
1366 <!--
1367 if(window==top) {
1368 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
1369 }
1370 //-->
1371 </SCRIPT>
1372 <NOSCRIPT>
1373 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
1374 </NOSCRIPT>
1375
1376
1377 </FONT></TD>
1378 </TR>
1379 <TR>
1380 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
1381 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
1382 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
1383 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
1384 </TR>
1385 </TABLE>
1386 <A NAME="skip-navbar_bottom"></A>
1387 <!-- ======== END OF BOTTOM NAVBAR ======= -->
1388
1389 <HR>
1390 Copyright &#169; 2001-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
1391 </BODY>
1392 </HTML>