gnu.inet.nntp

Class GroupResponse


public class GroupResponse
extends StatusResponse

An NNTP group status response. This represents the status response with NNTP code 211, for newsgroup selection.

Version:
$Revision: 1.4 $ $Date: 2004/07/28 09:37:21 $

Author:
Chris Burdess

Field Summary

int
count
int
first
String
group
int
last

Fields inherited from class gnu.inet.nntp.StatusResponse

message, status

Method Summary

Methods inherited from class gnu.inet.nntp.StatusResponse

getMessage, getStatus

Field Details

count

public int count


first

public int first


group

public String group


last

public int last


© Copyright 2003 The Free Software Foundation, all rights reserved