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

📄 com.jthomas.pop.popstatus.html

📁 java编写的pop3协议(网络公开代码)
💻 HTML
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!--NewPage-->
<html>
<head>
<!-- Generated by javadoc on Wed Sep 02 08:05:40 GMT+00:00 1998 -->
<title>
  Class com.jthomas.pop.popStatus
</title>
</head>
<body>
<a name="_top_"></a>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-com.jthomas.pop.html">This Package</a>  <a href="com.jthomas.pop.pop3.html#_top_">Previous</a>  <a href="Package-com.jthomas.pop.html">Next</a>  <a href="AllNames.html">Index</a></pre>
<hr>
<h1>
  Class com.jthomas.pop.popStatus
</h1>
<pre>
java.lang.Object
   |
   +----com.jthomas.pop.popStatus
</pre>
<hr>
<dl>
  <dt> public class <b>popStatus</b>
  <dt> extends Object
</dl>
<p>Get the latest version of this and other classes on <a href="http://www.geocities.com/SunsetStrip/Studio/4994/java.html"> Stefano Locati's Java page.</a> <p>Class that holds the information returned from a pop request. This is required so that the POP class can be thread safe.
<p>
<dl>
  <dt> <b>Version:</b>
  <dd> $Revision: 1.6 $ $Date: 1998/09/02 08:04:24 $
  <dt> <b>Author:</b>
  <dd> <b>Original author:</b> John Thomas     <a href="mailto:jthomas@cruzio.com">jthomas@cruzio.com</a>, <b>Current maintainer:</b> Stefano Locati  <a href="mailto:slocati@geocities.com">slocati@geocities.com</a> or  <a href="mailto:stefano.locati@usa.net">stefano.locati@usa.net</a>
</dl>
<hr>
<a name="index"></a>
<h2>
  <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index">
</h2>
<dl>
  <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#popStatus()"><b>popStatus</b></a>()
  <dd> 
</dl>
<h2>
  <img src="images/method-index.gif" width=207 height=38 alt="Method Index">
</h2>
<dl>
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#OK()"><b>OK</b></a>()
  <dd>   Returns the completion status (<code>+OK</code> true or  <code>-ERR</code> false) from the last command issued   to the server.
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#Response()"><b>Response</b></a>()
  <dd>   Returns the initial status line output from a command   
  <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o ">
	<a href="#Responses()"><b>Responses</b></a>()
  <dd>   Returns the multi-line output from a command.
</dl>
<a name="constructors"></a>
<h2>
  <img src="images/constructors.gif" width=231 height=38 alt="Constructors">
</h2>
<a name="popStatus"></a>
<a name="popStatus()"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a>
<b>popStatus</b>
<pre>
 public popStatus()
</pre>
<a name="methods"></a>
<h2>
  <img src="images/methods.gif" width=151 height=38 alt="Methods">
</h2>
<a name="Responses()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="Responses"><b>Responses</b></a>
<pre>
 public String[] Responses()
</pre>
<dl>
  <dd> Returns the multi-line output from a command.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> a multi-line response in an array of String.
  </dl></dd>
</dl>
<a name="Response()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="Response"><b>Response</b></a>
<pre>
 public String Response()
</pre>
<dl>
  <dd> Returns the initial status line output from a command
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> the initial status line output from a command.
  </dl></dd>
</dl>
<a name="OK()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a>
<a name="OK"><b>OK</b></a>
<pre>
 public boolean OK()
</pre>
<dl>
  <dd> Returns the completion status (<code>+OK</code> true or  <code>-ERR</code> false) from the last command issued   to the server.
<p>
  <dd><dl>
    <dt> <b>Returns:</b>
    <dd> true in case of success (<code>+OK</code>),     false otherwise (<code>-ERR</code>).
  </dl></dd>
</dl>
<hr>
<pre>
<a href="packages.html">All Packages</a>  <a href="tree.html">Class Hierarchy</a>  <a href="Package-com.jthomas.pop.html">This Package</a>  <a href="com.jthomas.pop.pop3.html#_top_">Previous</a>  <a href="Package-com.jthomas.pop.html">Next</a>  <a href="AllNames.html">Index</a></pre>
</body>
</html>

⌨️ 快捷键说明

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