Uses of Class
ch.astorm.smtp4j.protocol.SmtpCommand.Type
-
Packages that use SmtpCommand.Type Package Description ch.astorm.smtp4j.protocol -
-
Uses of SmtpCommand.Type in ch.astorm.smtp4j.protocol
Methods in ch.astorm.smtp4j.protocol that return SmtpCommand.Type Modifier and Type Method Description SmtpCommand.TypeSmtpCommand. getType()Returns the command's type.static SmtpCommand.TypeSmtpCommand.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SmtpCommand.Type[]SmtpCommand.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in ch.astorm.smtp4j.protocol with parameters of type SmtpCommand.Type Constructor Description SmtpCommand(SmtpCommand.Type type, java.lang.String param)Creates a newSmtpCommand.
-