Uses of Class
io.netty.buffer.DefaultByteBufHolder
-
Packages that use DefaultByteBufHolder Package Description io.netty.channel.sctp Abstract SCTP socket interfaces which extend the core channel API.io.netty.channel.udt UDT Transport.io.netty.handler.codec.haproxy Decodes an HAProxy proxy protocol headerio.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames.io.netty.handler.codec.redis Encoder, decoder for Redis.io.netty.handler.codec.smtp SMTP codec.io.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol.io.netty.handler.codec.stomp STOMP codec -
-
Uses of DefaultByteBufHolder in io.netty.channel.sctp
Subclasses of DefaultByteBufHolder in io.netty.channel.sctp Modifier and Type Class Description class
SctpMessage
Representation of SCTP Data Chunk -
Uses of DefaultByteBufHolder in io.netty.channel.udt
Subclasses of DefaultByteBufHolder in io.netty.channel.udt Modifier and Type Class Description class
UdtMessage
Deprecated.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.haproxy Modifier and Type Class Description class
HAProxySSLTLV
Represents aHAProxyTLV
of the typeHAProxyTLV.Type.PP2_TYPE_SSL
.class
HAProxyTLV
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.websocketx Modifier and Type Class Description class
BinaryWebSocketFrame
Web Socket frame containing binary data.class
CloseWebSocketFrame
Web Socket Frame for closing the connection.class
ContinuationWebSocketFrame
Web Socket continuation frame containing continuation text or binary data.class
PingWebSocketFrame
Web Socket frame containing binary data.class
PongWebSocketFrame
Web Socket frame containing binary data.class
TextWebSocketFrame
Web Socket text frame.class
WebSocketFrame
Base class for web socket frames. -
Uses of DefaultByteBufHolder in io.netty.handler.codec.http2
Subclasses of DefaultByteBufHolder in io.netty.handler.codec.http2 Modifier and Type Class Description class
DefaultHttp2GoAwayFrame
The defaultHttp2GoAwayFrame
implementation.class
DefaultHttp2UnknownFrame
-
Uses of DefaultByteBufHolder in io.netty.handler.codec.redis
Subclasses of DefaultByteBufHolder in io.netty.handler.codec.redis Modifier and Type Class Description class
DefaultBulkStringRedisContent
A default implementation ofBulkStringRedisContent
.class
DefaultLastBulkStringRedisContent
A default implementation forLastBulkStringRedisContent
.class
FullBulkStringRedisMessage
An aggregated bulk string of RESP. -
Uses of DefaultByteBufHolder in io.netty.handler.codec.smtp
Subclasses of DefaultByteBufHolder in io.netty.handler.codec.smtp Modifier and Type Class Description class
DefaultLastSmtpContent
Default implementation ofLastSmtpContent
that does no validation of the raw data passed in.class
DefaultSmtpContent
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 Modifier and Type Class Description class
DefaultSpdyUnknownFrame
-
Uses of DefaultByteBufHolder in io.netty.handler.codec.stomp
Subclasses of DefaultByteBufHolder in io.netty.handler.codec.stomp Modifier and Type Class Description class
DefaultLastStompContentSubframe
The default implementation for theLastStompContentSubframe
.class
DefaultStompContentSubframe
The defaultStompContentSubframe
implementation.
-