Uses of Class
io.netty.buffer.DefaultByteBufHolder
Packages that use DefaultByteBufHolder
Package
Description
Abstract SCTP socket interfaces which extend the core channel API.
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.
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.handler.codec.haproxy
Subclasses of DefaultByteBufHolder in io.netty.handler.codec.haproxyModifier and TypeClassDescriptionfinal class
Represents aHAProxyTLV
of the typeHAProxyTLV.Type.PP2_TYPE_SSL
.class
A 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 TypeClassDescriptionclass
Web Socket frame containing binary data.class
Web Socket Frame for closing the connection.class
Web Socket continuation frame containing continuation text or binary data.class
Web Socket frame containing binary data.class
Web Socket frame containing binary data.class
Web Socket text frame.class
Base 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 class
The defaultHttp2GoAwayFrame
implementation.final class
-
Uses of DefaultByteBufHolder in io.netty.handler.codec.redis
Subclasses of DefaultByteBufHolder in io.netty.handler.codec.redisModifier and TypeClassDescriptionclass
A default implementation ofBulkStringRedisContent
.final class
A default implementation forLastBulkStringRedisContent
.class
An 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 class
Default implementation ofLastSmtpContent
that does no validation of the raw data passed in.class
Default implementation ofSmtpContent
that 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 TypeClassDescriptionclass
The default implementation for theLastStompContentSubframe
.class
The defaultStompContentSubframe
implementation.