?? httprecorderpostmethod.html
字號:
</TR></TABLE> <A NAME="methods_inherited_from_class_org.apache.commons.httpclient.HttpMethodBase"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class org.apache.commons.httpclient.HttpMethodBase</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>abort, addCookieRequestHeader, addHostRequestHeader, addRequestHeader, addRequestHeader, addResponseFooter, addUserAgentRequestHeader, checkNotUsed, checkUsed, generateRequestLine, getAuthenticationRealm, getContentCharSet, getDoAuthentication, getEffectiveVersion, getHostAuthState, getHostConfiguration, getMethodRetryHandler, getParams, getPath, getProxyAuthenticationRealm, getProxyAuthState, getQueryString, getRecoverableExceptionCount, getRequestHeader, getRequestHeaderGroup, getRequestHeaders, getRequestHeaders, getResponseBody, getResponseBodyAsStream, getResponseBodyAsString, getResponseCharSet, getResponseContentLength, getResponseFooter, getResponseFooters, getResponseHeader, getResponseHeaderGroup, getResponseHeaders, getResponseHeaders, getResponseStream, getResponseTrailerHeaderGroup, getStatusCode, getStatusLine, getStatusText, getURI, hasBeenUsed, isAborted, isConnectionCloseForced, isHttp11, isRequestSent, isStrictMode, processResponseBody, processResponseHeaders, processStatusLine, readResponse, readResponseHeaders, readStatusLine, releaseConnection, removeRequestHeader, removeRequestHeader, responseBodyConsumed, setConnectionCloseForced, setDoAuthentication, setHostConfiguration, setHttp11, setMethodRetryHandler, setParams, setPath, setQueryString, setQueryString, setRequestHeader, setRequestHeader, setResponseStream, setStrictMode, setURI, validate, writeRequest, writeRequestHeaders, writeRequestLine</CODE></TD></TR></TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD></TR></TABLE> <P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field Detail</B></FONT></TH></TR></TABLE><A NAME="httpRecorderMethod"><!-- --></A><H3>httpRecorderMethod</H3><PRE>protected <A HREF="../../../org/archive/httpclient/HttpRecorderMethod.html" title="class in org.archive.httpclient">HttpRecorderMethod</A> <B>httpRecorderMethod</B></PRE><DL><DD>Instance of http recorder method.<P><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="HttpRecorderPostMethod(java.lang.String, org.archive.util.HttpRecorder)"><!-- --></A><H3>HttpRecorderPostMethod</H3><PRE>public <B>HttpRecorderPostMethod</B>(java.lang.String uri, <A HREF="../../../org/archive/util/HttpRecorder.html" title="class in org.archive.util">HttpRecorder</A> recorder)</PRE><DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="readResponseBody(org.apache.commons.httpclient.HttpState, org.apache.commons.httpclient.HttpConnection)"><!-- --></A><H3>readResponseBody</H3><PRE>protected void <B>readResponseBody</B>(org.apache.commons.httpclient.HttpState state, org.apache.commons.httpclient.HttpConnection connection) throws java.io.IOException, org.apache.commons.httpclient.HttpException</PRE><DL><DD><B>Description copied from class: <CODE>org.apache.commons.httpclient.HttpMethodBase</CODE></B></DD><DD>Read the response body from the given <CODE>HttpConnection</CODE>. <p> The current implementation wraps the socket level stream with an appropriate stream for the type of response (chunked, content-length, or auto-close). If there is no response body, the connection associated with the request will be returned to the connection manager. </p> <p> Subclasses may want to override this method to to customize the processing. </p><P><DD><DL><DT><B>Overrides:</B><DD><CODE>readResponseBody</CODE> in class <CODE>org.apache.commons.httpclient.HttpMethodBase</CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>state</CODE> - the <CODE>state</CODE> information associated with this method<DD><CODE>connection</CODE> - the <CODE>connection</CODE> used to execute this HTTP method<DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE> - if an I/O (transport) error occurs. Some transport exceptions can be recovered from.<DD><CODE>HttpException</CODE> - if a protocol exception occurs. Usually protocol exceptions cannot be recovered from.<DT><B>See Also:</B><DD><CODE>HttpMethodBase.readResponse(org.apache.commons.httpclient.HttpState, org.apache.commons.httpclient.HttpConnection)</CODE>, <CODE>HttpMethodBase.processResponseBody(org.apache.commons.httpclient.HttpState, org.apache.commons.httpclient.HttpConnection)</CODE></DL></DD></DL><HR><A NAME="shouldCloseConnection(org.apache.commons.httpclient.HttpConnection)"><!-- --></A><H3>shouldCloseConnection</H3><PRE>protected boolean <B>shouldCloseConnection</B>(org.apache.commons.httpclient.HttpConnection conn)</PRE><DL><DD><B>Description copied from class: <CODE>org.apache.commons.httpclient.HttpMethodBase</CODE></B></DD><DD>Tests if the connection should be closed after the method has been executed. The connection will be left open when using HTTP/1.1 or if <tt>Connection: keep-alive</tt> header was sent.<P><DD><DL><DT><B>Overrides:</B><DD><CODE>shouldCloseConnection</CODE> in class <CODE>org.apache.commons.httpclient.HttpMethodBase</CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>conn</CODE> - the connection in question<DT><B>Returns:</B><DD>boolean true if we should close the connection.</DL></DD></DL><HR><A NAME="execute(org.apache.commons.httpclient.HttpState, org.apache.commons.httpclient.HttpConnection)"><!-- --></A><H3>execute</H3><PRE>public int <B>execute</B>(org.apache.commons.httpclient.HttpState state, org.apache.commons.httpclient.HttpConnection conn) throws org.apache.commons.httpclient.HttpException, java.io.IOException</PRE><DL><DD><B>Description copied from class: <CODE>org.apache.commons.httpclient.HttpMethodBase</CODE></B></DD><DD>Executes this method using the specified <code>HttpConnection</code> and <code>HttpState</code>.<P><DD><DL><DT><B>Specified by:</B><DD><CODE>execute</CODE> in interface <CODE>org.apache.commons.httpclient.HttpMethod</CODE><DT><B>Overrides:</B><DD><CODE>execute</CODE> in class <CODE>org.apache.commons.httpclient.HttpMethodBase</CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>state</CODE> - <CODE>state</CODE> information to associate with this request. Must be non-null.<DD><CODE>conn</CODE> - the <CODE>connection</CODE> to used to execute this HTTP method. Must be non-null.<DT><B>Returns:</B><DD>the integer status code if one was obtained, or <tt>-1</tt><DT><B>Throws:</B><DD><CODE>HttpException</CODE> - if a protocol exception occurs.<DD><CODE>java.io.IOException</CODE> - if an I/O (transport) error occurs</DL></DD></DL><HR><A NAME="addProxyConnectionHeader(org.apache.commons.httpclient.HttpState, org.apache.commons.httpclient.HttpConnection)"><!-- --></A><H3>addProxyConnectionHeader</H3><PRE>protected void <B>addProxyConnectionHeader</B>(org.apache.commons.httpclient.HttpState state, org.apache.commons.httpclient.HttpConnection conn) throws java.io.IOException, org.apache.commons.httpclient.HttpException</PRE><DL><DD><B>Description copied from class: <CODE>org.apache.commons.httpclient.HttpMethodBase</CODE></B></DD><DD>Generates <tt>Proxy-Connection: Keep-Alive</tt> request header when communicating via a proxy server.<P><DD><DL><DT><B>Overrides:</B><DD><CODE>addProxyConnectionHeader</CODE> in class <CODE>org.apache.commons.httpclient.HttpMethodBase</CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>state</CODE> - the <CODE>state</CODE> information associated with this method<DD><CODE>conn</CODE> - the <CODE>connection</CODE> used to execute this HTTP method<DT><B>Throws:</B><DD><CODE>java.io.IOException</CODE> - if an I/O (transport) error occurs. Some transport exceptions can be recovered from.<DD><CODE>HttpException</CODE> - if a protocol exception occurs. Usually protocol exceptions cannot be recovered from.</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/HttpRecorderPostMethod.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../org/archive/httpclient/HttpRecorderMethod.html" title="class in org.archive.httpclient"><B>PREV CLASS</B></A> <A HREF="../../../org/archive/httpclient/SingleHttpConnectionManager.html" title="class in org.archive.httpclient"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../index.html?org/archive/httpclient/HttpRecorderPostMethod.html" target="_top"><B>FRAMES</B></A> <A HREF="HttpRecorderPostMethod.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright © 2003-2007 Internet Archive. All Rights Reserved.</BODY></HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -