@UnstableApi public final class DefaultLastSmtpContent extends DefaultSmtpContent implements LastSmtpContent
LastSmtpContent that does no validation of the raw data passed in.EMPTY_LAST_CONTENT| Constructor and Description |
|---|
DefaultLastSmtpContent(io.netty.buffer.ByteBuf data)
Creates a new instance using the given data.
|
| Modifier and Type | Method and Description |
|---|---|
LastSmtpContent |
copy() |
LastSmtpContent |
duplicate() |
LastSmtpContent |
replace(io.netty.buffer.ByteBuf content) |
DefaultLastSmtpContent |
retain() |
DefaultLastSmtpContent |
retain(int increment) |
LastSmtpContent |
retainedDuplicate() |
DefaultLastSmtpContent |
touch() |
DefaultLastSmtpContent |
touch(Object hint) |
content, contentToString, equals, hashCode, refCnt, release, release, toStringpublic DefaultLastSmtpContent(io.netty.buffer.ByteBuf data)
public LastSmtpContent copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface LastSmtpContentcopy in interface SmtpContentcopy in class DefaultSmtpContentpublic LastSmtpContent duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface LastSmtpContentduplicate in interface SmtpContentduplicate in class DefaultSmtpContentpublic LastSmtpContent retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderretainedDuplicate in interface LastSmtpContentretainedDuplicate in interface SmtpContentretainedDuplicate in class DefaultSmtpContentpublic LastSmtpContent replace(io.netty.buffer.ByteBuf content)
replace in interface io.netty.buffer.ByteBufHolderreplace in interface LastSmtpContentreplace in interface SmtpContentreplace in class DefaultSmtpContentpublic DefaultLastSmtpContent retain()
retain in interface io.netty.buffer.ByteBufHolderretain in interface LastSmtpContentretain in interface SmtpContentretain in interface io.netty.util.ReferenceCountedretain in class DefaultSmtpContentpublic DefaultLastSmtpContent retain(int increment)
retain in interface io.netty.buffer.ByteBufHolderretain in interface LastSmtpContentretain in interface SmtpContentretain in interface io.netty.util.ReferenceCountedretain in class DefaultSmtpContentpublic DefaultLastSmtpContent touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface LastSmtpContenttouch in interface SmtpContenttouch in interface io.netty.util.ReferenceCountedtouch in class DefaultSmtpContentpublic DefaultLastSmtpContent touch(Object hint)
touch in interface io.netty.buffer.ByteBufHoldertouch in interface LastSmtpContenttouch in interface SmtpContenttouch in interface io.netty.util.ReferenceCountedtouch in class DefaultSmtpContentCopyright © 2008–2025 The Netty Project. All rights reserved.