Uses of Package
io.netty.handler.codec.http

Packages that use io.netty.handler.codec.http
Package
Description
io.netty.handler.codec.http
Encoder, decoder and their related message types for HTTP.
io.netty.handler.codec.http.cors
This package contains Cross Origin Resource Sharing (CORS) related classes.
io.netty.handler.codec.http.multipart
HTTP multipart support.
io.netty.handler.codec.http.websocketx
Encoder, decoder, handshakers and their related message types for Web Socket data frames.
io.netty.handler.codec.http.websocketx.extensions
Encoder, decoder, handshakers to handle WebSocket Extensions.
io.netty.handler.codec.http2
Handlers for sending and receiving HTTP/2 frames.
io.netty.handler.codec.rtsp
An RTSP extension based on the HTTP codec.
io.netty.handler.codec.spdy
Encoder, decoder, session handler and their related message types for the SPDY protocol.
io.netty.handler.proxy
Adds support for client connections via proxy protocols such as SOCKS and HTTP CONNECT tunneling