Uses of Class
io.netty.buffer.DefaultByteBufHolder
Packages that use DefaultByteBufHolder
Package
Description
Abstract SCTP socket interfaces which extend the core channel API.
UDT Transport.
Decodes an HAProxy proxy protocol header
Encoder, decoder, handshakers and their related message types for
Web Socket data frames.
Handlers for sending and receiving HTTP/2 frames.
HTTP/3 implementation.
QUIC implementation
Encoder, decoder for Redis.
SMTP codec.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
STOMP codec
-
Uses of DefaultByteBufHolder in io.netty.channel.sctp
Subclasses of DefaultByteBufHolder in io.netty.channel.sctp -
Uses of DefaultByteBufHolder in io.netty.channel.udt
Subclasses of DefaultByteBufHolder in io.netty.channel.udtModifier and TypeClassDescriptionfinal classDeprecated.The UDT transport is no longer maintained and will be removed. -
Uses of DefaultByteBufHolder in io.netty.handler.codec.haproxy
Subclasses of DefaultByteBufHolder in io.netty.handler.codec.haproxyModifier and TypeClassDescriptionfinal classRepresents aHAProxyTLVof the typeHAProxyTLV.Type.PP2_TYPE_SSL.classA Type-Length Value (TLV vector) that can be added to the PROXY protocol to include additional information like SSL information. -
Uses of DefaultByteBufHolder in io.netty.handler.codec.http.websocketx
Subclasses of DefaultByteBufHolder in io.netty.handler.codec.http.websocketxModifier and TypeClassDescriptionclassWeb Socket frame containing binary data.classWeb Socket Frame for closing the connection.classWeb Socket continuation frame containing continuation text or binary data.classWeb Socket frame containing binary data.classWeb Socket frame containing binary data.classWeb Socket text frame.classBase class for web socket frames. -
Uses of DefaultByteBufHolder in io.netty.handler.codec.http2
Subclasses of DefaultByteBufHolder in io.netty.handler.codec.http2Modifier and TypeClassDescriptionfinal classThe defaultHttp2GoAwayFrameimplementation.final class -
Uses of DefaultByteBufHolder in io.netty.handler.codec.http3
Subclasses of DefaultByteBufHolder in io.netty.handler.codec.http3Modifier and TypeClassDescriptionfinal classfinal class -
Uses of DefaultByteBufHolder in io.netty.handler.codec.quic
Subclasses of DefaultByteBufHolder in io.netty.handler.codec.quic -
Uses of DefaultByteBufHolder in io.netty.handler.codec.redis
Subclasses of DefaultByteBufHolder in io.netty.handler.codec.redisModifier and TypeClassDescriptionclassA default implementation ofBulkStringRedisContent.final classA default implementation forLastBulkStringRedisContent.classAn aggregated bulk string of RESP. -
Uses of DefaultByteBufHolder in io.netty.handler.codec.smtp
Subclasses of DefaultByteBufHolder in io.netty.handler.codec.smtpModifier and TypeClassDescriptionfinal classDefault implementation ofLastSmtpContentthat does no validation of the raw data passed in.classDefault implementation ofSmtpContentthat does no validation of the raw data passed in. -
Uses of DefaultByteBufHolder in io.netty.handler.codec.spdy
Subclasses of DefaultByteBufHolder in io.netty.handler.codec.spdy -
Uses of DefaultByteBufHolder in io.netty.handler.codec.stomp
Subclasses of DefaultByteBufHolder in io.netty.handler.codec.stompModifier and TypeClassDescriptionclassThe default implementation for theLastStompContentSubframe.classThe defaultStompContentSubframeimplementation.