ORO, Inc. Logo  All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.oroinc.net.nntp.NNTPCommand

java.lang.Object
   |
   +----com.oroinc.net.nntp.NNTPCommand

public final class NNTPCommand
extends Object
NNTPCommand stores a set of constants for NNTP command codes. To interpret the meaning of the codes, familiarity with RFC 977 is assumed.

Copyright © 1997 Original Reusable Objects, Inc. All rights reserved.


Variable Index

 o ARTICLE
 o BODY
 o GROUP
 o HEAD
 o HELP
 o IHAVE
 o LAST
 o LIST
 o NEWGROUPS
 o NEWNEWS
 o NEXT
 o POST
 o QUIT
 o SLAVE
 o STAT

Method Index

 o getCommand(int)
Retrieve the NNTP protocol command string corresponding to a specified command code.

Variables

 o ARTICLE
 public static final int ARTICLE
 o BODY
 public static final int BODY
 o GROUP
 public static final int GROUP
 o HEAD
 public static final int HEAD
 o HELP
 public static final int HELP
 o IHAVE
 public static final int IHAVE
 o LAST
 public static final int LAST
 o LIST
 public static final int LIST
 o NEWGROUPS
 public static final int NEWGROUPS
 o NEWNEWS
 public static final int NEWNEWS
 o NEXT
 public static final int NEXT
 o POST
 public static final int POST
 o QUIT
 public static final int QUIT
 o SLAVE
 public static final int SLAVE
 o STAT
 public static final int STAT

Methods

 o getCommand
 public static final String getCommand(int command)
Retrieve the NNTP protocol command string corresponding to a specified command code.

Parameters:
The - command code.
Returns:
The NNTP protcol command string corresponding to a specified command code.

ORO, Inc. Logo  All Packages  Class Hierarchy  This Package  Previous  Next  Index