@UnstableApi public interface LastSmtpContent extends SmtpContent
SmtpContents that are sent after a DATA request.
Be aware that a SmtpContent / LastSmtpContent sequence must always use CRLF as line delimiter
and the lines that start with a DOT must be escaped with an extra DOT as
specified by RFC2821.| Modifier and Type | Field and Description |
|---|---|
static LastSmtpContent |
EMPTY_LAST_CONTENT
Empty
LastSmtpContent. |
| Modifier and Type | Method and Description |
|---|---|
LastSmtpContent |
copy() |
LastSmtpContent |
duplicate() |
LastSmtpContent |
replace(io.netty.buffer.ByteBuf content) |
LastSmtpContent |
retain() |
LastSmtpContent |
retain(int increment) |
LastSmtpContent |
retainedDuplicate() |
LastSmtpContent |
touch() |
LastSmtpContent |
touch(Object hint) |
static final LastSmtpContent EMPTY_LAST_CONTENT
LastSmtpContent.LastSmtpContent copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface SmtpContentLastSmtpContent duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface SmtpContentLastSmtpContent retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderretainedDuplicate in interface SmtpContentLastSmtpContent replace(io.netty.buffer.ByteBuf content)
replace in interface io.netty.buffer.ByteBufHolderreplace in interface SmtpContentLastSmtpContent retain()
retain in interface io.netty.buffer.ByteBufHolderretain in interface io.netty.util.ReferenceCountedretain in interface SmtpContentLastSmtpContent retain(int increment)
retain in interface io.netty.buffer.ByteBufHolderretain in interface io.netty.util.ReferenceCountedretain in interface SmtpContentLastSmtpContent touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface io.netty.util.ReferenceCountedtouch in interface SmtpContentLastSmtpContent touch(Object hint)
touch in interface io.netty.buffer.ByteBufHoldertouch in interface io.netty.util.ReferenceCountedtouch in interface SmtpContentCopyright © 2008–2025 The Netty Project. All rights reserved.