Java org.apache.commons.net.nntp NNTPReply fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net.nntp NNTPReply fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net.nntp NNTPReply.

The text is from its open source code.

Field

Method

booleanisInformational(int reply)
Determine if a reply code is an informational response.
booleanisPositiveCompletion(int reply)
Determine if a reply code is a positive completion response.
booleanisPositiveIntermediate(int reply)
Determine if a reply code is a positive intermediate response.