Package io.netty.handler.codec.http3
Interface Http3DataFrame
-
- All Superinterfaces:
io.netty.buffer.ByteBufHolder,Http3Frame,Http3PushStreamFrame,Http3RequestStreamFrame,io.netty.util.ReferenceCounted
- All Known Implementing Classes:
DefaultHttp3DataFrame
public interface Http3DataFrame extends io.netty.buffer.ByteBufHolder, Http3RequestStreamFrame, Http3PushStreamFrame
See DATA.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Http3DataFramecopy()Http3DataFrameduplicate()Http3DataFramereplace(io.netty.buffer.ByteBuf content)Http3DataFrameretain()Http3DataFrameretain(int increment)Http3DataFrameretainedDuplicate()Http3DataFrametouch()Http3DataFrametouch(Object hint)default longtype()The type of the frame.
-
-
-
Method Detail
-
type
default long type()
Description copied from interface:Http3FrameThe type of the frame.- Specified by:
typein interfaceHttp3Frame- Returns:
- the type.
-
copy
Http3DataFrame copy()
- Specified by:
copyin interfaceio.netty.buffer.ByteBufHolder
-
duplicate
Http3DataFrame duplicate()
- Specified by:
duplicatein interfaceio.netty.buffer.ByteBufHolder
-
retainedDuplicate
Http3DataFrame retainedDuplicate()
- Specified by:
retainedDuplicatein interfaceio.netty.buffer.ByteBufHolder
-
replace
Http3DataFrame replace(io.netty.buffer.ByteBuf content)
- Specified by:
replacein interfaceio.netty.buffer.ByteBufHolder
-
retain
Http3DataFrame retain()
- Specified by:
retainin interfaceio.netty.buffer.ByteBufHolder- Specified by:
retainin interfaceio.netty.util.ReferenceCounted
-
retain
Http3DataFrame retain(int increment)
- Specified by:
retainin interfaceio.netty.buffer.ByteBufHolder- Specified by:
retainin interfaceio.netty.util.ReferenceCounted
-
touch
Http3DataFrame touch()
- Specified by:
touchin interfaceio.netty.buffer.ByteBufHolder- Specified by:
touchin interfaceio.netty.util.ReferenceCounted
-
touch
Http3DataFrame touch(Object hint)
- Specified by:
touchin interfaceio.netty.buffer.ByteBufHolder- Specified by:
touchin interfaceio.netty.util.ReferenceCounted
-
-