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.

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