Uses of Class
io.netty5.handler.codec.ByteToMessageDecoder
-
Packages that use ByteToMessageDecoder Package Description io.netty5.handler.codec Extensible decoder and its common implementations which deal with the packet fragmentation and reassembly issue found in a stream-based transport such as TCP/IP.io.netty5.handler.codec.compression io.netty5.handler.codec.dns DNS codec.io.netty5.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty5.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames.io.netty5.handler.codec.rtsp An RTSP extension based on the HTTP codec.io.netty5.handler.ssl -
-
Uses of ByteToMessageDecoder in io.netty5.handler.codec
Subclasses of ByteToMessageDecoder in io.netty5.handler.codec Modifier and Type Class Description classDelimiterBasedFrameDecoderA decoder that splits the receivedBuffers by one or more delimiters.classFixedLengthFrameDecoderA decoder that splits the receivedBuffers by the fixed number of bytes.classLengthFieldBasedFrameDecoderA decoder that splits the receivedBuffers dynamically by the value of the length field in the message.classLineBasedFrameDecoderA decoder that splits the receivedBuffers on line endings. -
Uses of ByteToMessageDecoder in io.netty5.handler.codec.compression
Subclasses of ByteToMessageDecoder in io.netty5.handler.codec.compression Modifier and Type Class Description classDecompressionHandler -
Uses of ByteToMessageDecoder in io.netty5.handler.codec.dns
Subclasses of ByteToMessageDecoder in io.netty5.handler.codec.dns Modifier and Type Class Description classTcpDnsQueryDecoderclassTcpDnsResponseDecoder -
Uses of ByteToMessageDecoder in io.netty5.handler.codec.http
Subclasses of ByteToMessageDecoder in io.netty5.handler.codec.http Modifier and Type Class Description classHttpObjectDecoderclassHttpRequestDecoderclassHttpResponseDecoder -
Uses of ByteToMessageDecoder in io.netty5.handler.codec.http.websocketx
Subclasses of ByteToMessageDecoder in io.netty5.handler.codec.http.websocketx Modifier and Type Class Description classWebSocket13FrameDecoderDecodes a web socket frame from wire protocol version 13 format. -
Uses of ByteToMessageDecoder in io.netty5.handler.codec.http2
Subclasses of ByteToMessageDecoder in io.netty5.handler.codec.http2 Modifier and Type Class Description classCleartextHttp2ServerUpgradeHandlerPerforming clear-text upgrade, by h2c HTTP upgrade or Prior Knowledge.classHttp2ConnectionHandlerProvides the default implementation for processing inbound frame events and delegates to aHttp2FrameListenerclassHttp2FrameCodecThis API is very immature. The Http2Connection-based API is currently preferred over this API.classHttpToHttp2ConnectionHandlerTranslates HTTP/1.x object writes into HTTP/2 frames. -
Uses of ByteToMessageDecoder in io.netty5.handler.codec.rtsp
Subclasses of ByteToMessageDecoder in io.netty5.handler.codec.rtsp Modifier and Type Class Description classRtspDecoderDecodesio.netty5.buffer.ByteBufs into RTSP messages represented inHttpMessages. -
Uses of ByteToMessageDecoder in io.netty5.handler.ssl
Subclasses of ByteToMessageDecoder in io.netty5.handler.ssl Modifier and Type Class Description classAbstractSniHandler<T>Enables SNI (Server Name Indication) extension for server side SSL.classOptionalSslHandlerOptionalSslHandleris a utility decoder to support both SSL and non-SSL handlers based on the first message received.classSniHandlerEnables SNI (Server Name Indication) extension for server side SSL.classSslClientHelloHandler<T>ByteToMessageDecoderwhich allows to be notified once a fullClientHellowas received.classSslHandler
-