comparison apache-xmlrpc-3.1.3/docs/apidocs/org/apache/xmlrpc/common/LocalStreamConnection.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:24 CET 2010 -->
6 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <TITLE>
8 LocalStreamConnection (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="LocalStreamConnection (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/LocalStreamConnection.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;PREV CLASS&nbsp;
60 &nbsp;<A HREF="../../../../org/apache/xmlrpc/common/ServerStreamConnection.html" title="interface in org.apache.xmlrpc.common"><B>NEXT CLASS</B></A></FONT></TD>
61 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
62 <A HREF="../../../../index.html?org/apache/xmlrpc/common/LocalStreamConnection.html" target="_top"><B>FRAMES</B></A> &nbsp;
63 &nbsp;<A HREF="LocalStreamConnection.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.common</FONT>
93 <BR>
94 Class LocalStreamConnection</H2>
95 <PRE>
96 java.lang.Object
97 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.xmlrpc.common.LocalStreamConnection</B>
98 </PRE>
99 <HR>
100 <DL>
101 <DT><PRE>public class <B>LocalStreamConnection</B><DT>extends java.lang.Object</DL>
102 </PRE>
103
104 <P>
105 Implementation of <A HREF="../../../../org/apache/xmlrpc/common/ServerStreamConnection.html" title="interface in org.apache.xmlrpc.common"><CODE>ServerStreamConnection</CODE></A> for
106 use by the
107 <A HREF="../../../../org/apache/xmlrpc/client/XmlRpcLocalStreamTransport.html" title="class in org.apache.xmlrpc.client"><CODE>XmlRpcLocalStreamTransport</CODE></A>.
108 <P>
109
110 <P>
111 <HR>
112
113 <P>
114
115 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
116
117 <A NAME="constructor_summary"><!-- --></A>
118 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
119 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
120 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
121 <B>Constructor Summary</B></FONT></TH>
122 </TR>
123 <TR BGCOLOR="white" CLASS="TableRowColor">
124 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/common/LocalStreamConnection.html#LocalStreamConnection(org.apache.xmlrpc.common.XmlRpcStreamRequestConfig, java.io.InputStream)">LocalStreamConnection</A></B>(<A HREF="../../../../org/apache/xmlrpc/common/XmlRpcStreamRequestConfig.html" title="interface in org.apache.xmlrpc.common">XmlRpcStreamRequestConfig</A>&nbsp;pConfig,
125 java.io.InputStream&nbsp;pRequest)</CODE>
126
127 <BR>
128 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a new instance with the given request stream.</TD>
129 </TR>
130 </TABLE>
131 &nbsp;
132 <!-- ========== METHOD SUMMARY =========== -->
133
134 <A NAME="method_summary"><!-- --></A>
135 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
136 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
137 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
138 <B>Method Summary</B></FONT></TH>
139 </TR>
140 <TR BGCOLOR="white" CLASS="TableRowColor">
141 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
142 <CODE>&nbsp;<A HREF="../../../../org/apache/xmlrpc/common/XmlRpcStreamRequestConfig.html" title="interface in org.apache.xmlrpc.common">XmlRpcStreamRequestConfig</A></CODE></FONT></TD>
143 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/common/LocalStreamConnection.html#getConfig()">getConfig</A></B>()</CODE>
144
145 <BR>
146 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the request configuration.</TD>
147 </TR>
148 <TR BGCOLOR="white" CLASS="TableRowColor">
149 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
150 <CODE>&nbsp;java.io.InputStream</CODE></FONT></TD>
151 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/common/LocalStreamConnection.html#getRequest()">getRequest</A></B>()</CODE>
152
153 <BR>
154 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the request stream.</TD>
155 </TR>
156 <TR BGCOLOR="white" CLASS="TableRowColor">
157 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
158 <CODE>&nbsp;java.io.ByteArrayOutputStream</CODE></FONT></TD>
159 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/common/LocalStreamConnection.html#getResponse()">getResponse</A></B>()</CODE>
160
161 <BR>
162 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns an output stream, to which the response
163 may be written.</TD>
164 </TR>
165 <TR BGCOLOR="white" CLASS="TableRowColor">
166 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
167 <CODE>&nbsp;<A HREF="../../../../org/apache/xmlrpc/common/ServerStreamConnection.html" title="interface in org.apache.xmlrpc.common">ServerStreamConnection</A></CODE></FONT></TD>
168 <TD><CODE><B><A HREF="../../../../org/apache/xmlrpc/common/LocalStreamConnection.html#getServerStreamConnection()">getServerStreamConnection</A></B>()</CODE>
169
170 <BR>
171 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the servers connection.</TD>
172 </TR>
173 </TABLE>
174 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
175 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
176 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
177 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
178 </TR>
179 <TR BGCOLOR="white" CLASS="TableRowColor">
180 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
181 </TR>
182 </TABLE>
183 &nbsp;
184 <P>
185
186 <!-- ========= CONSTRUCTOR DETAIL ======== -->
187
188 <A NAME="constructor_detail"><!-- --></A>
189 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
190 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
191 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
192 <B>Constructor Detail</B></FONT></TH>
193 </TR>
194 </TABLE>
195
196 <A NAME="LocalStreamConnection(org.apache.xmlrpc.common.XmlRpcStreamRequestConfig, java.io.InputStream)"><!-- --></A><H3>
197 LocalStreamConnection</H3>
198 <PRE>
199 public <B>LocalStreamConnection</B>(<A HREF="../../../../org/apache/xmlrpc/common/XmlRpcStreamRequestConfig.html" title="interface in org.apache.xmlrpc.common">XmlRpcStreamRequestConfig</A>&nbsp;pConfig,
200 java.io.InputStream&nbsp;pRequest)</PRE>
201 <DL>
202 <DD>Creates a new instance with the given request stream.
203 <P>
204 </DL>
205
206 <!-- ============ METHOD DETAIL ========== -->
207
208 <A NAME="method_detail"><!-- --></A>
209 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
210 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
211 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
212 <B>Method Detail</B></FONT></TH>
213 </TR>
214 </TABLE>
215
216 <A NAME="getRequest()"><!-- --></A><H3>
217 getRequest</H3>
218 <PRE>
219 public java.io.InputStream <B>getRequest</B>()</PRE>
220 <DL>
221 <DD>Returns the request stream.
222 <P>
223 <DD><DL>
224 </DL>
225 </DD>
226 </DL>
227 <HR>
228
229 <A NAME="getConfig()"><!-- --></A><H3>
230 getConfig</H3>
231 <PRE>
232 public <A HREF="../../../../org/apache/xmlrpc/common/XmlRpcStreamRequestConfig.html" title="interface in org.apache.xmlrpc.common">XmlRpcStreamRequestConfig</A> <B>getConfig</B>()</PRE>
233 <DL>
234 <DD>Returns the request configuration.
235 <P>
236 <DD><DL>
237 </DL>
238 </DD>
239 </DL>
240 <HR>
241
242 <A NAME="getResponse()"><!-- --></A><H3>
243 getResponse</H3>
244 <PRE>
245 public java.io.ByteArrayOutputStream <B>getResponse</B>()</PRE>
246 <DL>
247 <DD>Returns an output stream, to which the response
248 may be written.
249 <P>
250 <DD><DL>
251 </DL>
252 </DD>
253 </DL>
254 <HR>
255
256 <A NAME="getServerStreamConnection()"><!-- --></A><H3>
257 getServerStreamConnection</H3>
258 <PRE>
259 public <A HREF="../../../../org/apache/xmlrpc/common/ServerStreamConnection.html" title="interface in org.apache.xmlrpc.common">ServerStreamConnection</A> <B>getServerStreamConnection</B>()</PRE>
260 <DL>
261 <DD>Returns the servers connection.
262 <P>
263 <DD><DL>
264 </DL>
265 </DD>
266 </DL>
267 <!-- ========= END OF CLASS DATA ========= -->
268 <HR>
269
270
271 <!-- ======= START OF BOTTOM NAVBAR ====== -->
272 <A NAME="navbar_bottom"><!-- --></A>
273 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
274 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
275 <TR>
276 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
277 <A NAME="navbar_bottom_firstrow"><!-- --></A>
278 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
279 <TR ALIGN="center" VALIGN="top">
280 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
281 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
282 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
283 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/LocalStreamConnection.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
284 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
285 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
286 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
287 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
288 </TR>
289 </TABLE>
290 </TD>
291 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
292 </EM>
293 </TD>
294 </TR>
295
296 <TR>
297 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
298 &nbsp;PREV CLASS&nbsp;
299 &nbsp;<A HREF="../../../../org/apache/xmlrpc/common/ServerStreamConnection.html" title="interface in org.apache.xmlrpc.common"><B>NEXT CLASS</B></A></FONT></TD>
300 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
301 <A HREF="../../../../index.html?org/apache/xmlrpc/common/LocalStreamConnection.html" target="_top"><B>FRAMES</B></A> &nbsp;
302 &nbsp;<A HREF="LocalStreamConnection.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
303 &nbsp;<SCRIPT type="text/javascript">
304 <!--
305 if(window==top) {
306 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
307 }
308 //-->
309 </SCRIPT>
310 <NOSCRIPT>
311 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
312 </NOSCRIPT>
313
314
315 </FONT></TD>
316 </TR>
317 <TR>
318 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
319 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
320 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
321 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
322 </TR>
323 </TABLE>
324 <A NAME="skip-navbar_bottom"></A>
325 <!-- ======== END OF BOTTOM NAVBAR ======= -->
326
327 <HR>
328 Copyright &#169; 2001-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
329 </BODY>
330 </HTML>