1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_11) on Sat Aug 18 11:01:03 CEST 2007 -->
<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>
org.apache.commons.httpclient.cookie (HttpClient 3.1 API)
</TITLE>
<META NAME="keywords" CONTENT="org.apache.commons.httpclient.cookie package">
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">
<FONT size="+1" CLASS="FrameTitleFont">
<A HREF="../../../../../org/apache/commons/httpclient/cookie/package-summary.html" target="classFrame">org.apache.commons.httpclient.cookie</A></FONT>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Interfaces</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="CookieAttributeHandler.html" title="interface in org.apache.commons.httpclient.cookie" target="classFrame"><I>CookieAttributeHandler</I></A>
<BR>
<A HREF="CookieSpec.html" title="interface in org.apache.commons.httpclient.cookie" target="classFrame"><I>CookieSpec</I></A>
<BR>
<A HREF="CookieVersionSupport.html" title="interface in org.apache.commons.httpclient.cookie" target="classFrame"><I>CookieVersionSupport</I></A></FONT></TD>
</TR>
</TABLE>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Classes</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="Cookie2.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">Cookie2</A>
<BR>
<A HREF="CookieOrigin.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">CookieOrigin</A>
<BR>
<A HREF="CookiePathComparator.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">CookiePathComparator</A>
<BR>
<A HREF="CookiePolicy.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">CookiePolicy</A>
<BR>
<A HREF="CookieSpecBase.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">CookieSpecBase</A>
<BR>
<A HREF="IgnoreCookiesSpec.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">IgnoreCookiesSpec</A>
<BR>
<A HREF="NetscapeDraftSpec.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">NetscapeDraftSpec</A>
<BR>
<A HREF="RFC2109Spec.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">RFC2109Spec</A>
<BR>
<A HREF="RFC2965Spec.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">RFC2965Spec</A></FONT></TD>
</TR>
</TABLE>
<TABLE BORDER="0" WIDTH="100%" SUMMARY="">
<TR>
<TD NOWRAP><FONT size="+1" CLASS="FrameHeadingFont">
Exceptions</FONT>
<FONT CLASS="FrameItemFont">
<BR>
<A HREF="MalformedCookieException.html" title="class in org.apache.commons.httpclient.cookie" target="classFrame">MalformedCookieException</A></FONT></TD>
</TR>
</TABLE>
</BODY>
</HTML>
|