⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 httprecordergetmethod.html

📁 用JAVA编写的,在做实验的时候留下来的,本来想删的,但是传上来,大家分享吧
💻 HTML
📖 第 1 页 / 共 2 页
字号:
<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, addRequestHeaders, addResponseFooter, addUserAgentRequestHeader, checkNotUsed, checkUsed, generateRequestLine, getAuthenticationRealm, getContentCharSet, getDoAuthentication, getEffectiveVersion, getFollowRedirects, getHostAuthState, getHostConfiguration, getMethodRetryHandler, getParams, getPath, getProxyAuthenticationRealm, getProxyAuthState, getQueryString, getRecoverableExceptionCount, getRequestCharSet, 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, setFollowRedirects, setHostConfiguration, setHttp11, setMethodRetryHandler, setParams, setPath, setQueryString, setQueryString, setRequestHeader, setRequestHeader, setResponseStream, setStrictMode, setURI, validate, writeRequest, writeRequestBody, writeRequestHeaders, writeRequestLine</CODE></TD></TR></TABLE>&nbsp;<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>&nbsp;<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="logger"><!-- --></A><H3>logger</H3><PRE>protected static java.util.logging.Logger <B>logger</B></PRE><DL><DL></DL></DL><HR><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="HttpRecorderGetMethod(java.lang.String, org.archive.util.HttpRecorder)"><!-- --></A><H3>HttpRecorderGetMethod</H3><PRE>public <B>HttpRecorderGetMethod</B>(java.lang.String&nbsp;uri,                             <A HREF="../../../org/archive/util/HttpRecorder.html" title="class in org.archive.util">HttpRecorder</A>&nbsp;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&nbsp;state,                                org.apache.commons.httpclient.HttpConnection&nbsp;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&nbsp;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&nbsp;state,                   org.apache.commons.httpclient.HttpConnection&nbsp;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&nbsp;state,                                        org.apache.commons.httpclient.HttpConnection&nbsp;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>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/HttpRecorderGetMethod.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../org/archive/httpclient/ConfigurableX509TrustManager.html" title="class in org.archive.httpclient"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../org/archive/httpclient/HttpRecorderMethod.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/HttpRecorderGetMethod.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="HttpRecorderGetMethod.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<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:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright &copy; 2003-2006 Internet Archive. All Rights Reserved.</BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -