Uses of Class
io.netty.handler.codec.smtp.SmtpCommand
-
Packages that use SmtpCommand Package Description io.netty.handler.codec.smtp SMTP codec. -
-
Uses of SmtpCommand in io.netty.handler.codec.smtp
Fields in io.netty.handler.codec.smtp declared as SmtpCommand Modifier and Type Field Description static SmtpCommandSmtpCommand. AUTHprivate SmtpCommandDefaultSmtpRequest. commandstatic SmtpCommandSmtpCommand. DATAstatic SmtpCommandSmtpCommand. EHLOstatic SmtpCommandSmtpCommand. EMPTYstatic SmtpCommandSmtpCommand. EXPNstatic SmtpCommandSmtpCommand. HELOstatic SmtpCommandSmtpCommand. HELPstatic SmtpCommandSmtpCommand. MAILstatic SmtpCommandSmtpCommand. NOOPstatic SmtpCommandSmtpCommand. QUITstatic SmtpCommandSmtpCommand. RCPTstatic SmtpCommandSmtpCommand. RSETstatic SmtpCommandSmtpCommand. VRFYFields in io.netty.handler.codec.smtp with type parameters of type SmtpCommand Modifier and Type Field Description private static java.util.Map<java.lang.String,SmtpCommand>SmtpCommand. COMMANDSMethods in io.netty.handler.codec.smtp that return SmtpCommand Modifier and Type Method Description SmtpCommandDefaultSmtpRequest. command()SmtpCommandSmtpRequest. command()Returns theSmtpCommandthat belongs to the request.static SmtpCommandSmtpCommand. valueOf(java.lang.CharSequence commandName)Returns theSmtpCommandfor the given command name.Constructors in io.netty.handler.codec.smtp with parameters of type SmtpCommand Constructor Description DefaultSmtpRequest(SmtpCommand command)Creates a new instance with the given command and no parameters.DefaultSmtpRequest(SmtpCommand command, java.lang.CharSequence... parameters)Creates a new instance with the given command and parameters.DefaultSmtpRequest(SmtpCommand command, java.util.List<java.lang.CharSequence> parameters)
-