@UnstableApi public interface LastSmtpContent extends SmtpContent
SmtpContent
s 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.ByteBufHolder
copy
in interface SmtpContent
LastSmtpContent duplicate()
duplicate
in interface io.netty.buffer.ByteBufHolder
duplicate
in interface SmtpContent
LastSmtpContent retainedDuplicate()
retainedDuplicate
in interface io.netty.buffer.ByteBufHolder
retainedDuplicate
in interface SmtpContent
LastSmtpContent replace(io.netty.buffer.ByteBuf content)
replace
in interface io.netty.buffer.ByteBufHolder
replace
in interface SmtpContent
LastSmtpContent retain()
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface io.netty.util.ReferenceCounted
retain
in interface SmtpContent
LastSmtpContent retain(int increment)
retain
in interface io.netty.buffer.ByteBufHolder
retain
in interface io.netty.util.ReferenceCounted
retain
in interface SmtpContent
LastSmtpContent touch()
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface io.netty.util.ReferenceCounted
touch
in interface SmtpContent
LastSmtpContent touch(Object hint)
touch
in interface io.netty.buffer.ByteBufHolder
touch
in interface io.netty.util.ReferenceCounted
touch
in interface SmtpContent
Copyright © 2008–2021 The Netty Project. All rights reserved.