public final class DefaultHttp3DataFrame extends io.netty.buffer.DefaultByteBufHolder implements Http3DataFrame
| Constructor and Description |
|---|
DefaultHttp3DataFrame(io.netty.buffer.ByteBuf data) |
| Modifier and Type | Method and Description |
|---|---|
Http3DataFrame |
copy() |
Http3DataFrame |
duplicate() |
Http3DataFrame |
replace(io.netty.buffer.ByteBuf content) |
Http3DataFrame |
retain() |
Http3DataFrame |
retain(int increment) |
Http3DataFrame |
retainedDuplicate() |
String |
toString() |
Http3DataFrame |
touch() |
Http3DataFrame |
touch(Object hint) |
content, contentToString, equals, hashCode, refCnt, release, releaseclone, finalize, getClass, notify, notifyAll, wait, wait, waittypepublic Http3DataFrame copy()
copy in interface io.netty.buffer.ByteBufHoldercopy in interface Http3DataFramecopy in class io.netty.buffer.DefaultByteBufHolderpublic Http3DataFrame duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderduplicate in interface Http3DataFrameduplicate in class io.netty.buffer.DefaultByteBufHolderpublic Http3DataFrame retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderretainedDuplicate in interface Http3DataFrameretainedDuplicate in class io.netty.buffer.DefaultByteBufHolderpublic Http3DataFrame replace(io.netty.buffer.ByteBuf content)
replace in interface io.netty.buffer.ByteBufHolderreplace in interface Http3DataFramereplace in class io.netty.buffer.DefaultByteBufHolderpublic Http3DataFrame retain()
retain in interface io.netty.buffer.ByteBufHolderretain in interface Http3DataFrameretain in interface io.netty.util.ReferenceCountedretain in class io.netty.buffer.DefaultByteBufHolderpublic Http3DataFrame retain(int increment)
retain in interface io.netty.buffer.ByteBufHolderretain in interface Http3DataFrameretain in interface io.netty.util.ReferenceCountedretain in class io.netty.buffer.DefaultByteBufHolderpublic Http3DataFrame touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface Http3DataFrametouch in interface io.netty.util.ReferenceCountedtouch in class io.netty.buffer.DefaultByteBufHolderpublic Http3DataFrame touch(Object hint)
touch in interface io.netty.buffer.ByteBufHoldertouch in interface Http3DataFrametouch in interface io.netty.util.ReferenceCountedtouch in class io.netty.buffer.DefaultByteBufHolderpublic String toString()
toString in class io.netty.buffer.DefaultByteBufHolderCopyright © 2020–2022 The Netty Project. All rights reserved.