@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.| 限定符和类型 | 字段和说明 |
|---|---|
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.
|
contentrefCnt, release, releasestatic final LastSmtpContent EMPTY_LAST_CONTENT
LastSmtpContent.LastSmtpContent copy()
ByteBufHolderByteBufHolder.copy 在接口中 ByteBufHoldercopy 在接口中 SmtpContentLastSmtpContent duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate 在接口中 ByteBufHolderduplicate 在接口中 SmtpContentLastSmtpContent retainedDuplicate()
ByteBufHolderByteBufHolder. This method returns a retained duplicate unlike ByteBufHolder.duplicate().retainedDuplicate 在接口中 ByteBufHolderretainedDuplicate 在接口中 SmtpContentByteBuf.retainedDuplicate()LastSmtpContent replace(ByteBuf content)
ByteBufHolderByteBufHolder which contains the specified content.replace 在接口中 ByteBufHolderreplace 在接口中 SmtpContentLastSmtpContent retain()
ReferenceCounted1.retain 在接口中 ByteBufHolderretain 在接口中 ReferenceCountedretain 在接口中 SmtpContentLastSmtpContent retain(int increment)
ReferenceCountedincrement.retain 在接口中 ByteBufHolderretain 在接口中 ReferenceCountedretain 在接口中 SmtpContentLastSmtpContent touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch 在接口中 ByteBufHoldertouch 在接口中 ReferenceCountedtouch 在接口中 SmtpContentLastSmtpContent touch(java.lang.Object hint)
ReferenceCountedResourceLeakDetector.touch 在接口中 ByteBufHoldertouch 在接口中 ReferenceCountedtouch 在接口中 SmtpContent