comparison libs/httpcomponents-client-4.0-beta1/javadoc/httpclient/org/apache/http/cookie/CookieSpecRegistry.html @ 5:0be9d53a6967

editor for annotations
author dwinter
date Tue, 13 Dec 2011 17:43:46 +0100
parents
children
comparison
equal deleted inserted replaced
4:c32080f364c6 5:0be9d53a6967
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.5.0_11) on Sat Aug 23 11:49:49 GMT+01:00 2008 -->
6 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7 <TITLE>
8 CookieSpecRegistry (HttpClient 4.0-beta1 API)
9 </TITLE>
10
11 <META NAME="keywords" CONTENT="org.apache.http.cookie.CookieSpecRegistry class">
12
13 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
14
15 <SCRIPT type="text/javascript">
16 function windowTitle()
17 {
18 parent.document.title="CookieSpecRegistry (HttpClient 4.0-beta1 API)";
19 }
20 </SCRIPT>
21 <NOSCRIPT>
22 </NOSCRIPT>
23
24 </HEAD>
25
26 <BODY BGCOLOR="white" onload="windowTitle();">
27
28
29 <!-- ========= START OF TOP NAVBAR ======= -->
30 <A NAME="navbar_top"><!-- --></A>
31 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
32 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
33 <TR>
34 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
35 <A NAME="navbar_top_firstrow"><!-- --></A>
36 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
37 <TR ALIGN="center" VALIGN="top">
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CookieSpecRegistry.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
46 </TR>
47 </TABLE>
48 </TD>
49 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
50 </EM>
51 </TD>
52 </TR>
53
54 <TR>
55 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
56 &nbsp;<A HREF="../../../../org/apache/http/cookie/CookieSpecFactory.html" title="interface in org.apache.http.cookie"><B>PREV CLASS</B></A>&nbsp;
57 &nbsp;<A HREF="../../../../org/apache/http/cookie/MalformedCookieException.html" title="class in org.apache.http.cookie"><B>NEXT CLASS</B></A></FONT></TD>
58 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
59 <A HREF="../../../../index.html?org/apache/http/cookie/CookieSpecRegistry.html" target="_top"><B>FRAMES</B></A> &nbsp;
60 &nbsp;<A HREF="CookieSpecRegistry.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
61 &nbsp;<SCRIPT type="text/javascript">
62 <!--
63 if(window==top) {
64 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
65 }
66 //-->
67 </SCRIPT>
68 <NOSCRIPT>
69 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
70 </NOSCRIPT>
71
72
73 </FONT></TD>
74 </TR>
75 <TR>
76 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
77 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
78 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
79 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
80 </TR>
81 </TABLE>
82 <A NAME="skip-navbar_top"></A>
83 <!-- ========= END OF TOP NAVBAR ========= -->
84
85 <HR>
86 <!-- ======== START OF CLASS DATA ======== -->
87 <H2>
88 <FONT SIZE="-1">
89 org.apache.http.cookie</FONT>
90 <BR>
91 Class CookieSpecRegistry</H2>
92 <PRE>
93 java.lang.Object
94 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>org.apache.http.cookie.CookieSpecRegistry</B>
95 </PRE>
96 <HR>
97 <DL>
98 <DT><PRE>public final class <B>CookieSpecRegistry</B><DT>extends java.lang.Object</DL>
99 </PRE>
100
101 <P>
102 Cookie specification registry that can be used to obtain the corresponding
103 cookie specification implementation for a given type of type or version of
104 cookie.
105 <P>
106
107 <P>
108 <DL>
109 <DT><B>Since:</B></DT>
110 <DD>4.0</DD>
111 <DT><B>Author:</B></DT>
112 <DD><a href="mailto:oleg at ural.ru">Oleg Kalnichevski</a>, <a href="mailto:mbowler@GargoyleSoftware.com">Mike Bowler</a></DD>
113 </DL>
114 <HR>
115
116 <P>
117
118 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
119
120 <A NAME="constructor_summary"><!-- --></A>
121 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
122 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
123 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
124 <B>Constructor Summary</B></FONT></TH>
125 </TR>
126 <TR BGCOLOR="white" CLASS="TableRowColor">
127 <TD><CODE><B><A HREF="../../../../org/apache/http/cookie/CookieSpecRegistry.html#CookieSpecRegistry()">CookieSpecRegistry</A></B>()</CODE>
128
129 <BR>
130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
131 </TR>
132 </TABLE>
133 &nbsp;
134 <!-- ========== METHOD SUMMARY =========== -->
135
136 <A NAME="method_summary"><!-- --></A>
137 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
138 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
139 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
140 <B>Method Summary</B></FONT></TH>
141 </TR>
142 <TR BGCOLOR="white" CLASS="TableRowColor">
143 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
144 <CODE>&nbsp;<A HREF="../../../../org/apache/http/cookie/CookieSpec.html" title="interface in org.apache.http.cookie">CookieSpec</A></CODE></FONT></TD>
145 <TD><CODE><B><A HREF="../../../../org/apache/http/cookie/CookieSpecRegistry.html#getCookieSpec(java.lang.String)">getCookieSpec</A></B>(java.lang.String&nbsp;name)</CODE>
146
147 <BR>
148 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the <A HREF="../../../../org/apache/http/cookie/CookieSpec.html" title="interface in org.apache.http.cookie"><CODE>cookie specification</CODE></A> with the given name.</TD>
149 </TR>
150 <TR BGCOLOR="white" CLASS="TableRowColor">
151 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
152 <CODE>&nbsp;<A HREF="../../../../org/apache/http/cookie/CookieSpec.html" title="interface in org.apache.http.cookie">CookieSpec</A></CODE></FONT></TD>
153 <TD><CODE><B><A HREF="../../../../org/apache/http/cookie/CookieSpecRegistry.html#getCookieSpec(java.lang.String, org.apache.http.params.HttpParams)">getCookieSpec</A></B>(java.lang.String&nbsp;name,
154 org.apache.http.params.HttpParams&nbsp;params)</CODE>
155
156 <BR>
157 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gets the <A HREF="../../../../org/apache/http/cookie/CookieSpec.html" title="interface in org.apache.http.cookie"><CODE>cookie specification</CODE></A> with the given ID.</TD>
158 </TR>
159 <TR BGCOLOR="white" CLASS="TableRowColor">
160 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
161 <CODE>&nbsp;java.util.List&lt;java.lang.String&gt;</CODE></FONT></TD>
162 <TD><CODE><B><A HREF="../../../../org/apache/http/cookie/CookieSpecRegistry.html#getSpecNames()">getSpecNames</A></B>()</CODE>
163
164 <BR>
165 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Obtains a list containing names of all registered <A HREF="../../../../org/apache/http/cookie/CookieSpec.html" title="interface in org.apache.http.cookie"><CODE>cookie
166 specs</CODE></A> in their default order.</TD>
167 </TR>
168 <TR BGCOLOR="white" CLASS="TableRowColor">
169 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
170 <CODE>&nbsp;void</CODE></FONT></TD>
171 <TD><CODE><B><A HREF="../../../../org/apache/http/cookie/CookieSpecRegistry.html#register(java.lang.String, org.apache.http.cookie.CookieSpecFactory)">register</A></B>(java.lang.String&nbsp;name,
172 <A HREF="../../../../org/apache/http/cookie/CookieSpecFactory.html" title="interface in org.apache.http.cookie">CookieSpecFactory</A>&nbsp;factory)</CODE>
173
174 <BR>
175 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Registers a <A HREF="../../../../org/apache/http/cookie/CookieSpecFactory.html" title="interface in org.apache.http.cookie"><CODE>CookieSpecFactory</CODE></A> with the given identifier.</TD>
176 </TR>
177 <TR BGCOLOR="white" CLASS="TableRowColor">
178 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
179 <CODE>&nbsp;void</CODE></FONT></TD>
180 <TD><CODE><B><A HREF="../../../../org/apache/http/cookie/CookieSpecRegistry.html#setItems(java.util.Map)">setItems</A></B>(java.util.Map&lt;java.lang.String,<A HREF="../../../../org/apache/http/cookie/CookieSpecFactory.html" title="interface in org.apache.http.cookie">CookieSpecFactory</A>&gt;&nbsp;map)</CODE>
181
182 <BR>
183 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Populates the internal collection of registered <A HREF="../../../../org/apache/http/cookie/CookieSpec.html" title="interface in org.apache.http.cookie"><CODE>cookie
184 specs</CODE></A> with the content of the map passed as a parameter.</TD>
185 </TR>
186 <TR BGCOLOR="white" CLASS="TableRowColor">
187 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
188 <CODE>&nbsp;void</CODE></FONT></TD>
189 <TD><CODE><B><A HREF="../../../../org/apache/http/cookie/CookieSpecRegistry.html#unregister(java.lang.String)">unregister</A></B>(java.lang.String&nbsp;id)</CODE>
190
191 <BR>
192 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Unregisters the <A HREF="../../../../org/apache/http/cookie/CookieSpecFactory.html" title="interface in org.apache.http.cookie"><CODE>CookieSpecFactory</CODE></A> with the given ID.</TD>
193 </TR>
194 </TABLE>
195 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
196 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
197 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
198 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
199 </TR>
200 <TR BGCOLOR="white" CLASS="TableRowColor">
201 <TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
202 </TR>
203 </TABLE>
204 &nbsp;
205 <P>
206
207 <!-- ========= CONSTRUCTOR DETAIL ======== -->
208
209 <A NAME="constructor_detail"><!-- --></A>
210 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
211 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
212 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
213 <B>Constructor Detail</B></FONT></TH>
214 </TR>
215 </TABLE>
216
217 <A NAME="CookieSpecRegistry()"><!-- --></A><H3>
218 CookieSpecRegistry</H3>
219 <PRE>
220 public <B>CookieSpecRegistry</B>()</PRE>
221 <DL>
222 </DL>
223
224 <!-- ============ METHOD DETAIL ========== -->
225
226 <A NAME="method_detail"><!-- --></A>
227 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
228 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
229 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
230 <B>Method Detail</B></FONT></TH>
231 </TR>
232 </TABLE>
233
234 <A NAME="register(java.lang.String, org.apache.http.cookie.CookieSpecFactory)"><!-- --></A><H3>
235 register</H3>
236 <PRE>
237 public void <B>register</B>(java.lang.String&nbsp;name,
238 <A HREF="../../../../org/apache/http/cookie/CookieSpecFactory.html" title="interface in org.apache.http.cookie">CookieSpecFactory</A>&nbsp;factory)</PRE>
239 <DL>
240 <DD>Registers a <A HREF="../../../../org/apache/http/cookie/CookieSpecFactory.html" title="interface in org.apache.http.cookie"><CODE>CookieSpecFactory</CODE></A> with the given identifier.
241 If a specification with the given name already exists it will be overridden.
242 This nameis the same one used to retrieve the <A HREF="../../../../org/apache/http/cookie/CookieSpecFactory.html" title="interface in org.apache.http.cookie"><CODE>CookieSpecFactory</CODE></A>
243 from <A HREF="../../../../org/apache/http/cookie/CookieSpecRegistry.html#getCookieSpec(java.lang.String)"><CODE>getCookieSpec(String)</CODE></A>.
244 <P>
245 <DD><DL>
246 <DT><B>Parameters:</B><DD><CODE>name</CODE> - the identifier for this specification<DD><CODE>factory</CODE> - the <A HREF="../../../../org/apache/http/cookie/CookieSpecFactory.html" title="interface in org.apache.http.cookie"><CODE>CookieSpecFactory</CODE></A> class to register<DT><B>See Also:</B><DD><A HREF="../../../../org/apache/http/cookie/CookieSpecRegistry.html#getCookieSpec(java.lang.String)"><CODE>getCookieSpec(String)</CODE></A></DL>
247 </DD>
248 </DL>
249 <HR>
250
251 <A NAME="unregister(java.lang.String)"><!-- --></A><H3>
252 unregister</H3>
253 <PRE>
254 public void <B>unregister</B>(java.lang.String&nbsp;id)</PRE>
255 <DL>
256 <DD>Unregisters the <A HREF="../../../../org/apache/http/cookie/CookieSpecFactory.html" title="interface in org.apache.http.cookie"><CODE>CookieSpecFactory</CODE></A> with the given ID.
257 <P>
258 <DD><DL>
259 <DT><B>Parameters:</B><DD><CODE>id</CODE> - the identifier of the <A HREF="../../../../org/apache/http/cookie/CookieSpec.html" title="interface in org.apache.http.cookie"><CODE>cookie specification</CODE></A> to unregister</DL>
260 </DD>
261 </DL>
262 <HR>
263
264 <A NAME="getCookieSpec(java.lang.String, org.apache.http.params.HttpParams)"><!-- --></A><H3>
265 getCookieSpec</H3>
266 <PRE>
267 public <A HREF="../../../../org/apache/http/cookie/CookieSpec.html" title="interface in org.apache.http.cookie">CookieSpec</A> <B>getCookieSpec</B>(java.lang.String&nbsp;name,
268 org.apache.http.params.HttpParams&nbsp;params)
269 throws java.lang.IllegalStateException</PRE>
270 <DL>
271 <DD>Gets the <A HREF="../../../../org/apache/http/cookie/CookieSpec.html" title="interface in org.apache.http.cookie"><CODE>cookie specification</CODE></A> with the given ID.
272 <P>
273 <DD><DL>
274 <DT><B>Parameters:</B><DD><CODE>name</CODE> - the <A HREF="../../../../org/apache/http/cookie/CookieSpec.html" title="interface in org.apache.http.cookie"><CODE>cookie specification</CODE></A> identifier<DD><CODE>params</CODE> - the <CODE>HTTP parameters</CODE> for the cookie
275 specification.
276 <DT><B>Returns:</B><DD><A HREF="../../../../org/apache/http/cookie/CookieSpec.html" title="interface in org.apache.http.cookie"><CODE>cookie specification</CODE></A>
277 <DT><B>Throws:</B>
278 <DD><CODE>java.lang.IllegalStateException</CODE> - if a policy with the given name cannot be found</DL>
279 </DD>
280 </DL>
281 <HR>
282
283 <A NAME="getCookieSpec(java.lang.String)"><!-- --></A><H3>
284 getCookieSpec</H3>
285 <PRE>
286 public <A HREF="../../../../org/apache/http/cookie/CookieSpec.html" title="interface in org.apache.http.cookie">CookieSpec</A> <B>getCookieSpec</B>(java.lang.String&nbsp;name)
287 throws java.lang.IllegalStateException</PRE>
288 <DL>
289 <DD>Gets the <A HREF="../../../../org/apache/http/cookie/CookieSpec.html" title="interface in org.apache.http.cookie"><CODE>cookie specification</CODE></A> with the given name.
290 <P>
291 <DD><DL>
292 <DT><B>Parameters:</B><DD><CODE>name</CODE> - the <A HREF="../../../../org/apache/http/cookie/CookieSpec.html" title="interface in org.apache.http.cookie"><CODE>cookie specification</CODE></A> identifier
293 <DT><B>Returns:</B><DD><A HREF="../../../../org/apache/http/cookie/CookieSpec.html" title="interface in org.apache.http.cookie"><CODE>cookie specification</CODE></A>
294 <DT><B>Throws:</B>
295 <DD><CODE>java.lang.IllegalStateException</CODE> - if a policy with the given name cannot be found</DL>
296 </DD>
297 </DL>
298 <HR>
299
300 <A NAME="getSpecNames()"><!-- --></A><H3>
301 getSpecNames</H3>
302 <PRE>
303 public java.util.List&lt;java.lang.String&gt; <B>getSpecNames</B>()</PRE>
304 <DL>
305 <DD>Obtains a list containing names of all registered <A HREF="../../../../org/apache/http/cookie/CookieSpec.html" title="interface in org.apache.http.cookie"><CODE>cookie
306 specs</CODE></A> in their default order.
307
308 Note that the DEFAULT policy (if present) is likely to be the same
309 as one of the other policies, but does not have to be.
310 <P>
311 <DD><DL>
312
313 <DT><B>Returns:</B><DD>list of registered cookie spec names</DL>
314 </DD>
315 </DL>
316 <HR>
317
318 <A NAME="setItems(java.util.Map)"><!-- --></A><H3>
319 setItems</H3>
320 <PRE>
321 public void <B>setItems</B>(java.util.Map&lt;java.lang.String,<A HREF="../../../../org/apache/http/cookie/CookieSpecFactory.html" title="interface in org.apache.http.cookie">CookieSpecFactory</A>&gt;&nbsp;map)</PRE>
322 <DL>
323 <DD>Populates the internal collection of registered <A HREF="../../../../org/apache/http/cookie/CookieSpec.html" title="interface in org.apache.http.cookie"><CODE>cookie
324 specs</CODE></A> with the content of the map passed as a parameter.
325 <P>
326 <DD><DL>
327 <DT><B>Parameters:</B><DD><CODE>map</CODE> - cookie specs</DL>
328 </DD>
329 </DL>
330 <!-- ========= END OF CLASS DATA ========= -->
331 <HR>
332
333
334 <!-- ======= START OF BOTTOM NAVBAR ====== -->
335 <A NAME="navbar_bottom"><!-- --></A>
336 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
337 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
338 <TR>
339 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
340 <A NAME="navbar_bottom_firstrow"><!-- --></A>
341 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
342 <TR ALIGN="center" VALIGN="top">
343 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
344 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
345 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
346 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/CookieSpecRegistry.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
347 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
348 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
349 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
350 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
351 </TR>
352 </TABLE>
353 </TD>
354 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
355 </EM>
356 </TD>
357 </TR>
358
359 <TR>
360 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
361 &nbsp;<A HREF="../../../../org/apache/http/cookie/CookieSpecFactory.html" title="interface in org.apache.http.cookie"><B>PREV CLASS</B></A>&nbsp;
362 &nbsp;<A HREF="../../../../org/apache/http/cookie/MalformedCookieException.html" title="class in org.apache.http.cookie"><B>NEXT CLASS</B></A></FONT></TD>
363 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
364 <A HREF="../../../../index.html?org/apache/http/cookie/CookieSpecRegistry.html" target="_top"><B>FRAMES</B></A> &nbsp;
365 &nbsp;<A HREF="CookieSpecRegistry.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
366 &nbsp;<SCRIPT type="text/javascript">
367 <!--
368 if(window==top) {
369 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
370 }
371 //-->
372 </SCRIPT>
373 <NOSCRIPT>
374 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
375 </NOSCRIPT>
376
377
378 </FONT></TD>
379 </TR>
380 <TR>
381 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
382 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
383 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
384 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
385 </TR>
386 </TABLE>
387 <A NAME="skip-navbar_bottom"></A>
388 <!-- ======== END OF BOTTOM NAVBAR ======= -->
389
390 <HR>
391 Copyright © 1999-2008 <a href="http://www.apache.org/">Apache Software Foundation</a>. All Rights Reserved.
392 </BODY>
393 </HTML>