@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.限定符和类型 | 字段和说明 |
---|---|
static LastSmtpContent |
EMPTY_LAST_CONTENT
Empty
LastSmtpContent . |
限定符和类型 | 方法和说明 |
---|---|
LastSmtpContent |
copy()
Creates a deep copy of this
ByteBufHolder . |
LastSmtpContent |
duplicate()
Duplicates this
ByteBufHolder . |
LastSmtpContent |
replace(ByteBuf content)
Returns a new
ByteBufHolder which contains the specified content . |
LastSmtpContent |
retain()
Increases the reference count by
1 . |
LastSmtpContent |
retain(int increment)
Increases the reference count by the specified
increment . |
LastSmtpContent |
retainedDuplicate()
Duplicates this
ByteBufHolder . |
LastSmtpContent |
touch()
Records the current access location of this object for debugging purposes.
|
LastSmtpContent |
touch(java.lang.Object hint)
Records the current access location of this object with an additional arbitrary information for debugging
purposes.
|
content
refCnt, release, release
static final LastSmtpContent EMPTY_LAST_CONTENT
LastSmtpContent
.LastSmtpContent copy()
ByteBufHolder
ByteBufHolder
.copy
在接口中 ByteBufHolder
copy
在接口中 SmtpContent
LastSmtpContent duplicate()
ByteBufHolder
ByteBufHolder
. Be aware that this will not automatically call ByteBufHolder.retain()
.duplicate
在接口中 ByteBufHolder
duplicate
在接口中 SmtpContent
LastSmtpContent retainedDuplicate()
ByteBufHolder
ByteBufHolder
. This method returns a retained duplicate unlike ByteBufHolder.duplicate()
.retainedDuplicate
在接口中 ByteBufHolder
retainedDuplicate
在接口中 SmtpContent
ByteBuf.retainedDuplicate()
LastSmtpContent replace(ByteBuf content)
ByteBufHolder
ByteBufHolder
which contains the specified content
.replace
在接口中 ByteBufHolder
replace
在接口中 SmtpContent
LastSmtpContent retain()
ReferenceCounted
1
.retain
在接口中 ByteBufHolder
retain
在接口中 ReferenceCounted
retain
在接口中 SmtpContent
LastSmtpContent retain(int increment)
ReferenceCounted
increment
.retain
在接口中 ByteBufHolder
retain
在接口中 ReferenceCounted
retain
在接口中 SmtpContent
LastSmtpContent touch()
ReferenceCounted
ResourceLeakDetector
. This method is a shortcut to touch(null)
.touch
在接口中 ByteBufHolder
touch
在接口中 ReferenceCounted
touch
在接口中 SmtpContent
LastSmtpContent touch(java.lang.Object hint)
ReferenceCounted
ResourceLeakDetector
.touch
在接口中 ByteBufHolder
touch
在接口中 ReferenceCounted
touch
在接口中 SmtpContent