Java org.apache.commons.net.smtp SMTPReply fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Method

booleanisNegativePermanent(int reply)
Determine if a reply code is a negative permanent response.
booleanisNegativeTransient(int reply)
Determine if a reply code is a negative transient 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.
booleanisPositivePreliminary(int reply)
Determine if a reply code is a positive preliminary response.