506 lines
18 KiB
HTML
506 lines
18 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
|
<!--NewPage-->
|
|
<HTML>
|
|
<HEAD>
|
|
<!-- Generated by javadoc on Sun Aug 01 23:07:13 MDT 1999 -->
|
|
<TITLE>
|
|
: Class NNTPStore
|
|
</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" ID="NavBarCell1">
|
|
<A NAME="navbar_top_firstrow"><!-- --></A>
|
|
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
|
|
<TR ALIGN="center" VALIGN="top">
|
|
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> <FONT ID="NavBarFont1Rev"><B>Class</B></FONT> </TD>
|
|
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../../../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" ID="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" ID="NavBarCell2"><FONT SIZE="-2">
|
|
<A HREF="../../../dog/mail/nntp/Newsgroup.html"><B>PREV CLASS</B></A>
|
|
NEXT CLASS</FONT></TD>
|
|
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
|
|
<A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>
|
|
<A HREF="NNTPStore.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">
|
|
SUMMARY: INNER | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
|
|
<TD VALIGN="top" ID="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>
|
|
<!-- =========== END OF NAVBAR =========== -->
|
|
|
|
<HR>
|
|
<!-- ======== START OF CLASS DATA ======== -->
|
|
<H2>
|
|
<FONT SIZE="-1">
|
|
dog.mail.nntp</FONT>
|
|
<BR>
|
|
Class NNTPStore</H2>
|
|
<PRE>
|
|
java.lang.Object
|
|
|
|
|
+--javax.mail.Service
|
|
|
|
|
+--javax.mail.Store
|
|
|
|
|
+--<B>dog.mail.nntp.NNTPStore</B>
|
|
</PRE>
|
|
<HR>
|
|
<DL>
|
|
<DT>public class <B>NNTPStore</B><DT>extends javax.mail.Store<DT>implements dog.util.StatusSource</DL>
|
|
|
|
<P>
|
|
The storage class implementing the NNTP Usenet news protocol.
|
|
<P>
|
|
<HR>
|
|
|
|
<P>
|
|
<!-- ======== INNER CLASS SUMMARY ======== -->
|
|
|
|
|
|
<!-- =========== FIELD SUMMARY =========== -->
|
|
|
|
<A NAME="field_summary"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
|
|
<TD COLSPAN=2><FONT SIZE="+2">
|
|
<B>Field Summary</B></FONT></TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" ID="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE>static int</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../../dog/mail/nntp/NNTPStore.html#DEFAULT_PORT">DEFAULT_PORT</A></B></CODE>
|
|
|
|
<BR>
|
|
The default NNTP port.</TD>
|
|
</TR>
|
|
</TABLE>
|
|
<A NAME="fields_inherited_from_class_javax.mail.Service"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#EEEEFF" ID="TableSubHeadingColor">
|
|
<TD><B>Fields inherited from class javax.mail.Service</B></TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" ID="TableRowColor">
|
|
<TD><CODE>debug,
|
|
session,
|
|
url</CODE></TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
|
|
|
|
<A NAME="constructor_summary"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
|
|
<TD COLSPAN=2><FONT SIZE="+2">
|
|
<B>Constructor Summary</B></FONT></TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" ID="TableRowColor">
|
|
<TD><CODE><B><A HREF="../../../dog/mail/nntp/NNTPStore.html#NNTPStore(javax.mail.Session, javax.mail.URLName)">NNTPStore</A></B>(javax.mail.Session session,
|
|
javax.mail.URLName urlname)</CODE>
|
|
|
|
<BR>
|
|
Constructor.</TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<!-- ========== METHOD SUMMARY =========== -->
|
|
|
|
<A NAME="method_summary"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
|
|
<TD COLSPAN=2><FONT SIZE="+2">
|
|
<B>Method Summary</B></FONT></TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" ID="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> void</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../../dog/mail/nntp/NNTPStore.html#addStatusListener(dog.util.StatusListener)">addStatusListener</A></B>(dog.util.StatusListener l)</CODE>
|
|
|
|
<BR>
|
|
</TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" ID="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> void</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../../dog/mail/nntp/NNTPStore.html#close()">close</A></B>()</CODE>
|
|
|
|
<BR>
|
|
Closes the connection.</TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" ID="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> javax.mail.Folder</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../../dog/mail/nntp/NNTPStore.html#getDefaultFolder()">getDefaultFolder</A></B>()</CODE>
|
|
|
|
<BR>
|
|
Returns the root folder.</TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" ID="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> javax.mail.Folder</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../../dog/mail/nntp/NNTPStore.html#getFolder(java.lang.String)">getFolder</A></B>(java.lang.String name)</CODE>
|
|
|
|
<BR>
|
|
Returns the newsgroup with the specified name.</TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" ID="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> javax.mail.Folder</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../../dog/mail/nntp/NNTPStore.html#getFolder(javax.mail.URLName)">getFolder</A></B>(javax.mail.URLName urlname)</CODE>
|
|
|
|
<BR>
|
|
Returns the newsgroup specified as part of a URLName.</TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" ID="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> java.lang.String</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../../dog/mail/nntp/NNTPStore.html#getHostName()">getHostName</A></B>()</CODE>
|
|
|
|
<BR>
|
|
Returns the hostname of the server.</TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" ID="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> javax.mail.Transport</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../../dog/mail/nntp/NNTPStore.html#getTransport()">getTransport</A></B>()</CODE>
|
|
|
|
<BR>
|
|
Returns a Transport that can be used to send articles to this news server.</TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" ID="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> void</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../../dog/mail/nntp/NNTPStore.html#postArticle(javax.mail.Message, javax.mail.Address[])">postArticle</A></B>(javax.mail.Message article,
|
|
javax.mail.Address[] addresses)</CODE>
|
|
|
|
<BR>
|
|
Post an article.</TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" ID="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE>protected void</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../../dog/mail/nntp/NNTPStore.html#processStatusEvent(dog.util.StatusEvent)">processStatusEvent</A></B>(dog.util.StatusEvent event)</CODE>
|
|
|
|
<BR>
|
|
</TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" ID="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE>protected boolean</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../../dog/mail/nntp/NNTPStore.html#protocolConnect(java.lang.String, int, java.lang.String, java.lang.String)">protocolConnect</A></B>(java.lang.String host,
|
|
int port,
|
|
java.lang.String username,
|
|
java.lang.String password)</CODE>
|
|
|
|
<BR>
|
|
Connects to the NNTP server and authenticates with the specified parameters.</TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" ID="TableRowColor">
|
|
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
|
|
<CODE> void</CODE></FONT></TD>
|
|
<TD><CODE><B><A HREF="../../../dog/mail/nntp/NNTPStore.html#removeStatusListener(dog.util.StatusListener)">removeStatusListener</A></B>(dog.util.StatusListener l)</CODE>
|
|
|
|
<BR>
|
|
</TD>
|
|
</TR>
|
|
</TABLE>
|
|
<A NAME="methods_inherited_from_class_javax.mail.Store"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#EEEEFF" ID="TableSubHeadingColor">
|
|
<TD><B>Methods inherited from class javax.mail.Store</B></TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" ID="TableRowColor">
|
|
<TD><CODE>addFolderListener,
|
|
addStoreListener,
|
|
notifyFolderListeners,
|
|
notifyFolderRenamedListeners,
|
|
notifyStoreListeners,
|
|
removeFolderListener,
|
|
removeStoreListener</CODE></TD>
|
|
</TR>
|
|
</TABLE>
|
|
<A NAME="methods_inherited_from_class_javax.mail.Service"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#EEEEFF" ID="TableSubHeadingColor">
|
|
<TD><B>Methods inherited from class javax.mail.Service</B></TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" ID="TableRowColor">
|
|
<TD><CODE>addConnectionListener,
|
|
connect,
|
|
connect,
|
|
connect,
|
|
finalize,
|
|
getURLName,
|
|
isConnected,
|
|
notifyConnectionListeners,
|
|
queueEvent,
|
|
removeConnectionListener,
|
|
setConnected,
|
|
setURLName,
|
|
toString</CODE></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" ID="TableSubHeadingColor">
|
|
<TD><B>Methods inherited from class java.lang.Object</B></TD>
|
|
</TR>
|
|
<TR BGCOLOR="white" ID="TableRowColor">
|
|
<TD><CODE>clone,
|
|
equals,
|
|
getClass,
|
|
hashCode,
|
|
notify,
|
|
notifyAll,
|
|
wait,
|
|
wait,
|
|
wait</CODE></TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<P>
|
|
|
|
<!-- ============ FIELD DETAIL =========== -->
|
|
|
|
<A NAME="field_detail"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
|
|
<TD COLSPAN=1><FONT SIZE="+2">
|
|
<B>Field Detail</B></FONT></TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<A NAME="DEFAULT_PORT"><!-- --></A><H3>
|
|
DEFAULT_PORT</H3>
|
|
<PRE>
|
|
public static final int <B>DEFAULT_PORT</B></PRE>
|
|
<DL>
|
|
<DD>The default NNTP port.</DL>
|
|
|
|
<!-- ========= CONSTRUCTOR DETAIL ======== -->
|
|
|
|
<A NAME="constructor_detail"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
|
|
<TD COLSPAN=1><FONT SIZE="+2">
|
|
<B>Constructor Detail</B></FONT></TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<A NAME="NNTPStore(javax.mail.Session, javax.mail.URLName)"><!-- --></A><H3>
|
|
NNTPStore</H3>
|
|
<PRE>
|
|
public <B>NNTPStore</B>(javax.mail.Session session,
|
|
javax.mail.URLName urlname)</PRE>
|
|
<DL>
|
|
<DD>Constructor.</DL>
|
|
|
|
<!-- ============ METHOD DETAIL ========== -->
|
|
|
|
<A NAME="method_detail"><!-- --></A>
|
|
<TABLE BORDER="1" CELLPADDING="3" CELLSPACING="0" WIDTH="100%">
|
|
<TR BGCOLOR="#CCCCFF" ID="TableHeadingColor">
|
|
<TD COLSPAN=1><FONT SIZE="+2">
|
|
<B>Method Detail</B></FONT></TD>
|
|
</TR>
|
|
</TABLE>
|
|
|
|
<A NAME="protocolConnect(java.lang.String, int, java.lang.String, java.lang.String)"><!-- --></A><H3>
|
|
protocolConnect</H3>
|
|
<PRE>
|
|
protected boolean <B>protocolConnect</B>(java.lang.String host,
|
|
int port,
|
|
java.lang.String username,
|
|
java.lang.String password)
|
|
throws javax.mail.MessagingException</PRE>
|
|
<DL>
|
|
<DD>Connects to the NNTP server and authenticates with the specified parameters.<DD><DL>
|
|
<DT><B>Overrides:</B><DD>protocolConnect in class javax.mail.Service</DL>
|
|
</DD>
|
|
</DL>
|
|
<HR>
|
|
|
|
<A NAME="close()"><!-- --></A><H3>
|
|
close</H3>
|
|
<PRE>
|
|
public void <B>close</B>()
|
|
throws javax.mail.MessagingException</PRE>
|
|
<DL>
|
|
<DD>Closes the connection.<DD><DL>
|
|
<DT><B>Overrides:</B><DD>close in class javax.mail.Service</DL>
|
|
</DD>
|
|
</DL>
|
|
<HR>
|
|
|
|
<A NAME="getHostName()"><!-- --></A><H3>
|
|
getHostName</H3>
|
|
<PRE>
|
|
public java.lang.String <B>getHostName</B>()</PRE>
|
|
<DL>
|
|
<DD>Returns the hostname of the server.<DD><DL>
|
|
</DL>
|
|
</DD>
|
|
</DL>
|
|
<HR>
|
|
|
|
<A NAME="postArticle(javax.mail.Message, javax.mail.Address[])"><!-- --></A><H3>
|
|
postArticle</H3>
|
|
<PRE>
|
|
public void <B>postArticle</B>(javax.mail.Message article,
|
|
javax.mail.Address[] addresses)
|
|
throws javax.mail.MessagingException</PRE>
|
|
<DL>
|
|
<DD>Post an article.<DD><DL>
|
|
<DT><B>Parameters:</B><DD><CODE>article</CODE> - the article<DD><CODE>addresses</CODE> - the addresses to post to.<DT><B>Throws:</B><DD>javax.mail.MessagingException - if a messaging exception occurred or there were no newsgroup recipients</DL>
|
|
</DD>
|
|
</DL>
|
|
<HR>
|
|
|
|
<A NAME="getTransport()"><!-- --></A><H3>
|
|
getTransport</H3>
|
|
<PRE>
|
|
public javax.mail.Transport <B>getTransport</B>()</PRE>
|
|
<DL>
|
|
<DD>Returns a Transport that can be used to send articles to this news server.<DD><DL>
|
|
</DL>
|
|
</DD>
|
|
</DL>
|
|
<HR>
|
|
|
|
<A NAME="getDefaultFolder()"><!-- --></A><H3>
|
|
getDefaultFolder</H3>
|
|
<PRE>
|
|
public javax.mail.Folder <B>getDefaultFolder</B>()
|
|
throws javax.mail.MessagingException</PRE>
|
|
<DL>
|
|
<DD>Returns the root folder.<DD><DL>
|
|
<DT><B>Overrides:</B><DD>getDefaultFolder in class javax.mail.Store</DL>
|
|
</DD>
|
|
</DL>
|
|
<HR>
|
|
|
|
<A NAME="getFolder(java.lang.String)"><!-- --></A><H3>
|
|
getFolder</H3>
|
|
<PRE>
|
|
public javax.mail.Folder <B>getFolder</B>(java.lang.String name)
|
|
throws javax.mail.MessagingException</PRE>
|
|
<DL>
|
|
<DD>Returns the newsgroup with the specified name.<DD><DL>
|
|
<DT><B>Overrides:</B><DD>getFolder in class javax.mail.Store</DL>
|
|
</DD>
|
|
</DL>
|
|
<HR>
|
|
|
|
<A NAME="getFolder(javax.mail.URLName)"><!-- --></A><H3>
|
|
getFolder</H3>
|
|
<PRE>
|
|
public javax.mail.Folder <B>getFolder</B>(javax.mail.URLName urlname)
|
|
throws javax.mail.MessagingException</PRE>
|
|
<DL>
|
|
<DD>Returns the newsgroup specified as part of a URLName.<DD><DL>
|
|
<DT><B>Overrides:</B><DD>getFolder in class javax.mail.Store</DL>
|
|
</DD>
|
|
</DL>
|
|
<HR>
|
|
|
|
<A NAME="addStatusListener(dog.util.StatusListener)"><!-- --></A><H3>
|
|
addStatusListener</H3>
|
|
<PRE>
|
|
public void <B>addStatusListener</B>(dog.util.StatusListener l)</PRE>
|
|
<DL>
|
|
<DD><DL>
|
|
<DT><B>Specified by: </B><DD>addStatusListener in interface dog.util.StatusSource</DL>
|
|
</DD>
|
|
</DL>
|
|
<HR>
|
|
|
|
<A NAME="removeStatusListener(dog.util.StatusListener)"><!-- --></A><H3>
|
|
removeStatusListener</H3>
|
|
<PRE>
|
|
public void <B>removeStatusListener</B>(dog.util.StatusListener l)</PRE>
|
|
<DL>
|
|
<DD><DL>
|
|
<DT><B>Specified by: </B><DD>removeStatusListener in interface dog.util.StatusSource</DL>
|
|
</DD>
|
|
</DL>
|
|
<HR>
|
|
|
|
<A NAME="processStatusEvent(dog.util.StatusEvent)"><!-- --></A><H3>
|
|
processStatusEvent</H3>
|
|
<PRE>
|
|
protected void <B>processStatusEvent</B>(dog.util.StatusEvent event)</PRE>
|
|
<DL>
|
|
<DD><DL>
|
|
</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" ID="NavBarCell1">
|
|
<A NAME="navbar_bottom_firstrow"><!-- --></A>
|
|
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
|
|
<TR ALIGN="center" VALIGN="top">
|
|
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../../../overview-summary.html"><FONT ID="NavBarFont1"><B>Overview</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="package-summary.html"><FONT ID="NavBarFont1"><B>Package</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#FFFFFF" ID="NavBarCell1Rev"> <FONT ID="NavBarFont1Rev"><B>Class</B></FONT> </TD>
|
|
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="package-tree.html"><FONT ID="NavBarFont1"><B>Tree</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../../../deprecated-list.html"><FONT ID="NavBarFont1"><B>Deprecated</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" ID="NavBarCell1"> <A HREF="../../../index-all.html"><FONT ID="NavBarFont1"><B>Index</B></FONT></A> </TD>
|
|
<TD BGCOLOR="#EEEEFF" ID="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" ID="NavBarCell2"><FONT SIZE="-2">
|
|
<A HREF="../../../dog/mail/nntp/Newsgroup.html"><B>PREV CLASS</B></A>
|
|
NEXT CLASS</FONT></TD>
|
|
<TD BGCOLOR="white" ID="NavBarCell2"><FONT SIZE="-2">
|
|
<A HREF="../../../index.html" TARGET="_top"><B>FRAMES</B></A>
|
|
<A HREF="NNTPStore.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
|
|
</TR>
|
|
<TR>
|
|
<TD VALIGN="top" ID="NavBarCell3"><FONT SIZE="-2">
|
|
SUMMARY: INNER | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD>
|
|
<TD VALIGN="top" ID="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>
|
|
<!-- =========== END OF NAVBAR =========== -->
|
|
|
|
<HR>
|
|
|
|
</BODY>
|
|
</HTML>
|