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.http3 HTTP/3 implementation.io.netty.handler.codec.quic QUIC implementationio.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 classSctpMessageRepresentation 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 classUdtMessageDeprecated.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 classHAProxySSLTLVRepresents aHAProxyTLVof the typeHAProxyTLV.Type.PP2_TYPE_SSL.classHAProxyTLVA 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 classBinaryWebSocketFrameWeb Socket frame containing binary data.classCloseWebSocketFrameWeb Socket Frame for closing the connection.classContinuationWebSocketFrameWeb Socket continuation frame containing continuation text or binary data.classPingWebSocketFrameWeb Socket frame containing binary data.classPongWebSocketFrameWeb Socket frame containing binary data.classTextWebSocketFrameWeb Socket text frame.classWebSocketFrameBase 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 classDefaultHttp2GoAwayFrameThe defaultHttp2GoAwayFrameimplementation.classDefaultHttp2UnknownFrame -
Uses of DefaultByteBufHolder in io.netty.handler.codec.http3
Subclasses of DefaultByteBufHolder in io.netty.handler.codec.http3 Modifier and Type Class Description classDefaultHttp3DataFrameclassDefaultHttp3UnknownFrame -
Uses of DefaultByteBufHolder in io.netty.handler.codec.quic
Subclasses of DefaultByteBufHolder in io.netty.handler.codec.quic Modifier and Type Class Description classDefaultQuicStreamFrame -
Uses of DefaultByteBufHolder in io.netty.handler.codec.redis
Subclasses of DefaultByteBufHolder in io.netty.handler.codec.redis Modifier and Type Class Description classDefaultBulkStringRedisContentA default implementation ofBulkStringRedisContent.classDefaultLastBulkStringRedisContentA default implementation forLastBulkStringRedisContent.classFullBulkStringRedisMessageAn 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 classDefaultLastSmtpContentDefault implementation ofLastSmtpContentthat does no validation of the raw data passed in.classDefaultSmtpContentDefault 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 Modifier and Type Class Description classDefaultSpdyUnknownFrame -
Uses of DefaultByteBufHolder in io.netty.handler.codec.stomp
Subclasses of DefaultByteBufHolder in io.netty.handler.codec.stomp Modifier and Type Class Description classDefaultLastStompContentSubframeThe default implementation for theLastStompContentSubframe.classDefaultStompContentSubframeThe defaultStompContentSubframeimplementation.
-