Edit D:\app\Administrator\product\11.2.0\dbhome_1\owb\lib\int\HTTPClient\doc\api\HTTPClient\DefaultAuthHandler.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc on Mon May 07 18:52:24 PDT 2001 --> <TITLE> HTTPClient API: Class DefaultAuthHandler </TITLE> <LINK REL ="stylesheet" TYPE="text/css" HREF="../stylesheet.css" TITLE="Style"> </HEAD> <BODY BGCOLOR="white"> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_top"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_top_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT ID="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="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT ID="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="../HTTPClient/CookieModule.html"><B>PREV CLASS</B></A> <A HREF="../HTTPClient/HTTPConnection.html"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="DefaultAuthHandler.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> <!-- ======== START OF CLASS DATA ======== --> <H2> <FONT SIZE="-1"> HTTPClient</FONT> <BR> Class DefaultAuthHandler</H2> <PRE> <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html">java.lang.Object</A> | +--<B>HTTPClient.DefaultAuthHandler</B> </PRE> <HR> <DL> <DT>public class <B>DefaultAuthHandler</B><DT>extends <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html">Object</A><DT>implements <A HREF="../HTTPClient/AuthorizationHandler.html">AuthorizationHandler</A>, HTTPClient.GlobalConstants</DL> <P> This class is the default authorization handler. It currently handles the authentication schemes "Basic", "Digest", and "SOCKS5" (used for the SocksClient and not part of HTTP per se). <P>By default, when a username and password is required, this handler throws up a message box requesting the desired info. However, applications can <A HREF="../HTTPClient/DefaultAuthHandler.html#setAuthorizationPrompter(HTTPClient.AuthorizationPrompter)"><CODE>set their own authorization prompter</CODE></A> if desired. <P><strong>Note:</strong> all methods except for <var>setAuthorizationPrompter</var> are meant to be invoked by the AuthorizationModule only, i.e. should not be invoked by the application (those methods are only public because implementing the <var>AuthorizationHandler</var> interface requires them to be). <P> <DL> <DT><B>Since: </B><DD>V0.2</DD> <DT><B>Version: </B><DD>0.3-3 06/05/2001</DD> <DT><B>Author: </B><DD>Ronald Tschal?</DD> </DL> <HR> <P> <!-- ======== INNER CLASS SUMMARY ======== --> <!-- =========== FIELD SUMMARY =========== --> <A NAME="fields_inherited_from_class_HTTPClient.GlobalConstants"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Fields inherited from interface HTTPClient.GlobalConstants</B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE>CD_0, CD_CHUNKED, CD_CLOSE, CD_CONTLEN, CD_HDRS, CD_MP_BR, CD_NONE, HTTP, HTTP_1_0, HTTP_1_1, HTTP_NG, HTTPS, SHTTP</CODE></TD> </TR> </TABLE> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <A NAME="constructor_summary"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Constructor Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><B><A HREF="../HTTPClient/DefaultAuthHandler.html#DefaultAuthHandler()">DefaultAuthHandler</A></B>()</CODE> <BR> </TD> </TR> </TABLE> <!-- ========== METHOD SUMMARY =========== --> <A NAME="method_summary"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=2><FONT SIZE="+2"> <B>Method Summary</B></FONT></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../HTTPClient/AuthorizationInfo.html">AuthorizationInfo</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/DefaultAuthHandler.html#fixupAuthInfo(HTTPClient.AuthorizationInfo, HTTPClient.RoRequest, HTTPClient.AuthorizationInfo, HTTPClient.RoResponse)">fixupAuthInfo</A></B>(<A HREF="../HTTPClient/AuthorizationInfo.html">AuthorizationInfo</A> info, <A HREF="../HTTPClient/RoRequest.html">RoRequest</A> req, <A HREF="../HTTPClient/AuthorizationInfo.html">AuthorizationInfo</A> challenge, <A HREF="../HTTPClient/RoResponse.html">RoResponse</A> resp)</CODE> <BR> For Digest authentication we need to set the uri, response and opaque parameters.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> <A HREF="../HTTPClient/AuthorizationInfo.html">AuthorizationInfo</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/DefaultAuthHandler.html#getAuthorization(HTTPClient.AuthorizationInfo, HTTPClient.RoRequest, HTTPClient.RoResponse)">getAuthorization</A></B>(<A HREF="../HTTPClient/AuthorizationInfo.html">AuthorizationInfo</A> challenge, <A HREF="../HTTPClient/RoRequest.html">RoRequest</A> req, <A HREF="../HTTPClient/RoResponse.html">RoResponse</A> resp)</CODE> <BR> returns the requested authorization, or null if none was given.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/DefaultAuthHandler.html#handleAuthHeaders(HTTPClient.Response, HTTPClient.RoRequest, HTTPClient.AuthorizationInfo, HTTPClient.AuthorizationInfo)">handleAuthHeaders</A></B>(<A HREF="../HTTPClient/Response.html">Response</A> resp, <A HREF="../HTTPClient/RoRequest.html">RoRequest</A> req, <A HREF="../HTTPClient/AuthorizationInfo.html">AuthorizationInfo</A> prev, <A HREF="../HTTPClient/AuthorizationInfo.html">AuthorizationInfo</A> prxy)</CODE> <BR> We handle the "Authentication-Info" and "Proxy-Authentication-Info" headers here.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE> void</CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/DefaultAuthHandler.html#handleAuthTrailers(HTTPClient.Response, HTTPClient.RoRequest, HTTPClient.AuthorizationInfo, HTTPClient.AuthorizationInfo)">handleAuthTrailers</A></B>(<A HREF="../HTTPClient/Response.html">Response</A> resp, <A HREF="../HTTPClient/RoRequest.html">RoRequest</A> req, <A HREF="../HTTPClient/AuthorizationInfo.html">AuthorizationInfo</A> prev, <A HREF="../HTTPClient/AuthorizationInfo.html">AuthorizationInfo</A> prxy)</CODE> <BR> We handle the "Authentication-Info" and "Proxy-Authentication-Info" trailers here.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>static <A HREF="../HTTPClient/AuthorizationPrompter.html">AuthorizationPrompter</A></CODE></FONT></TD> <TD><CODE><B><A HREF="../HTTPClient/DefaultAuthHandler.html#setAuthorizationPrompter(HTTPClient.AuthorizationPrompter)">setAuthorizationPrompter</A></B>(<A HREF="../HTTPClient/AuthorizationPrompter.html">AuthorizationPrompter</A> prompt)</CODE> <BR> Set a new username/password prompter.</TD> </TR> </TABLE> <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> <TD><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html">Object</A></B></TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD><CODE><A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#clone()">clone</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#equals(java.lang.Object)">equals</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#finalize()">finalize</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#getClass()">getClass</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#hashCode()">hashCode</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#notify()">notify</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#notifyAll()">notifyAll</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#toString()">toString</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#wait()">wait</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#wait(long)">wait</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/lang/Object.html#wait(long, int)">wait</A></CODE></TD> </TR> </TABLE> <P> <!-- ============ FIELD DETAIL =========== --> <!-- ========= CONSTRUCTOR DETAIL ======== --> <A NAME="constructor_detail"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Constructor Detail</B></FONT></TD> </TR> </TABLE> <A NAME="DefaultAuthHandler()"><!-- --></A><H3> DefaultAuthHandler</H3> <PRE> public <B>DefaultAuthHandler</B>()</PRE> <DL> </DL> <!-- ============ METHOD DETAIL ========== --> <A NAME="method_detail"><!-- --></A> <TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%"> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TD COLSPAN=1><FONT SIZE="+2"> <B>Method Detail</B></FONT></TD> </TR> </TABLE> <A NAME="fixupAuthInfo(HTTPClient.AuthorizationInfo, HTTPClient.RoRequest, HTTPClient.AuthorizationInfo, HTTPClient.RoResponse)"><!-- --></A><H3> fixupAuthInfo</H3> <PRE> public <A HREF="../HTTPClient/AuthorizationInfo.html">AuthorizationInfo</A> <B>fixupAuthInfo</B>(<A HREF="../HTTPClient/AuthorizationInfo.html">AuthorizationInfo</A> info, <A HREF="../HTTPClient/RoRequest.html">RoRequest</A> req, <A HREF="../HTTPClient/AuthorizationInfo.html">AuthorizationInfo</A> challenge, <A HREF="../HTTPClient/RoResponse.html">RoResponse</A> resp) throws <A HREF="../HTTPClient/AuthSchemeNotImplException.html">AuthSchemeNotImplException</A></PRE> <DL> <DD>For Digest authentication we need to set the uri, response and opaque parameters. For "Basic" and "SOCKS5" nothing is done.<DD><DL> <DT><B>Specified by: </B><DD><A HREF="../HTTPClient/AuthorizationHandler.html#fixupAuthInfo(HTTPClient.AuthorizationInfo, HTTPClient.RoRequest, HTTPClient.AuthorizationInfo, HTTPClient.RoResponse)">fixupAuthInfo</A> in interface <A HREF="../HTTPClient/AuthorizationHandler.html">AuthorizationHandler</A></DL> </DD> <DD><B>Tags copied from interface: <A HREF="../HTTPClient/AuthorizationHandler.html">AuthorizationHandler</A></B></DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>info</CODE> - the authorization info retrieved from the list of known info.<DD><CODE>req</CODE> - the request this info is targeted for.<DD><CODE>challenge</CODE> - the authorization challenge received from the server if this is in response to a 401, or null if we are preemptively sending the info.<DD><CODE>resp</CODE> - the full 401 response received, or null if we are preemptively sending the info.<DT><B>Returns:</B><DD>the authorization info to be sent with the request, or null if none is to be sent.<DT><B>Throws:</B><DD><A HREF="../HTTPClient/AuthSchemeNotImplException.html">AuthSchemeNotImplException</A> - if the authorization scheme in the info cannot be handled.<DD><A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/io/IOException.html">IOException</A> - if an exception occurs while fixing up the info</DL> </DD> </DL> <HR> <A NAME="getAuthorization(HTTPClient.AuthorizationInfo, HTTPClient.RoRequest, HTTPClient.RoResponse)"><!-- --></A><H3> getAuthorization</H3> <PRE> public <A HREF="../HTTPClient/AuthorizationInfo.html">AuthorizationInfo</A> <B>getAuthorization</B>(<A HREF="../HTTPClient/AuthorizationInfo.html">AuthorizationInfo</A> challenge, <A HREF="../HTTPClient/RoRequest.html">RoRequest</A> req, <A HREF="../HTTPClient/RoResponse.html">RoResponse</A> resp) throws <A HREF="../HTTPClient/AuthSchemeNotImplException.html">AuthSchemeNotImplException</A>, <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/io/IOException.html">IOException</A></PRE> <DL> <DD>returns the requested authorization, or null if none was given.<DD><DL> <DT><B>Specified by: </B><DD><A HREF="../HTTPClient/AuthorizationHandler.html#getAuthorization(HTTPClient.AuthorizationInfo, HTTPClient.RoRequest, HTTPClient.RoResponse)">getAuthorization</A> in interface <A HREF="../HTTPClient/AuthorizationHandler.html">AuthorizationHandler</A></DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>challenge</CODE> - the parsed challenge from the server.<DD><CODE>req</CODE> - the request which solicited this response<DD><CODE>resp</CODE> - the full response received<DT><B>Returns:</B><DD>a structure containing the necessary authorization info, or null<DT><B>Throws:</B><DD><A HREF="../HTTPClient/AuthSchemeNotImplException.html">AuthSchemeNotImplException</A> - if the authentication scheme in the challenge cannot be handled.</DL> </DD> </DL> <HR> <A NAME="handleAuthHeaders(HTTPClient.Response, HTTPClient.RoRequest, HTTPClient.AuthorizationInfo, HTTPClient.AuthorizationInfo)"><!-- --></A><H3> handleAuthHeaders</H3> <PRE> public void <B>handleAuthHeaders</B>(<A HREF="../HTTPClient/Response.html">Response</A> resp, <A HREF="../HTTPClient/RoRequest.html">RoRequest</A> req, <A HREF="../HTTPClient/AuthorizationInfo.html">AuthorizationInfo</A> prev, <A HREF="../HTTPClient/AuthorizationInfo.html">AuthorizationInfo</A> prxy) throws <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/io/IOException.html">IOException</A></PRE> <DL> <DD>We handle the "Authentication-Info" and "Proxy-Authentication-Info" headers here.<DD><DL> <DT><B>Specified by: </B><DD><A HREF="../HTTPClient/AuthorizationHandler.html#handleAuthHeaders(HTTPClient.Response, HTTPClient.RoRequest, HTTPClient.AuthorizationInfo, HTTPClient.AuthorizationInfo)">handleAuthHeaders</A> in interface <A HREF="../HTTPClient/AuthorizationHandler.html">AuthorizationHandler</A></DL> </DD> <DD><B>Tags copied from interface: <A HREF="../HTTPClient/AuthorizationHandler.html">AuthorizationHandler</A></B></DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>resp</CODE> - the full Response<DD><CODE>req</CODE> - the Request which provoked this response<DD><CODE>prev</CODE> - the previous auth info sent, or null if none was sent<DD><CODE>prxy</CODE> - the previous proxy auth info sent, or null if none was sent<DT><B>Throws:</B><DD><A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/io/IOException.html">IOException</A> - if an exception occurs during the reading of the headers.</DL> </DD> </DL> <HR> <A NAME="handleAuthTrailers(HTTPClient.Response, HTTPClient.RoRequest, HTTPClient.AuthorizationInfo, HTTPClient.AuthorizationInfo)"><!-- --></A><H3> handleAuthTrailers</H3> <PRE> public void <B>handleAuthTrailers</B>(<A HREF="../HTTPClient/Response.html">Response</A> resp, <A HREF="../HTTPClient/RoRequest.html">RoRequest</A> req, <A HREF="../HTTPClient/AuthorizationInfo.html">AuthorizationInfo</A> prev, <A HREF="../HTTPClient/AuthorizationInfo.html">AuthorizationInfo</A> prxy) throws <A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/io/IOException.html">IOException</A></PRE> <DL> <DD>We handle the "Authentication-Info" and "Proxy-Authentication-Info" trailers here.<DD><DL> <DT><B>Specified by: </B><DD><A HREF="../HTTPClient/AuthorizationHandler.html#handleAuthTrailers(HTTPClient.Response, HTTPClient.RoRequest, HTTPClient.AuthorizationInfo, HTTPClient.AuthorizationInfo)">handleAuthTrailers</A> in interface <A HREF="../HTTPClient/AuthorizationHandler.html">AuthorizationHandler</A></DL> </DD> <DD><B>Tags copied from interface: <A HREF="../HTTPClient/AuthorizationHandler.html">AuthorizationHandler</A></B></DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>resp</CODE> - the full Response<DD><CODE>req</CODE> - the Request which provoked this response<DD><CODE>prev</CODE> - the previous auth info sent, or null if none was sent<DD><CODE>prxy</CODE> - the previous proxy auth info sent, or null if none was sent<DT><B>Throws:</B><DD><A HREF="http://java.sun.com/products/jdk/1.2/docs/api/java/io/IOException.html">IOException</A> - if an exception occurs during the reading of the trailers.<DT><B>See Also: </B><DD><A HREF="../HTTPClient/AuthorizationHandler.html#handleAuthHeaders(HTTPClient.Response, HTTPClient.RoRequest, HTTPClient.AuthorizationInfo, HTTPClient.AuthorizationInfo)"><CODE>AuthorizationHandler.handleAuthHeaders(HTTPClient.Response, HTTPClient.RoRequest, HTTPClient.AuthorizationInfo, HTTPClient.AuthorizationInfo)</CODE></A></DL> </DD> </DL> <HR> <A NAME="setAuthorizationPrompter(HTTPClient.AuthorizationPrompter)"><!-- --></A><H3> setAuthorizationPrompter</H3> <PRE> public static <A HREF="../HTTPClient/AuthorizationPrompter.html">AuthorizationPrompter</A> <B>setAuthorizationPrompter</B>(<A HREF="../HTTPClient/AuthorizationPrompter.html">AuthorizationPrompter</A> prompt)</PRE> <DL> <DD>Set a new username/password prompter.<DD><DL> </DL> </DD> <DD><DL> <DT><B>Parameters:</B><DD><CODE>prompt</CODE> - the AuthorizationPrompter to use whenever a username and password are needed; if null, no querying will be done<DT><B>Returns:</B><DD>the previous prompter</DL> </DD> </DL> <!-- ========= END OF CLASS DATA ========= --> <HR> <!-- ========== START OF NAVBAR ========== --> <A NAME="navbar_bottom"><!-- --></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0"> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3"> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT ID="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="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../help-doc.html"><FONT ID="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="../HTTPClient/CookieModule.html"><B>PREV CLASS</B></A> <A HREF="../HTTPClient/HTTPConnection.html"><B>NEXT CLASS</B></A></FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../index.html" TARGET="_top"><B>FRAMES</B></A> <A HREF="DefaultAuthHandler.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD> </TR> <TR> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: INNER | FIELD | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD> <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> DETAIL: FIELD | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD> </TR> </TABLE> <!-- =========== END OF NAVBAR =========== --> <HR> </BODY> </HTML>
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de