public interface Http3DataFrame extends io.netty.buffer.ByteBufHolder, Http3RequestStreamFrame, Http3PushStreamFrame
| 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() |
Http3DataFrame |
touch() |
Http3DataFrame |
touch(Object hint) |
default long |
type()
The type of the frame.
|
default long type()
Http3Frametype in interface Http3FrameHttp3DataFrame copy()
copy in interface io.netty.buffer.ByteBufHolderHttp3DataFrame duplicate()
duplicate in interface io.netty.buffer.ByteBufHolderHttp3DataFrame retainedDuplicate()
retainedDuplicate in interface io.netty.buffer.ByteBufHolderHttp3DataFrame replace(io.netty.buffer.ByteBuf content)
replace in interface io.netty.buffer.ByteBufHolderHttp3DataFrame retain()
retain in interface io.netty.buffer.ByteBufHolderretain in interface io.netty.util.ReferenceCountedHttp3DataFrame retain(int increment)
retain in interface io.netty.buffer.ByteBufHolderretain in interface io.netty.util.ReferenceCountedHttp3DataFrame touch()
touch in interface io.netty.buffer.ByteBufHoldertouch in interface io.netty.util.ReferenceCountedHttp3DataFrame touch(Object hint)
touch in interface io.netty.buffer.ByteBufHoldertouch in interface io.netty.util.ReferenceCountedCopyright © 2020–2022 The Netty Project. All rights reserved.