Uses of Interface
io.netty.handler.codec.smtp.SmtpContent
-
Packages that use SmtpContent Package Description io.netty.handler.codec.smtp SMTP codec. -
-
Uses of SmtpContent in io.netty.handler.codec.smtp
Subinterfaces of SmtpContent in io.netty.handler.codec.smtp Modifier and Type Interface Description interfaceLastSmtpContentThe last part of a sequence ofSmtpContents that are sent after aDATArequest.Classes in io.netty.handler.codec.smtp that implement SmtpContent Modifier and Type Class Description classDefaultLastSmtpContentDefault implementation ofLastSmtpContentthat does no validation of the raw data passed in.classDefaultSmtpContentDefault implementation ofSmtpContentthat does no validation of the raw data passed in.Methods in io.netty.handler.codec.smtp that return SmtpContent Modifier and Type Method Description SmtpContentDefaultSmtpContent. copy()SmtpContentSmtpContent. copy()SmtpContentDefaultSmtpContent. duplicate()SmtpContentSmtpContent. duplicate()SmtpContentDefaultSmtpContent. replace(ByteBuf content)SmtpContentSmtpContent. replace(ByteBuf content)SmtpContentDefaultSmtpContent. retain()SmtpContentDefaultSmtpContent. retain(int increment)SmtpContentSmtpContent. retain()SmtpContentSmtpContent. retain(int increment)SmtpContentDefaultSmtpContent. retainedDuplicate()SmtpContentSmtpContent. retainedDuplicate()SmtpContentDefaultSmtpContent. touch()SmtpContentDefaultSmtpContent. touch(java.lang.Object hint)SmtpContentSmtpContent. touch()SmtpContentSmtpContent. touch(java.lang.Object hint)
-