文件名称: netty-codec-http-4.1.53.Final.jar中文-英文对照文档.zip
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>
<version>4.1.53.Final</version>
</dependency>Gradle:
implementation group: 'io.netty', name: 'netty-codec-http', version: '4.1.53.Final'
Gradle (Short):
implementation 'io.netty:netty-codec-http:4.1.53.Final'
Gradle (Kotlin):
implementation("io.netty:netty-codec-http:4.1.53.Final")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
io.netty.handler.codec.http
io.netty.handler.codec.http.cookie
io.netty.handler.codec.http.cors
io.netty.handler.codec.http.multipart
io.netty.handler.codec.http.websocketx
io.netty.handler.codec.http.websocketx.extensions
io.netty.handler.codec.http.websocketx.extensions.compression
io.netty.handler.codec.rtsp
io.netty.handler.codec.spdyio.netty.handler.codec.http.ClientCookieEncoder
io.netty.handler.codec.http.CombinedHttpHeaders
io.netty.handler.codec.http.Cookie
io.netty.handler.codec.http.CookieDecoder
io.netty.handler.codec.http.DefaultCookie
io.netty.handler.codec.http.DefaultFullHttpRequest
io.netty.handler.codec.http.DefaultFullHttpResponse
io.netty.handler.codec.http.DefaultHttpContent
io.netty.handler.codec.http.DefaultHttpHeaders
io.netty.handler.codec.http.DefaultHttpMessage
io.netty.handler.codec.http.DefaultHttpObject
io.netty.handler.codec.http.DefaultHttpRequest
io.netty.handler.codec.http.DefaultHttpResponse
io.netty.handler.codec.http.DefaultLastHttpContent
io.netty.handler.codec.http.EmptyHttpHeaders
io.netty.handler.codec.http.FullHttpMessage
io.netty.handler.codec.http.FullHttpRequest
io.netty.handler.codec.http.FullHttpResponse
io.netty.handler.codec.http.HttpChunkedInput
io.netty.handler.codec.http.HttpClientCodec
io.netty.handler.codec.http.HttpClientUpgradeHandler
io.netty.handler.codec.http.HttpClientUpgradeHandler.SourceCodec
io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeEvent
io.netty.handler.codec.http.HttpConstants
io.netty.handler.codec.http.HttpContent
io.netty.handler.codec.http.HttpContentCompressor
io.netty.handler.codec.http.HttpContentDecoder
io.netty.handler.codec.http.HttpContentDecompressor
io.netty.handler.codec.http.HttpContentEncoder
io.netty.handler.codec.http.HttpContentEncoder.Result
io.netty.handler.codec.http.HttpExpectationFailedEvent
io.netty.handler.codec.http.HttpHeaderDateFormat
io.netty.handler.codec.http.HttpHeaderNames
io.netty.handler.codec.http.HttpHeaderValues
io.netty.handler.codec.http.HttpHeaders
io.netty.handler.codec.http.HttpHeaders.Names
io.netty.handler.codec.http.HttpHeaders.Values
io.netty.handler.codec.http.HttpMessage
io.netty.handler.codec.http.HttpMethod
io.netty.handler.codec.http.HttpObject
io.netty.handler.codec.http.HttpObjectAggregator
io.netty.handler.codec.http.HttpObjectDecoder
io.netty.handler.codec.http.HttpObjectEncoder
io.netty.handler.codec.http.HttpRequest
io.netty.handler.codec.http.HttpRequestDecoder
io.netty.handler.codec.http.HttpRequestEncoder
io.netty.handler.codec.http.HttpResponse
io.netty.handler.codec.http.HttpResponseDecoder
io.netty.handler.codec.http.HttpResponseEncoder
io.netty.handler.codec.http.HttpResponseStatus
io.netty.handler.codec.http.HttpScheme
io.netty.handler.codec.http.HttpServerCodec
io.netty.handler.codec.http.HttpServerExpectContinueHandler
io.netty.handler.codec.http.HttpServerKeepAliveHandler
io.netty.handler.codec.http.HttpServerUpgradeHandler
io.netty.handler.codec.http.HttpServerUpgradeHandler.SourceCodec
io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodecFactory
io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeEvent
io.netty.handler.codec.http.HttpStatusClass
io.netty.handler.codec.http.HttpUtil
io.netty.handler.codec.http.HttpVersion
io.netty.handler.codec.http.LastHttpContent
io.netty.handler.codec.http.QueryStringDecoder
io.netty.handler.codec.http.QueryStringEncoder
io.netty.handler.codec.http.ReadOnlyHttpHeaders
io.netty.handler.codec.http.ServerCookieEncoder
io.netty.handler.codec.http.cookie.ClientCookieDecoder
io.netty.handler.codec.http.cookie.ClientCookieEncoder
io.netty.handler.codec.http.cookie.Cookie
io.netty.handler.codec.http.cookie.CookieDecoder
io.netty.handler.codec.http.cookie.CookieEncoder
io.netty.handler.codec.http.cookie.CookieHeaderNames
io.netty.handler.codec.http.cookie.CookieHeaderNames.SameSite
io.netty.handler.codec.http.cookie.DefaultCookie
io.netty.handler.codec.http.cookie.ServerCookieDecoder
io.netty.handler.codec.http.cookie.ServerCookieEncoder
io.netty.handler.codec.http.cors.CorsConfig
io.netty.handler.codec.http.cors.CorsConfig.Builder
io.netty.handler.codec.http.cors.CorsConfig.DateValueGenerator
io.netty.handler.codec.http.cors.CorsConfigBuilder
io.netty.handler.codec.http.cors.CorsHandler
io.netty.handler.codec.http.multipart.AbstractDiskHttpData
io.netty.handler.codec.http.multipart.AbstractHttpData
io.netty.handler.codec.http.multipart.AbstractMemoryHttpData
io.netty.handler.codec.http.multipart.Attribute
io.netty.handler.codec.http.multipart.DefaultHttpDataFactory
io.netty.handler.codec.http.multipart.DiskAttribute
io.netty.handler.codec.http.multipart.DiskFileUpload
io.netty.handler.codec.http.multipart.FileUpload
io.netty.handler.codec.http.multipart.HttpData
io.netty.handler.codec.http.multipart.HttpDataFactory
io.netty.handler.codec.http.multipart.HttpPostMultipartRequestDecoder
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.EndOfDataDecoderException
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.ErrorDataDecoderException
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.MultiPartStatus
io.netty.handler.codec.http.multipart.HttpPostRequestDecoder.NotEnoughDataDecoderException
io.netty.handler.codec.http.multipart.HttpPostRequestEncoder
io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.EncoderMode
io.netty.handler.codec.http.multipart.HttpPostRequestEncoder.ErrorDataEncoderException
io.netty.handler.codec.http.multipart.HttpPostStandardRequestDecoder
io.netty.handler.codec.http.multipart.InterfaceHttpData
io.netty.handler.codec.http.multipart.InterfaceHttpData.HttpDataType
io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder
io.netty.handler.codec.http.multipart.MemoryAttribute
io.netty.handler.codec.http.multipart.MemoryFileUpload
io.netty.handler.codec.http.multipart.MixedAttribute
io.netty.handler.codec.http.multipart.MixedFileUpload
io.netty.handler.codec.http.websocketx.BinaryWebSocketFrame
io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame
io.netty.handler.codec.http.websocketx.CorruptedWebSocketFrameException
io.netty.handler.codec.http.websocketx.PingWebSocketFrame
io.netty.handler.codec.http.websocketx.PongWebSocketFrame
io.netty.handler.codec.http.websocketx.TextWebSocketFrame
io.netty.handler.codec.http.websocketx.Utf8FrameValidator
io.netty.handler.codec.http.websocketx.WebSocket00FrameDecoder
io.netty.handler.codec.http.websocketx.WebSocket00FrameEncoder
io.netty.handler.codec.http.websocketx.WebSocket07FrameDecoder
io.netty.handler.codec.http.websocketx.WebSocket07FrameEncoder
io.netty.handler.codec.http.websocketx.WebSocket08FrameDecoder
io.netty.handler.codec.http.websocketx.WebSocket08FrameEncoder
io.netty.handler.codec.http.websocketx.WebSocket13FrameDecoder
io.netty.handler.codec.http.websocketx.WebSocket13FrameEncoder
io.netty.handler.codec.http.websocketx.WebSocketChunkedInput
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker00
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker07
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker08
io.netty.handler.codec.http.websocketx.WebSocketClientHandshaker13
io.netty.handler.codec.http.websocketx.WebSocketClientHandshakerFactory
io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig
io.netty.handler.codec.http.websocketx.WebSocketClientProtocolConfig.Builder
io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler
io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler.ClientHandshakeStateEvent
io.netty.handler.codec.http.websocketx.WebSocketCloseStatus
io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig
io.netty.handler.codec.http.websocketx.WebSocketDecoderConfig.Builder
io.netty.handler.codec.http.websocketx.WebSocketFrame
io.netty.handler.codec.http.websocketx.WebSocketFrameAggregator
io.netty.handler.codec.http.websocketx.WebSocketFrameDecoder
io.netty.handler.codec.http.websocketx.WebSocketFrameEncoder
io.netty.handler.codec.http.websocketx.WebSocketHandshakeException
io.netty.handler.codec.http.websocketx.WebSocketScheme
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker00
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker07
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker08
io.netty.handler.codec.http.websocketx.WebSocketServerHandshaker13
io.netty.handler.codec.http.websocketx.WebSocketServerHandshakerFactory
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolConfig.Builder
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.HandshakeComplete
io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler.ServerHandshakeStateEvent
io.netty.handler.codec.http.websocketx.WebSocketVersion
io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtension
io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandler
io.netty.handler.codec.http.websocketx.extensions.WebSocketClientExtensionHandshaker
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtension
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionData
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionDecoder
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionEncoder
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilter
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionFilterProvider
io.netty.handler.codec.http.websocketx.extensions.WebSocketExtensionUtil
io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtension
io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandler
io.netty.handler.codec.http.websocketx.extensions.WebSocketServerExtensionHandshaker
io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameClientExtensionHandshaker
io.netty.handler.codec.http.websocketx.extensions.compression.DeflateFrameServerExtensionHandshaker
io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateClientExtensionHandshaker
io.netty.handler.codec.http.websocketx.extensions.compression.PerMessageDeflateServerExtensionHandshaker
io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketClientCompressionHandler
io.netty.handler.codec.http.websocketx.extensions.compression.WebSocketServerCompressionHandler
io.netty.handler.codec.rtsp.RtspDecoder
io.netty.handler.codec.rtsp.RtspEncoder
io.netty.handler.codec.rtsp.RtspHeaderNames
io.netty.handler.codec.rtsp.RtspHeaderValues
io.netty.handler.codec.rtsp.RtspHeaders
io.netty.handler.codec.rtsp.RtspHeaders.Names
io.netty.handler.codec.rtsp.RtspHeaders.Values
io.netty.handler.codec.rtsp.RtspMethods
io.netty.handler.codec.rtsp.RtspObjectDecoder
io.netty.handler.codec.rtsp.RtspObjectEncoder
io.netty.handler.codec.rtsp.RtspRequestDecoder
io.netty.handler.codec.rtsp.RtspRequestEncoder
io.netty.handler.codec.rtsp.RtspResponseDecoder
io.netty.handler.codec.rtsp.RtspResponseEncoder
io.netty.handler.codec.rtsp.RtspResponseStatuses
io.netty.handler.codec.rtsp.RtspVersions
io.netty.handler.codec.spdy.DefaultSpdyDataFrame
io.netty.handler.codec.spdy.DefaultSpdyGoAwayFrame
io.netty.handler.codec.spdy.DefaultSpdyHeaders
io.netty.handler.codec.spdy.DefaultSpdyHeadersFrame
io.netty.handler.codec.spdy.DefaultSpdyPingFrame
io.netty.handler.codec.spdy.DefaultSpdyRstStreamFrame
io.netty.handler.codec.spdy.DefaultSpdySettingsFrame
io.netty.handler.codec.spdy.DefaultSpdyStreamFrame
io.netty.handler.codec.spdy.DefaultSpdySynReplyFrame
io.netty.handler.codec.spdy.DefaultSpdySynStreamFrame
io.netty.handler.codec.spdy.DefaultSpdyWindowUpdateFrame
io.netty.handler.codec.spdy.SpdyDataFrame
io.netty.handler.codec.spdy.SpdyFrame
io.netty.handler.codec.spdy.SpdyFrameCodec
io.netty.handler.codec.spdy.SpdyFrameDecoder
io.netty.handler.codec.spdy.SpdyFrameDecoderDelegate
io.netty.handler.codec.spdy.SpdyFrameEncoder
io.netty.handler.codec.spdy.SpdyGoAwayFrame
io.netty.handler.codec.spdy.SpdyHeaderBlockRawDecoder
io.netty.handler.codec.spdy.SpdyHeaderBlockRawEncoder
io.netty.handler.codec.spdy.SpdyHeaders
io.netty.handler.codec.spdy.SpdyHeaders.HttpNames
io.netty.handler.codec.spdy.SpdyHeadersFrame
io.netty.handler.codec.spdy.SpdyHttpCodec
io.netty.handler.codec.spdy.SpdyHttpDecoder
io.netty.handler.codec.spdy.SpdyHttpEncoder
io.netty.handler.codec.spdy.SpdyHttpHeaders
io.netty.handler.codec.spdy.SpdyHttpHeaders.Names
io.netty.handler.codec.spdy.SpdyHttpResponseStreamIdHandler
io.netty.handler.codec.spdy.SpdyPingFrame
io.netty.handler.codec.spdy.SpdyProtocolException
io.netty.handler.codec.spdy.SpdyRstStreamFrame
io.netty.handler.codec.spdy.SpdySessionHandler
io.netty.handler.codec.spdy.SpdySessionStatus
io.netty.handler.codec.spdy.SpdySettingsFrame
io.netty.handler.codec.spdy.SpdyStreamFrame
io.netty.handler.codec.spdy.SpdyStreamStatus
io.netty.handler.codec.spdy.SpdySynReplyFrame
io.netty.handler.codec.spdy.SpdySynStreamFrame
io.netty.handler.codec.spdy.SpdyVersion
io.netty.handler.codec.spdy.SpdyWindowUpdateFrame