| Name | Description | Type | Package | Framework |
| AbstractDiskHttpData | | Class | io.netty.handler.codec.http.multipart | Netty |
|
| AbstractHttpData | | Class | io.netty.handler.codec.http.multipart | Netty |
|
| AbstractMemoryHttpData | | Class | io.netty.handler.codec.http.multipart | Netty |
|
| Attribute | | Interface | io.netty.handler.codec.http.multipart | Netty |
|
| BinaryWebSocketFrame | | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| ClientCookieDecoder | A RFC6265 compliant cookie decoder to be used client side. | Class | io.netty.handler.codec.http | Netty |
|
| ClientCookieEncoder | A RFC6265 compliant cookie encoder to be used client side,so only name=value pairs are sent. | Class | io.netty.handler.codec.http | Netty |
|
| CloseWebSocketFrame | | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| CompressorHttp2ConnectionEncoder | A HTTP2 encoder that will compress data frames according to the content-encoding header for each stream. | Class | io.netty.handler.codec.http2 | Netty |
|
| CompressorHttp2ConnectionEncoder .Builder | | Class | io.netty.handler.codec.http2.CompressorHttp2ConnectionEncoder | Netty |
|
| ContinuationWebSocketFrame | Web Socket continuation frame containing continuation text or binary data. | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| Cookie | | Interface | io.netty.handler.codec.http | Netty |
|
| CorsConfig | Configuration for Cross-Origin Resource Sharing (CORS). | Class | io.netty.handler.codec.http.cors | Netty |
|
| CorsConfig .Builder | Builder used to configure and build a CorsConfig instance. | Class | io.netty.handler.codec.http.cors.CorsConfig | Netty |
|
| CorsConfig .DateValueGenerator | This callable is used for the DATE preflight HTTP response HTTP header. | Class | io.netty.handler.codec.http.cors.CorsConfig | Netty |
|
| CorsHandler | Handles Cross Origin Resource Sharing (CORS) requests. | Class | io.netty.handler.codec.http.cors | Netty |
|
| DefaultCookie | The default Cookie implementation. | Class | io.netty.handler.codec.http | Netty |
|
| DefaultFullHttpRequest | Default implementation of FullHttpRequest. | Class | io.netty.handler.codec.http | Netty |
|
| DefaultFullHttpResponse | Default implementation of a FullHttpResponse. | Class | io.netty.handler.codec.http | Netty |
|
| DefaultHttp2Connection | Simple implementation of Http2Connection. | Class | io.netty.handler.codec.http2 | Netty |
|
| DefaultHttp2ConnectionDecoder | Provides the default implementation for processing inbound frame events and delegates to aThis class will read HTTP/2 frames and delegate the events to a Http2FrameListener | Class | io.netty.handler.codec.http2 | Netty |
|
| DefaultHttp2ConnectionDecoder .Builder | Builder for instances of DefaultHttp2ConnectionDecoder. | Class | io.netty.handler.codec.http2.DefaultHttp2ConnectionDecoder | Netty |
|
| DefaultHttp2ConnectionEncoder | Default implementation of Http2ConnectionEncoder. | Class | io.netty.handler.codec.http2 | Netty |
|
| DefaultHttp2ConnectionEncoder .Builder | Builder for new instances of DefaultHttp2ConnectionEncoder. | Class | io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder | Netty |
|
| DefaultHttp2FrameReader | A Http2FrameReader that supports all frame types defined by the HTTP/2 specification. | Class | io.netty.handler.codec.http2 | Netty |
|
| DefaultHttp2FrameWriter | A Http2FrameWriter that supports all frame types defined by the HTTP/2 specification. | Class | io.netty.handler.codec.http2 | Netty |
|
| DefaultHttp2Headers | | Class | io.netty.handler.codec.http2 | Netty |
|
| DefaultHttp2HeadersDecoder | | Class | io.netty.handler.codec.http2 | Netty |
|
| DefaultHttp2HeadersEncoder | | Class | io.netty.handler.codec.http2 | Netty |
|
| DefaultHttp2LocalFlowController | Basic implementation of Http2LocalFlowController. | Class | io.netty.handler.codec.http2 | Netty |
|
| DefaultHttp2RemoteFlowController | Basic implementation of Http2RemoteFlowController. | Class | io.netty.handler.codec.http2 | Netty |
|
| DefaultHttp2StreamRemovalPolicy | A Http2StreamRemovalPolicy that periodically runs garbage collection on streams that havebeen marked for removal. | Class | io.netty.handler.codec.http2 | Netty |
|
| DefaultHttpContent | The default HttpContent implementation. | Class | io.netty.handler.codec.http | Netty |
|
| DefaultHttpDataFactory | Default factory giving Attribute and FileUpload according to constructorAttribute and FileUpload could be : | Class | io.netty.handler.codec.http.multipart | Netty |
|
| DefaultHttpHeaders | | Class | io.netty.handler.codec.http | Netty |
|
| DefaultHttpMessage | The default HttpMessage implementation. | Class | io.netty.handler.codec.http | Netty |
|
| DefaultHttpObject | | Class | io.netty.handler.codec.http | Netty |
|
| DefaultHttpRequest | The default HttpRequest implementation. | Class | io.netty.handler.codec.http | Netty |
|
| DefaultHttpResponse | The default HttpResponse implementation. | Class | io.netty.handler.codec.http | Netty |
|
| DefaultLastHttpContent | The default LastHttpContent implementation. | Class | io.netty.handler.codec.http | Netty |
|
| DeflateFrameClientExtensionHandshaker | handshake implementation. | Class | io.netty.handler.codec.http.websocketx.extensions.compression | Netty |
|
| DeflateFrameServerExtensionHandshaker | handshake implementation. | Class | io.netty.handler.codec.http.websocketx.extensions.compression | Netty |
|
| DelegatingDecompressorFrameListener | A HTTP2 frame listener that will decompress data frames according to the content-encoding header for eachstream. | Class | io.netty.handler.codec.http2 | Netty |
|
| DiskAttribute | | Class | io.netty.handler.codec.http.multipart | Netty |
|
| DiskFileUpload | | Class | io.netty.handler.codec.http.multipart | Netty |
|
| EmptyHttp2Headers | | Class | io.netty.handler.codec.http2 | Netty |
|
| EmptyHttpHeaders | | Class | io.netty.handler.codec.http | Netty |
|
| FileUpload | FileUpload interface that could be in memory, on temporary file or any other implementations. | Interface | io.netty.handler.codec.http.multipart | Netty |
|
| FullHttpMessage | Combines HttpMessage and LastHttpContent into onemessage. | Interface | io.netty.handler.codec.http | Netty |
|
| FullHttpRequest | Combinate the HttpRequest and FullHttpMessage, so the request is a complete HTTP request. | Interface | io.netty.handler.codec.http | Netty |
|
| FullHttpResponse | Combination of a HttpResponse and FullHttpMessage. | Interface | io.netty.handler.codec.http | Netty |
|
| Http2ClientUpgradeCodec | Client-side cleartext upgrade codec from HTTP to HTTP/2. | Class | io.netty.handler.codec.http2 | Netty |
|
| Http2CodecUtil | Constants and utility method used for encoding/decoding HTTP2 frames. | Class | io.netty.handler.codec.http2 | Netty |
|
| Http2Connection | Manager for the state of an HTTP/2 connection with the remote end-point. | Interface | io.netty.handler.codec.http2 | Netty |
|
| Http2Connection .Endpoint | A view of the connection from one endpoint (local or remote). | Interface | io.netty.handler.codec.http2.Http2Connection | Netty |
|
| Http2Connection .Listener | Listener for life-cycle events for streams in this connection. | Interface | io.netty.handler.codec.http2.Http2Connection | Netty |
|
| Http2ConnectionAdapter | Provides empty implementations of all Http2Connection. | Class | io.netty.handler.codec.http2 | Netty |
|
| Http2ConnectionDecoder | Handler for inbound traffic on behalf of Http2ConnectionHandler. | Interface | io.netty.handler.codec.http2 | Netty |
|
| Http2ConnectionDecoder .Builder | Builder for new instances of Http2ConnectionDecoder. | Interface | io.netty.handler.codec.http2.Http2ConnectionDecoder | Netty |
|
| Http2ConnectionEncoder | Handler for outbound HTTP/2 traffic. | Interface | io.netty.handler.codec.http2 | Netty |
|
| Http2ConnectionEncoder .Builder | Builder for new instances of Http2ConnectionEncoder. | Interface | io.netty.handler.codec.http2.Http2ConnectionEncoder | Netty |
|
| Http2ConnectionHandler | Provides the default implementation for processing inbound frame events and delegates to aThis class will read HTTP/2 frames and delegate the events to a Http2FrameListener | Class | io.netty.handler.codec.http2 | Netty |
|
| Http2DataWriter | Interface that defines an object capable of producing HTTP/2 data frames. | Interface | io.netty.handler.codec.http2 | Netty |
|
| Http2Error | All error codes identified by the HTTP/2 spec. | Class | io.netty.handler.codec.http2 | Netty |
|
| Http2EventAdapter | This class brings Http2Connection. | Class | io.netty.handler.codec.http2 | Netty |
|
| Http2Exception | Exception thrown when an HTTP/2 error was encountered. | Class | io.netty.handler.codec.http2 | Netty |
|
| Http2Exception .CompositeStreamException | Provides the ability to handle multiple stream exceptions with one throw statement. | Class | io.netty.handler.codec.http2.Http2Exception | Netty |
|
| Http2Exception .StreamException | Represents an exception that can be isolated to a single stream (as opposed to the entire connection). | Class | io.netty.handler.codec.http2.Http2Exception | Netty |
|
| Http2Flags | Provides utility methods for accessing specific flags as defined by the HTTP/2 spec. | Class | io.netty.handler.codec.http2 | Netty |
|
| Http2FlowController | Base interface for all HTTP/2 flow controllers. | Interface | io.netty.handler.codec.http2 | Netty |
|
| Http2FrameAdapter | Convenience class that provides no-op implementations for all methods of Http2FrameListener. | Class | io.netty.handler.codec.http2 | Netty |
|
| Http2FrameListener | An listener of HTTP/2 frames. | Interface | io.netty.handler.codec.http2 | Netty |
|
| Http2FrameListenerDecorator | | Class | io.netty.handler.codec.http2 | Netty |
|
| Http2FrameLogger | Logs HTTP2 frames for debugging purposes. | Class | io.netty.handler.codec.http2 | Netty |
|
| Http2FrameLogger .Direction | | Class | io.netty.handler.codec.http2.Http2FrameLogger | Netty |
|
| Http2FrameReader | Reads HTTP/2 frames from an input ByteBuf and notifies the specifiedHttp2FrameListener when frames are complete. | Interface | io.netty.handler.codec.http2 | Netty |
|
| Http2FrameReader .Configuration | | Interface | io.netty.handler.codec.http2.Http2FrameReader | Netty |
|
| Http2FrameSizePolicy | | Interface | io.netty.handler.codec.http2 | Netty |
|
| Http2FrameTypes | Registry of all standard frame types defined by the HTTP/2 specification. | Class | io.netty.handler.codec.http2 | Netty |
|
| Http2FrameWriter | A writer responsible for marshaling HTTP/2 frames to the channel. | Interface | io.netty.handler.codec.http2 | Netty |
|
| Http2FrameWriter .Configuration | | Interface | io.netty.handler.codec.http2.Http2FrameWriter | Netty |
|
| Http2Headers | A collection of headers sent or received via HTTP/2. | Interface | io.netty.handler.codec.http2 | Netty |
|
| Http2Headers .PseudoHeaderName | HTTP/2 pseudo-headers names. | Class | io.netty.handler.codec.http2.Http2Headers | Netty |
|
| Http2HeadersDecoder | Decodes HPACK-encoded headers blocks into Http2Headers. | Interface | io.netty.handler.codec.http2 | Netty |
|
| Http2HeadersDecoder .Configuration | | Interface | io.netty.handler.codec.http2.Http2HeadersDecoder | Netty |
|
| Http2HeadersEncoder | Encodes Http2Headers into HPACK-encoded headers blocks. | Interface | io.netty.handler.codec.http2 | Netty |
|
| Http2HeadersEncoder .Configuration | | Interface | io.netty.handler.codec.http2.Http2HeadersEncoder | Netty |
|
| Http2HeaderTable | | Interface | io.netty.handler.codec.http2 | Netty |
|
| Http2InboundFrameLogger | | Class | io.netty.handler.codec.http2 | Netty |
|
| Http2LifecycleManager | Manager for the life cycle of the HTTP/2 connection. | Interface | io.netty.handler.codec.http2 | Netty |
|
| Http2LocalFlowController | | Interface | io.netty.handler.codec.http2 | Netty |
|
| Http2NoMoreStreamIdsException | This exception is thrown when there are no more stream IDs available for the current connectionSee Also:Serialized Form | Class | io.netty.handler.codec.http2 | Netty |
|
| Http2OrHttpChooser | ChannelHandler which is responsible to setup theChannelPipeline either for HTTP or HTTP2. | Class | io.netty.handler.codec.http2 | Netty |
|
| Http2OrHttpChooser .SelectedProtocol | Must be updated to match the HTTP/2 draft number. | Class | io.netty.handler.codec.http2.Http2OrHttpChooser | Netty |
|
| Http2OutboundFrameLogger | | Class | io.netty.handler.codec.http2 | Netty |
|
| Http2RemoteFlowController | | Interface | io.netty.handler.codec.http2 | Netty |
|
| Http2RemoteFlowController .FlowControlled | payload to the stream. | Interface | io.netty.handler.codec.http2.Http2RemoteFlowController | Netty |
|
| Http2SecurityUtil | Provides utilities related to security requirements specific to HTTP/2. | Class | io.netty.handler.codec.http2 | Netty |
|
| Http2ServerUpgradeCodec | Server-side codec for performing a cleartext upgrade from HTTP/1. | Class | io.netty.handler.codec.http2 | Netty |
|
| Http2Settings | Settings for one endpoint in an HTTP/2 connection. | Class | io.netty.handler.codec.http2 | Netty |
|
| Http2Stream | A single stream within an HTTP2 connection. | Interface | io.netty.handler.codec.http2 | Netty |
|
| Http2Stream .State | The allowed states of an HTTP2 stream. | Class | io.netty.handler.codec.http2.Http2Stream | Netty |
|
| Http2StreamRemovalPolicy | A policy for determining when it is appropriate to remove streams from an HTTP/2 stream registry. | Interface | io.netty.handler.codec.http2 | Netty |
|
| Http2StreamRemovalPolicy .Action | Performs the action of removing the stream. | Interface | io.netty.handler.codec.http2.Http2StreamRemovalPolicy | Netty |
|
| HttpChunkedInput | A ChunkedInput that fetches data chunk by chunk for use with HTTP chunked transfers. | Class | io.netty.handler.codec.http | Netty |
|
| HttpClientCodec | A combination of HttpRequestEncoder and HttpResponseDecoderwhich enables easier client side HTTP implementation. | Class | io.netty.handler.codec.http | Netty |
|
| HttpClientUpgradeHandler | Client-side handler for handling an HTTP upgrade handshake to another protocol. | Class | io.netty.handler.codec.http | Netty |
|
| HttpClientUpgradeHandler .SourceCodec | The source codec that is used in the pipeline initially. | Interface | io.netty.handler.codec.http.HttpClientUpgradeHandler | Netty |
|
| HttpClientUpgradeHandler .UpgradeCodec | A codec that the source can be upgraded to. | Interface | io.netty.handler.codec.http.HttpClientUpgradeHandler | Netty |
|
| HttpClientUpgradeHandler .UpgradeEvent | User events that are fired to notify about upgrade status. | Class | io.netty.handler.codec.http.HttpClientUpgradeHandler | Netty |
|
| HttpConstants | | Class | io.netty.handler.codec.http | Netty |
|
| HttpContent | An HTTP chunk which is used for HTTP chunked transfer-encoding. | Interface | io.netty.handler.codec.http | Netty |
|
| HttpContentCompressor | Compresses an HttpMessage and an HttpContent in gzip ordeflate encoding while respecting the Accept-Encoding header. | Class | io.netty.handler.codec.http | Netty |
|
| HttpContentDecoder | Decodes the content of the received HttpRequest and HttpContent. | Class | io.netty.handler.codec.http | Netty |
|
| HttpContentDecompressor | Decompresses an HttpMessage and an HttpContent compressed ingzip or deflate encoding. | Class | io.netty.handler.codec.http | Netty |
|
| HttpContentEncoder | Encodes the content of the outbound HttpResponse and HttpContent. | Class | io.netty.handler.codec.http | Netty |
|
| HttpContentEncoder .Result | | Class | io.netty.handler.codec.http.HttpContentEncoder | Netty |
|
| HttpData | | Interface | io.netty.handler.codec.http.multipart | Netty |
|
| HttpDataFactory | | Interface | io.netty.handler.codec.http.multipart | Netty |
|
| HttpHeaderNames | Standard HTTP header names. | Class | io.netty.handler.codec.http | Netty |
|
| HttpHeaders | Provides the constants for the standard HTTP header names and values andcommonly used utility methods that accesses an HttpMessage. | Interface | io.netty.handler.codec.http | Netty |
|
| HttpHeaderUtil | | Class | io.netty.handler.codec.http | Netty |
|
| HttpHeaderValues | Standard HTTP header values. | Class | io.netty.handler.codec.http | Netty |
|
| HttpMessage | An interface that defines a HTTP message, providing common properties forHttpRequest and HttpResponse. | Interface | io.netty.handler.codec.http | Netty |
|
| HttpMethod | | Class | io.netty.handler.codec.http | Netty |
|
| HttpObjectAggregator | A ChannelHandler that aggregates an HttpMessageand its following HttpContents into a single FullHttpRequest | Class | io.netty.handler.codec.http | Netty |
|
| HttpObjectDecoder | Decodes ByteBufs into HttpMessages andParameters that prevents excessive memory consumption | Class | io.netty.handler.codec.http | Netty |
|
| HttpObjectEncoder | Encodes an HttpMessage or an HttpContent intoPlease note that this encoder is designed to be extended to implement | Class | io.netty.handler.codec.http | Netty |
|
| HttpPostMultipartRequestDecoder | This decoder will decode Body and can handle POST BODY. | Class | io.netty.handler.codec.http.multipart | Netty |
|
| HttpPostRequestDecoder | This decoder will decode Body and can handle POST BODY. | Class | io.netty.handler.codec.http.multipart | Netty |
|
| HttpPostRequestDecoder .EndOfDataDecoderException | Exception when the body is fully decoded, even if there is still dataSee Also:Serialized Form | Class | io.netty.handler.codec.http.multipart.HttpPostRequestDecoder | Netty |
|
| HttpPostRequestDecoder .ErrorDataDecoderException | Exception when an error occurs while decodingSee Also:Serialized Form | Class | io.netty.handler.codec.http.multipart.HttpPostRequestDecoder | Netty |
|
| HttpPostRequestDecoder .MultiPartStatus | | Class | io.netty.handler.codec.http.multipart.HttpPostRequestDecoder | Netty |
|
| HttpPostRequestDecoder .NotEnoughDataDecoderException | Exception when try reading data from request in chunked format, and notenough data are available (need more chunks) | Class | io.netty.handler.codec.http.multipart.HttpPostRequestDecoder | Netty |
|
| HttpPostRequestEncoder | This encoder will help to encode Request for a FORM as POST. | Class | io.netty.handler.codec.http.multipart | Netty |
|
| HttpPostRequestEncoder .EncoderMode | Different modes to use to encode form data. | Class | io.netty.handler.codec.http.multipart.HttpPostRequestEncoder | Netty |
|
| HttpPostRequestEncoder .ErrorDataEncoderException | Exception when an error occurs while encodingSee Also:Serialized Form | Class | io.netty.handler.codec.http.multipart.HttpPostRequestEncoder | Netty |
|
| HttpPostStandardRequestDecoder | This decoder will decode Body and can handle POST BODY. | Class | io.netty.handler.codec.http.multipart | Netty |
|
| HttpRequest | Accessing Query Parameters and CookieUnlike the Servlet API, a query string is constructed and decomposed by | Interface | io.netty.handler.codec.http | Netty |
|
| HttpRequestDecoder | Decodes ByteBufs into HttpRequests and HttpContents. | Class | io.netty.handler.codec.http | Netty |
|
| HttpRequestEncoder | | Class | io.netty.handler.codec.http | Netty |
|
| HttpResponse | Unlike the Servlet API, Cookie support is provided separately via ClientCookieDecoder,ServerCookieDecoder, ClientCookieEncoder, and @ServerCookieEncoder. | Interface | io.netty.handler.codec.http | Netty |
|
| HttpResponseDecoder | Decodes ByteBufs into HttpResponses andParameters that prevents excessive memory consumption | Class | io.netty.handler.codec.http | Netty |
|
| HttpResponseEncoder | | Class | io.netty.handler.codec.http | Netty |
|
| HttpResponseStatus | | Class | io.netty.handler.codec.http | Netty |
|
| HttpServerCodec | A combination of HttpRequestDecoder and HttpResponseEncoderwhich enables easier server side HTTP implementation. | Class | io.netty.handler.codec.http | Netty |
|
| HttpServerUpgradeHandler | A server-side handler that receives HTTP requests and optionally performs a protocol switch ifthe requested protocol is supported. | Class | io.netty.handler.codec.http | Netty |
|
| HttpServerUpgradeHandler .SourceCodec | The source codec that is used in the pipeline initially. | Interface | io.netty.handler.codec.http.HttpServerUpgradeHandler | Netty |
|
| HttpServerUpgradeHandler .UpgradeCodec | A codec that the source can be upgraded to. | Interface | io.netty.handler.codec.http.HttpServerUpgradeHandler | Netty |
|
| HttpServerUpgradeHandler .UpgradeEvent | User event that is fired to notify about the completion of an HTTP upgradeto another protocol. | Class | io.netty.handler.codec.http.HttpServerUpgradeHandler | Netty |
|
| HttpStatusClass | enum HttpStatusClassThe class of HTTP status. | Class | io.netty.handler.codec.http | Netty |
|
| HttpToHttp2ConnectionHandler | Translates HTTP/1. | Class | io.netty.handler.codec.http2 | Netty |
|
| HttpUtil | | Class | io.netty.handler.codec.http2 | Netty |
|
| HttpUtil .ExtensionHeaderNames | Provides the HTTP header extensions used to carry HTTP/2 information in HTTP objectsHTTP extension header which will identify the authority pseudo header from the HTTP/2 event(s) responsible | Class | io.netty.handler.codec.http2.HttpUtil | Netty |
|
| HttpVersion | | Class | io.netty.handler.codec.http | Netty |
|
| InboundHttp2ToHttpAdapter | This adapter provides just header/data events from the HTTP message flow definedhere HTTP/2 Spec Message Flow. | Class | io.netty.handler.codec.http2 | Netty |
|
| InboundHttp2ToHttpAdapter .Builder | | Class | io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter | Netty |
|
| InboundHttp2ToHttpPriorityAdapter | Translate header/data/priority HTTP/2 frame events into HTTP events. | Class | io.netty.handler.codec.http2 | Netty |
|
| InboundHttp2ToHttpPriorityAdapter .Builder | | Class | io.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapter | Netty |
|
| InterfaceHttpData | | Interface | io.netty.handler.codec.http.multipart | Netty |
|
| InterfaceHttpData .HttpDataType | | Class | io.netty.handler.codec.http.multipart.InterfaceHttpData | Netty |
|
| InterfaceHttpPostRequestDecoder | This decoder will decode Body and can handle POST BODY (or for PUT, PATCH or OPTIONS). | Interface | io.netty.handler.codec.http.multipart | Netty |
|
| LastHttpContent | The last HttpContent which has trailing headers. | Interface | io.netty.handler.codec.http | Netty |
|
| MemoryAttribute | | Class | io.netty.handler.codec.http.multipart | Netty |
|
| MemoryFileUpload | Default FileUpload implementation that stores file into memory. | Class | io.netty.handler.codec.http.multipart | Netty |
|
| MixedAttribute | | Class | io.netty.handler.codec.http.multipart | Netty |
|
| MixedFileUpload | | Class | io.netty.handler.codec.http.multipart | Netty |
|
| PerMessageDeflateClientExtensionHandshaker | handshake implementation. | Class | io.netty.handler.codec.http.websocketx.extensions.compression | Netty |
|
| PerMessageDeflateServerExtensionHandshaker | handshake implementation. | Class | io.netty.handler.codec.http.websocketx.extensions.compression | Netty |
|
| PingWebSocketFrame | | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| PongWebSocketFrame | | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| QueryStringDecoder | Splits an HTTP query string into a path string and key-value parameter pairs. | Class | io.netty.handler.codec.http | Netty |
|
| QueryStringEncoder | Creates an URL-encoded URI from a path string and key-value parameter pairs. | Class | io.netty.handler.codec.http | Netty |
|
| ServerCookieDecoder | A RFC6265 compliant cookie decoder to be used server side. | Class | io.netty.handler.codec.http | Netty |
|
| ServerCookieEncoder | A RFC6265 compliant cookie encoder to be used server side,so some fields are sent (Version is typically ignored). | Class | io.netty.handler.codec.http | Netty |
|
| TextWebSocketFrame | | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| Utf8FrameValidator | | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocket00FrameDecoder | Decodes ByteBufs into WebSocketFrames. | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocket00FrameEncoder | Encodes a WebSocketFrame into a ByteBuf. | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocket07FrameDecoder | Decodes a web socket frame from wire protocol version 7 format. | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocket07FrameEncoder | Encodes a web socket frame into wire protocol version 7 format. | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocket08FrameDecoder | Decodes a web socket frame from wire protocol version 8 format. | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocket08FrameEncoder | Encodes a web socket frame into wire protocol version 8 format. | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocket13FrameDecoder | Decodes a web socket frame from wire protocol version 13 format. | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocket13FrameEncoder | Encodes a web socket frame into wire protocol version 13 format. | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketClientCompressionHandler | to handle the most common WebSocket Compression Extensions. | Class | io.netty.handler.codec.http.websocketx.extensions.compression | Netty |
|
| WebSocketClientExtension | Created once the handshake phase is done. | Interface | io.netty.handler.codec.http.websocketx.extensions | Netty |
|
| WebSocketClientExtensionHandler | This handler negotiates and initializes the WebSocket Extensions. | Class | io.netty.handler.codec.http.websocketx.extensions | Netty |
|
| WebSocketClientExtensionHandshaker | Handshakes a client extension with the server. | Interface | io.netty.handler.codec.http.websocketx.extensions | Netty |
|
| WebSocketClientHandshaker | | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketClientHandshaker00 | Performs client side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol-A very large portion of this code was taken from the Netty 3. | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketClientHandshaker07 | | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketClientHandshaker08 | | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketClientHandshaker13 | | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketClientHandshakerFactory | Creates a new WebSocketClientHandshaker of desired protocol version. | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketClientProtocolHandler | This handler does all the heavy lifting for you to run a websocket client. | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketClientProtocolHandler .ClientHandshakeStateEvent | Events that are fired to notify about handshake statusThe Handshake was complete succesful and so the channel was upgraded to websockets | Class | io.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandler | Netty |
|
| WebSocketExtension | Created once the handshake phase is done. | Interface | io.netty.handler.codec.http.websocketx.extensions | Netty |
|
| WebSocketExtensionData | A WebSocket Extension data from the Sec-WebSocket-Extensions header. | Class | io.netty.handler.codec.http.websocketx.extensions | Netty |
|
| WebSocketExtensionDecoder | Convenient class for io. | Class | io.netty.handler.codec.http.websocketx.extensions | Netty |
|
| WebSocketExtensionEncoder | Convenient class for io. | Class | io.netty.handler.codec.http.websocketx.extensions | Netty |
|
| WebSocketExtensionUtil | | Class | io.netty.handler.codec.http.websocketx.extensions | Netty |
|
| WebSocketFrame | | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketFrameAggregator | Handler that aggregate fragmented WebSocketFrame's. | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketFrameDecoder | Marker interface which all WebSocketFrame decoders need to implement. | Interface | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketFrameEncoder | Marker interface which all WebSocketFrame encoders need to implement. | Interface | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketHandshakeException | Exception during handshaking processSee Also:Serialized Form | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketServerCompressionHandler | to handle the most common WebSocket Compression Extensions. | Class | io.netty.handler.codec.http.websocketx.extensions.compression | Netty |
|
| WebSocketServerExtension | Created once the handshake phase is done. | Interface | io.netty.handler.codec.http.websocketx.extensions | Netty |
|
| WebSocketServerExtensionHandler | This handler negotiates and initializes the WebSocket Extensions. | Class | io.netty.handler.codec.http.websocketx.extensions | Netty |
|
| WebSocketServerExtensionHandshaker | Handshakes a client extension based on this server capabilities. | Interface | io.netty.handler.codec.http.websocketx.extensions | Netty |
|
| WebSocketServerHandshaker | | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketServerHandshaker00 | Performs server side opening and closing handshakes for web socket specification version draft-ietf-hybi-thewebsocketprotocol-A very large portion of this code was taken from the Netty 3. | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketServerHandshaker07 | | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketServerHandshaker08 | | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketServerHandshaker13 | Performs server side opening and closing handshakes for RFC 6455(originally web socket specification draft-ietf-hybi-thewebsocketprotocol-17). | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketServerHandshakerFactory | Auto-detects the version of the Web Socket protocol in use and creates a new properWebSocketServerHandshaker. | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketServerProtocolHandler | This handler does all the heavy lifting for you to run a websocket server. | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| WebSocketServerProtocolHandler .ServerHandshakeStateEvent | Events that are fired to notify about handshake statusThe Handshake was complete succesful and so the channel was upgraded to websockets | Class | io.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandler | Netty |
|
| WebSocketVersion | enum WebSocketVersionVersions of the web socket specification. | Class | io.netty.handler.codec.http.websocketx | Netty |