| Name | Description | Type | Package | Framework |
| AbstractBinaryMemcacheDecoder | Decoder for both BinaryMemcacheRequest and BinaryMemcacheResponse. | Class | io.netty.handler.codec.memcache.binary | Netty |
|
| AbstractBinaryMemcacheEncoder | A MessageToByteEncoder that encodes binary memache messages into bytes. | Class | io.netty.handler.codec.memcache.binary | Netty |
|
| AbstractBinaryMemcacheMessage | Default implementation of a BinaryMemcacheMessage. | Class | io.netty.handler.codec.memcache.binary | Netty |
|
| AbstractDiskHttpData | | Class | io.netty.handler.codec.http.multipart | Netty |
|
| AbstractHttpData | | Class | io.netty.handler.codec.http.multipart | Netty |
|
| AbstractMemcacheObject | The default MemcacheObject implementation. | Class | io.netty.handler.codec.memcache | Netty |
|
| AbstractMemcacheObjectAggregator | A ChannelHandler that aggregates an MemcacheMessageand its following MemcacheContents into a single MemcacheMessage with | Class | io.netty.handler.codec.memcache | Netty |
|
| AbstractMemcacheObjectDecoder | Abstract super class for both ascii and binary decoders. | Class | io.netty.handler.codec.memcache | Netty |
|
| AbstractMemcacheObjectEncoder | A general purpose AbstractMemcacheObjectEncoder that encodes MemcacheMessages. | Class | io.netty.handler.codec.memcache | Netty |
|
| AbstractMemoryHttpData | | Class | io.netty.handler.codec.http.multipart | Netty |
|
| AbstractSocks4Message | An abstract Socks4Message. | Class | io.netty.handler.codec.socksx.v4 | Netty |
|
| AbstractSocks5Message | An abstract Socks5Message. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| AbstractSocksMessage | An abstract SocksMessage. | Class | io.netty.handler.codec.socksx | Netty |
|
| AsciiHeadersEncoder | | Class | io.netty.handler.codec | Netty |
|
| AsciiHeadersEncoder .NewlineType | The newline characters to insert between header entries. | Class | io.netty.handler.codec.AsciiHeadersEncoder | Netty |
|
| AsciiHeadersEncoder .SeparatorType | The separator characters to insert between a header name and a header value. | Class | io.netty.handler.codec.AsciiHeadersEncoder | Netty |
|
| AsciiString | A string which has been encoded into a character encoding whose character always takes a single byte, similarly toASCII. | Class | io.netty.handler.codec | Netty |
|
| Attribute | | Interface | io.netty.handler.codec.http.multipart | Netty |
|
| Base64 | Utility class for ByteBuf that encodes and decodes to and fromThe encoding and decoding algorithm in this class has been derived from | Class | io.netty.handler.codec.base64 | Netty |
|
| Base64Decoder | Decodes a Base64-encoded ByteBuf or US-ASCII Stringinto a ByteBuf. | Class | io.netty.handler.codec.base64 | Netty |
|
| Base64Dialect | Enumeration of supported Base64 dialects. | Class | io.netty.handler.codec.base64 | Netty |
|
| Base64Encoder | Encodes a ByteBuf into a Base64-encoded ByteBuf. | Class | io.netty.handler.codec.base64 | Netty |
|
| BinaryHeaders | A typical AsciiString multimap used by protocols that use binary headers (such as HTTP/2) for therepresentation of arbitrary key-value data. | Interface | io.netty.handler.codec | Netty |
|
| BinaryHeaders .EntryVisitor | A visitor that helps reduce GC pressure while iterating over a collection of Headers. | Interface | io.netty.handler.codec.BinaryHeaders | Netty |
|
| BinaryHeaders .NameVisitor | A visitor that helps reduce GC pressure while iterating over a collection of Headers. | Interface | io.netty.handler.codec.BinaryHeaders | Netty |
|
| BinaryMemcacheClientCodec | The client codec that combines the proper encoder and decoder. | Class | io.netty.handler.codec.memcache.binary | Netty |
|
| BinaryMemcacheMessage | An interface that defines a binary Memcache message, providing common properties forBinaryMemcacheRequest and BinaryMemcacheResponse. | Interface | io.netty.handler.codec.memcache.binary | Netty |
|
| BinaryMemcacheObjectAggregator | An object aggregator for the memcache binary protocol. | Class | io.netty.handler.codec.memcache.binary | Netty |
|
| BinaryMemcacheOpcodes | Represents all Opcodes that can occur in a BinaryMemcacheMessage. | Class | io.netty.handler.codec.memcache.binary | Netty |
|
| BinaryMemcacheRequest | Represents a full BinaryMemcacheRequest, which contains the header and optional key and extras. | Interface | io.netty.handler.codec.memcache.binary | Netty |
|
| BinaryMemcacheRequestDecoder | The decoder part which takes care of decoding the request-specific headers. | Class | io.netty.handler.codec.memcache.binary | Netty |
|
| BinaryMemcacheRequestEncoder | The encoder part which takes care of encoding the request headers. | Class | io.netty.handler.codec.memcache.binary | Netty |
|
| BinaryMemcacheResponse | Represents a full BinaryMemcacheResponse, which contains the header and optional key and extras. | Interface | io.netty.handler.codec.memcache.binary | Netty |
|
| BinaryMemcacheResponseDecoder | The decoder which takes care of decoding the response headers. | Class | io.netty.handler.codec.memcache.binary | Netty |
|
| BinaryMemcacheResponseEncoder | The encoder which takes care of encoding the response headers. | Class | io.netty.handler.codec.memcache.binary | Netty |
|
| BinaryMemcacheResponseStatus | Contains all possible status values a BinaryMemcacheResponse can return. | Class | io.netty.handler.codec.memcache.binary | Netty |
|
| BinaryMemcacheServerCodec | The full server codec that combines the correct encoder and decoder. | Class | io.netty.handler.codec.memcache.binary | Netty |
|
| BinaryWebSocketFrame | | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| ByteArrayDecoder | Decodes a received ByteBuf into an array of bytes. | Class | io.netty.handler.codec.bytes | Netty |
|
| ByteArrayEncoder | Encodes the requested array of bytes into a ByteBuf. | Class | io.netty.handler.codec.bytes | Netty |
|
| ByteToMessageCodec | A Codec for on-the-fly encoding/decoding of bytes to messages and vise-versa. | Class | io.netty.handler.codec | Netty |
|
| ByteToMessageDecoder | A ChannelHandler which decodes bytes in a stream-like fashion from one ByteBuf to anFor example here is an implementation which reads all readable bytes from | Class | io.netty.handler.codec | Netty |
|
| ByteToMessageDecoder .Cumulator | | Interface | io.netty.handler.codec.ByteToMessageDecoder | Netty |
|
| Bzip2Decoder | Uncompresses a ByteBuf encoded with the Bzip2 format. | Class | io.netty.handler.codec.compression | Netty |
|
| Bzip2Encoder | Compresses a ByteBuf using the Bzip2 algorithm. | Class | io.netty.handler.codec.compression | Netty |
|
| ClassResolver | | Interface | io.netty.handler.codec.serialization | Netty |
|
| ClassResolvers | | Class | io.netty.handler.codec.serialization | 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 |
|
| CodecException | An Exception which is thrown by a codec. | Class | io.netty.handler.codec | Netty |
|
| CompatibleMarshallingDecoder | ReplayingDecoder which use an Unmarshaller to read the Object out of the ByteBuf. | Class | io.netty.handler.codec.marshalling | Netty |
|
| CompatibleMarshallingEncoder | MessageToByteEncoder implementation which uses JBoss Marshalling to marshalSee JBoss Marshalling website | Class | io.netty.handler.codec.marshalling | Netty |
|
| CompatibleObjectEncoder | An encoder which serializes a Java object into a ByteBuf(interoperability version). | Class | io.netty.handler.codec.serialization | Netty |
|
| CompressionException | An EncoderException that is raised when compression failed. | Class | io.netty.handler.codec.compression | 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 |
|
| ContextBoundUnmarshallerProvider | UnmarshallerProvider which store a reference to the Unmarshaller in theChannelHandlerContext via the AttributeMap. | Class | io.netty.handler.codec.marshalling | Netty |
|
| ContinuationWebSocketFrame | Web Socket continuation frame containing continuation text or binary data. | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| ConvertibleHeaders | Extension to the Headers interface to provide methods which convert thenative UnconvertedType to the not-native ConvertedType | Interface | io.netty.handler.codec | Netty |
|
| ConvertibleHeaders .TypeConverter | | Interface | io.netty.handler.codec.ConvertibleHeaders | Netty |
|
| Cookie | | Interface | io.netty.handler.codec.http | Netty |
|
| CorruptedFrameException | An DecoderException which is thrown when the received frame data could not be decoded bySee Also:Serialized Form | Class | io.netty.handler.codec | 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 |
|
| DecoderException | An CodecException which is thrown by a dencoder. | Class | io.netty.handler.codec | Netty |
|
| DecoderResult | | Class | io.netty.handler.codec | Netty |
|
| DecoderResultProvider | Provides the accessor methods for the DecoderResult property of a decoded message. | Interface | io.netty.handler.codec | Netty |
|
| DecompressionException | A DecoderException that is raised when decompression failed. | Class | io.netty.handler.codec.compression | Netty |
|
| DefaultBinaryHeaders | | Class | io.netty.handler.codec | Netty |
|
| DefaultBinaryMemcacheRequest | The default implementation of the BinaryMemcacheRequest. | Class | io.netty.handler.codec.memcache.binary | Netty |
|
| DefaultBinaryMemcacheResponse | The default implementation of the BinaryMemcacheResponse. | Class | io.netty.handler.codec.memcache.binary | Netty |
|
| DefaultConvertibleHeaders | | Class | io.netty.handler.codec | Netty |
|
| DefaultCookie | The default Cookie implementation. | Class | io.netty.handler.codec.http | Netty |
|
| DefaultFullBinaryMemcacheRequest | The default implementation of a FullBinaryMemcacheRequest. | Class | io.netty.handler.codec.memcache.binary | Netty |
|
| DefaultFullBinaryMemcacheResponse | The default implementation of a FullBinaryMemcacheResponse. | Class | io.netty.handler.codec.memcache.binary | 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 |
|
| DefaultHeaders | | Class | io.netty.handler.codec | Netty |
|
| DefaultHeaders .HashCodeGenerator | Allows users of this interface to specify a hash code other than the default Object. | Interface | io.netty.handler.codec.DefaultHeaders | Netty |
|
| DefaultHeaders .IdentityNameConverter | | Class | io.netty.handler.codec.DefaultHeaders | Netty |
|
| DefaultHeaders .NameConverter | | Interface | io.netty.handler.codec.DefaultHeaders | 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 |
|
| DefaultLastMemcacheContent | The default implementation for the LastMemcacheContent. | Class | io.netty.handler.codec.memcache | Netty |
|
| DefaultLastStompContentSubframe | The default implementation for the LastStompContentSubframe. | Class | io.netty.handler.codec.stomp | Netty |
|
| DefaultMarshallerProvider | Default implementation of MarshallerProvider which just create a new Marshalleron ever getMarshaller(ChannelHandlerContext) call. | Class | io.netty.handler.codec.marshalling | Netty |
|
| DefaultMemcacheContent | The default MemcacheContent implementation. | Class | io.netty.handler.codec.memcache | Netty |
|
| DefaultSocks4CommandRequest | The default Socks4CommandRequest. | Class | io.netty.handler.codec.socksx.v4 | Netty |
|
| DefaultSocks4CommandResponse | The default Socks4CommandResponse. | Class | io.netty.handler.codec.socksx.v4 | Netty |
|
| DefaultSocks5CommandRequest | The default Socks5CommandRequest. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| DefaultSocks5CommandResponse | The default Socks5CommandResponse. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| DefaultSocks5InitialRequest | The default Socks5InitialRequest. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| DefaultSocks5InitialResponse | The default Socks5InitialResponse. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| DefaultSocks5PasswordAuthRequest | The default Socks5PasswordAuthRequest. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| DefaultSocks5PasswordAuthResponse | The default Socks5PasswordAuthResponse. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| DefaultSpdyDataFrame | The default SpdyDataFrame implementation. | Class | io.netty.handler.codec.spdy | Netty |
|
| DefaultSpdyGoAwayFrame | The default SpdyGoAwayFrame implementation. | Class | io.netty.handler.codec.spdy | Netty |
|
| DefaultSpdyHeaders | | Class | io.netty.handler.codec.spdy | Netty |
|
| DefaultSpdyHeadersFrame | The default SpdyHeadersFrame implementation. | Class | io.netty.handler.codec.spdy | Netty |
|
| DefaultSpdyPingFrame | The default SpdyPingFrame implementation. | Class | io.netty.handler.codec.spdy | Netty |
|
| DefaultSpdyRstStreamFrame | The default SpdyRstStreamFrame implementation. | Class | io.netty.handler.codec.spdy | Netty |
|
| DefaultSpdySettingsFrame | The default SpdySettingsFrame implementation. | Class | io.netty.handler.codec.spdy | Netty |
|
| DefaultSpdyStreamFrame | The default SpdyStreamFrame implementation. | Class | io.netty.handler.codec.spdy | Netty |
|
| DefaultSpdySynReplyFrame | The default SpdySynReplyFrame implementation. | Class | io.netty.handler.codec.spdy | Netty |
|
| DefaultSpdySynStreamFrame | The default SpdySynStreamFrame implementation. | Class | io.netty.handler.codec.spdy | Netty |
|
| DefaultSpdyWindowUpdateFrame | The default SpdyWindowUpdateFrame implementation. | Class | io.netty.handler.codec.spdy | Netty |
|
| DefaultStompContentSubframe | The default StompContentSubframe implementation. | Class | io.netty.handler.codec.stomp | Netty |
|
| DefaultStompFrame | Default implementation of StompFrame. | Class | io.netty.handler.codec.stomp | Netty |
|
| DefaultStompHeaders | | Class | io.netty.handler.codec.stomp | Netty |
|
| DefaultStompHeadersSubframe | Default implementation of StompHeadersSubframe. | Class | io.netty.handler.codec.stomp | Netty |
|
| DefaultTextHeaders | | Class | io.netty.handler.codec | Netty |
|
| DefaultTextHeaders .DefaultTextValueTypeConverter | | Class | io.netty.handler.codec.DefaultTextHeaders | Netty |
|
| DefaultUnmarshallerProvider | Default implementation of UnmarshallerProvider which will just create a new Unmarshalleron every call to getUnmarshaller(ChannelHandlerContext) | Class | io.netty.handler.codec.marshalling | 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 |
|
| DelimiterBasedFrameDecoder | A decoder that splits the received ByteBufs by one or moredelimiters. | Class | io.netty.handler.codec | Netty |
|
| Delimiters | A set of commonly used delimiters for DelimiterBasedFrameDecoder. | Class | io.netty.handler.codec | Netty |
|
| DiskAttribute | | Class | io.netty.handler.codec.http.multipart | Netty |
|
| DiskFileUpload | | Class | io.netty.handler.codec.http.multipart | Netty |
|
| DnsClass | | Class | io.netty.handler.codec.dns | Netty |
|
| DnsEntry | A class representing entries in a DNS packet (questions, and all resourcerecords). | Class | io.netty.handler.codec.dns | Netty |
|
| DnsHeader | The header super-class which includes information shared by DNS query andresponse packet headers such as the ID, opcode, and type. | Class | io.netty.handler.codec.dns | Netty |
|
| DnsMessage | The message super-class which contains core information concerning DNSpackets, both outgoing and incoming. | Class | io.netty.handler.codec.dns | Netty |
|
| DnsQuery | A DNS query packet which is sent to a server to receive a DNS response packetwith information answering a DnsQuery's questions. | Class | io.netty.handler.codec.dns | Netty |
|
| DnsQueryEncoder | DnsQueryEncoder accepts DnsQuery and encodes to ByteBuf. | Class | io.netty.handler.codec.dns | Netty |
|
| DnsQueryHeader | | Class | io.netty.handler.codec.dns | Netty |
|
| DnsQuestion | The DNS question class which represents a question being sent to a server viaa query, or the question being duplicated and sent back in a response. | Class | io.netty.handler.codec.dns | Netty |
|
| DnsResource | | Class | io.netty.handler.codec.dns | Netty |
|
| DnsResponse | | Class | io.netty.handler.codec.dns | Netty |
|
| DnsResponseCode | Represents the possible response codes a server may send after receiving aquery. | Class | io.netty.handler.codec.dns | Netty |
|
| DnsResponseDecoder | DnsResponseDecoder accepts DatagramPacket and encodes toDnsResponse. | Class | io.netty.handler.codec.dns | Netty |
|
| DnsResponseHeader | The DNS response header class which is used when receiving data from a DNSserver. | Class | io.netty.handler.codec.dns | Netty |
|
| DnsType | Represents a DNS record type. | Class | io.netty.handler.codec.dns | Netty |
|
| EmptyBinaryHeaders | | Class | io.netty.handler.codec | Netty |
|
| EmptyConvertibleHeaders | | Class | io.netty.handler.codec | Netty |
|
| EmptyHeaders | | Class | io.netty.handler.codec | Netty |
|
| EmptyHttp2Headers | | Class | io.netty.handler.codec.http2 | Netty |
|
| EmptyHttpHeaders | | Class | io.netty.handler.codec.http | Netty |
|
| EmptyTextHeaders | | Class | io.netty.handler.codec | Netty |
|
| EncoderException | An CodecException which is thrown by an encoder. | Class | io.netty.handler.codec | Netty |
|
| FastLzFrameDecoder | Uncompresses a ByteBuf encoded by FastLzFrameEncoder using the FastLZ algorithm. | Class | io.netty.handler.codec.compression | Netty |
|
| FastLzFrameEncoder | Compresses a ByteBuf using the FastLZ algorithm. | Class | io.netty.handler.codec.compression | Netty |
|
| FileUpload | FileUpload interface that could be in memory, on temporary file or any other implementations. | Interface | io.netty.handler.codec.http.multipart | Netty |
|
| FixedLengthFrameDecoder | A decoder that splits the received ByteBufs by the fixed numberof bytes. | Class | io.netty.handler.codec | Netty |
|
| FullBinaryMemcacheRequest | A BinaryMemcacheRequest that also includes the content. | Interface | io.netty.handler.codec.memcache.binary | Netty |
|
| FullBinaryMemcacheResponse | A BinaryMemcacheResponse that also includes the content. | Interface | io.netty.handler.codec.memcache.binary | 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 |
|
| FullMemcacheMessage | Combines MemcacheMessage and LastMemcacheContent into onemessage. | Interface | io.netty.handler.codec.memcache | Netty |
|
| HAProxyCommand | The command of an HAProxy proxy protocol headerEnum Constant Summary | Class | io.netty.handler.codec.haproxy | Netty |
|
| HAProxyMessage | | Class | io.netty.handler.codec.haproxy | Netty |
|
| HAProxyMessageDecoder | Decodes an HAProxy proxy protocol headerSee Also:Proxy Protocol Specification | Class | io.netty.handler.codec.haproxy | Netty |
|
| HAProxyProtocolException | A DecoderException which is thrown when an invalid HAProxy proxy protocol header is encounteredSee Also:Serialized Form | Class | io.netty.handler.codec.haproxy | Netty |
|
| HAProxyProtocolVersion | enum HAProxyProtocolVersionThe HAProxy proxy protocol specification version. | Class | io.netty.handler.codec.haproxy | Netty |
|
| HAProxyProxiedProtocol | enum HAProxyProxiedProtocolA protocol proxied by HAProxy which is represented by its transport protocol and address family. | Class | io.netty.handler.codec.haproxy | Netty |
|
| HAProxyProxiedProtocol .AddressFamily | The address family of an HAProxy proxy protocol header. | Class | io.netty.handler.codec.haproxy.HAProxyProxiedProtocol | Netty |
|
| HAProxyProxiedProtocol .TransportProtocol | The transport protocol of an HAProxy proxy protocol headerThe DGRAM transport protocol represents a connection which was forwarded for a UDP connection. | Class | io.netty.handler.codec.haproxy.HAProxyProxiedProtocol | Netty |
|
| Headers | | Interface | io.netty.handler.codec | Netty |
|
| Headers .EntryVisitor | A visitor that helps reduce GC pressure while iterating over a collection of Headers. | Interface | io.netty.handler.codec.Headers | Netty |
|
| Headers .NameVisitor | A visitor that helps reduce GC pressure while iterating over a collection of Headers. | Interface | io.netty.handler.codec.Headers | Netty |
|
| Headers .ValueConverter | | Interface | io.netty.handler.codec.Headers | 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 |
|
| JdkZlibDecoder | Decompress a ByteBuf using the inflate algorithm. | Class | io.netty.handler.codec.compression | Netty |
|
| JdkZlibEncoder | Compresses a ByteBuf using the deflate algorithm. | Class | io.netty.handler.codec.compression | Netty |
|
| JsonObjectDecoder | Splits a byte stream of JSON objects and arrays into individual objects/arrays and passes them up theThis class does not do any real parsing or validation. | Class | io.netty.handler.codec.json | Netty |
|
| JZlibDecoder | | Class | io.netty.handler.codec.compression | Netty |
|
| JZlibEncoder | Compresses a ByteBuf using the deflate algorithm. | Class | io.netty.handler.codec.compression | Netty |
|
| LastHttpContent | The last HttpContent which has trailing headers. | Interface | io.netty.handler.codec.http | Netty |
|
| LastMemcacheContent | The MemcacheContent which signals the end of the content batch. | Interface | io.netty.handler.codec.memcache | Netty |
|
| LastStompContentSubframe | The last StompContentSubframe which signals the end of the content batchNote, even when no content is emitted by the protocol, an | Interface | io.netty.handler.codec.stomp | Netty |
|
| LengthFieldBasedFrameDecoder | A decoder that splits the received ByteBufs dynamically by thevalue of the length field in the message. | Class | io.netty.handler.codec | Netty |
|
| LengthFieldPrepender | An encoder that prepends the length of the message. | Class | io.netty.handler.codec | Netty |
|
| LineBasedFrameDecoder | A decoder that splits the received ByteBufs on line endings. | Class | io.netty.handler.codec | Netty |
|
| Lz4FrameDecoder | Uncompresses a ByteBuf encoded with the LZ4 format. | Class | io.netty.handler.codec.compression | Netty |
|
| Lz4FrameEncoder | Compresses a ByteBuf using the LZ4 format. | Class | io.netty.handler.codec.compression | Netty |
|
| LzfDecoder | Uncompresses a ByteBuf encoded with the LZF format. | Class | io.netty.handler.codec.compression | Netty |
|
| LzfEncoder | Compresses a ByteBuf using the LZF format. | Class | io.netty.handler.codec.compression | Netty |
|
| LzmaFrameEncoder | Compresses a ByteBuf using the LZMA algorithm. | Class | io.netty.handler.codec.compression | Netty |
|
| MarshallerProvider | This provider is responsible to get a Marshaller for the given ChannelHandlerContext. | Interface | io.netty.handler.codec.marshalling | Netty |
|
| MarshallingDecoder | Decoder which MUST be used with MarshallingEncoder. | Class | io.netty.handler.codec.marshalling | Netty |
|
| MarshallingEncoder | MessageToByteEncoder implementation which uses JBoss Marshalling to marshalan Object. | Class | io.netty.handler.codec.marshalling | Netty |
|
| MemcacheContent | An Memcache content chunk. | Interface | io.netty.handler.codec.memcache | Netty |
|
| MemcacheMessage | Marker interface for both ascii and binary messages. | Interface | io.netty.handler.codec.memcache | Netty |
|
| MemcacheObject | Defines a common interface for all MemcacheObject implementations. | Interface | io.netty.handler.codec.memcache | 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 |
|
| MessageAggregationException | Raised by MessageAggregator when aggregation fails due to an unexpected message sequence. | Class | io.netty.handler.codec | Netty |
|
| MessageAggregator | An abstract ChannelHandler that aggregates a series of message objects into a single aggregated message. | Class | io.netty.handler.codec | Netty |
|
| MessageToByteEncoder | ChannelHandlerAdapter which encodes message in a stream-like fashion from one message to anExample implementation which encodes Integers to a ByteBuf. | Class | io.netty.handler.codec | Netty |
|
| MessageToMessageCodec | A Codec for on-the-fly encoding/decoding of message. | Class | io.netty.handler.codec | Netty |
|
| MessageToMessageDecoder | A ChannelHandler which decodes from one message to an other message. | Class | io.netty.handler.codec | Netty |
|
| MessageToMessageEncoder | A ChannelHandler which encodes from one message to an other messageFor example here is an implementation which decodes an Integer to an String. | Class | io.netty.handler.codec | Netty |
|
| MixedAttribute | | Class | io.netty.handler.codec.http.multipart | Netty |
|
| MixedFileUpload | | Class | io.netty.handler.codec.http.multipart | Netty |
|
| MqttConnAckMessage | See MQTTV3. | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttConnAckVariableHeader | | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttConnectMessage | See MQTTV3. | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttConnectPayload | | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttConnectReturnCode | enum MqttConnectReturnCodeReturn Code of MqttConnAckMessage | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttConnectVariableHeader | | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttDecoder | Decodes Mqtt messages from bytes, followingthe MQTT protocl specification v3. | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttEncoder | Encodes Mqtt messages into bytes following the protocl specification v3. | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttFixedHeader | MQTTV3. | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttIdentifierRejectedException | A MqttIdentifierRejectedException which is thrown when a CONNECT request contains invalid client identifier. | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttMessage | Base class for all MQTT message types. | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttMessageFactory | Utility class with factory methods to create different types of MQTT messages. | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttMessageIdVariableHeader | | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttMessageType | enum MqttMessageTypeEnum Constant Summary | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttPubAckMessage | | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttPublishMessage | See MQTTV3. | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttPublishVariableHeader | | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttQoS | | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttSubAckMessage | | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttSubAckPayload | | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttSubscribeMessage | | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttSubscribePayload | | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttTopicSubscription | Contains a topic name and Qos Level. | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttUnacceptableProtocolVersionException | A MqttUnacceptableProtocolVersionException which is thrown whena CONNECT request contains unacceptable protocol version. | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttUnsubAckMessage | See MQTTV3. | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttUnsubscribeMessage | MQTTV3. | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttUnsubscribePayload | | Class | io.netty.handler.codec.mqtt | Netty |
|
| MqttVersion | Mqtt version specific constant values used by multiple classes in mqtt-codec. | Class | io.netty.handler.codec.mqtt | Netty |
|
| ObjectDecoder | A decoder which deserializes the received ByteBufs into JavaPlease note that the serialized form this decoder expects is not | Class | io.netty.handler.codec.serialization | Netty |
|
| ObjectDecoderInputStream | An ObjectInput which is interoperable with ObjectEncoderand ObjectEncoderOutputStream. | Class | io.netty.handler.codec.serialization | Netty |
|
| ObjectEncoder | An encoder which serializes a Java object into a ByteBuf. | Class | io.netty.handler.codec.serialization | Netty |
|
| ObjectEncoderOutputStream | An ObjectOutput which is interoperable with ObjectDecoderand ObjectDecoderInputStream. | Class | io.netty.handler.codec.serialization | 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 |
|
| PrematureChannelClosureException | A CodecException which is thrown when a Channel is closed unexpectedly beforethe codec finishes handling the current message, such as missing response while waiting for a | Class | io.netty.handler.codec | Netty |
|
| ProtobufDecoder | Decodes a received ByteBuf into aGoogle Protocol Buffers | Class | io.netty.handler.codec.protobuf | Netty |
|
| ProtobufEncoder | Encodes the requested GoogleProtocol Buffers Message and MessageLite into a | Class | io.netty.handler.codec.protobuf | Netty |
|
| ProtobufVarint32FrameDecoder | A decoder that splits the received ByteBufs dynamically by thevalue of the Google Protocol Buffers | Class | io.netty.handler.codec.protobuf | Netty |
|
| ProtobufVarint32LengthFieldPrepender | An encoder that prepends the the Google Protocol Buffers128 Varints integer length field. | Class | io.netty.handler.codec.protobuf | 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 |
|
| ReplayingDecoder | A specialized variation of ByteToMessageDecoder which enables implementationof a non-blocking decoder in the blocking I/O paradigm. | Class | io.netty.handler.codec | Netty |
|
| RtspHeaderNames | Standard RTSP header names. | Class | io.netty.handler.codec.rtsp | Netty |
|
| RtspHeaderValues | Standard RTSP header names. | Class | io.netty.handler.codec.rtsp | Netty |
|
| RtspMethods | The request getMethod of RTSP. | Class | io.netty.handler.codec.rtsp | Netty |
|
| RtspObjectDecoder | Decodes ByteBufs into RTSP messages represented inParameters that prevents excessive memory consumption | Class | io.netty.handler.codec.rtsp | Netty |
|
| RtspObjectEncoder | | Class | io.netty.handler.codec.rtsp | Netty |
|
| RtspRequestDecoder | Decodes ByteBufs into RTSP requests represented inParameters that prevents excessive memory consumption | Class | io.netty.handler.codec.rtsp | Netty |
|
| RtspRequestEncoder | | Class | io.netty.handler.codec.rtsp | Netty |
|
| RtspResponseDecoder | Decodes ByteBufs into RTSP responses represented inParameters that prevents excessive memory consumption | Class | io.netty.handler.codec.rtsp | Netty |
|
| RtspResponseEncoder | | Class | io.netty.handler.codec.rtsp | Netty |
|
| RtspResponseStatuses | The getStatus code and its description of a RTSP response. | Class | io.netty.handler.codec.rtsp | Netty |
|
| RtspVersions | The version of RTSP. | Class | io.netty.handler.codec.rtsp | Netty |
|
| SctpInboundByteStreamHandler | A ChannelHandler which receives SctpMessages which belong to a application protocol form a specificSCTP Stream and decode it as ByteBuf. | Class | io.netty.handler.codec.sctp | Netty |
|
| SctpMessageCompletionHandler | MessageToMessageDecoder which will take care of handle fragmented SctpMessages, soonly complete SctpMessages will be forwarded to the next | Class | io.netty.handler.codec.sctp | Netty |
|
| SctpMessageToMessageDecoder | | Class | io.netty.handler.codec.sctp | Netty |
|
| SctpOutboundByteStreamHandler | A ChannelHandler which transform ByteBuf to SctpMessage and send it through a specific streamwith given protocol identifier. | Class | io.netty.handler.codec.sctp | 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 |
|
| SnappyFrameDecoder | Uncompresses a ByteBuf encoded with the Snappy framing format. | Class | io.netty.handler.codec.compression | Netty |
|
| SnappyFrameEncoder | Compresses a ByteBuf using the Snappy framing format. | Class | io.netty.handler.codec.compression | Netty |
|
| Socks4ClientDecoder | Decodes a single Socks4CommandResponse from the inbound ByteBufs. | Class | io.netty.handler.codec.socksx.v4 | Netty |
|
| Socks4ClientEncoder | Encodes a Socks4CommandRequest into a ByteBuf. | Class | io.netty.handler.codec.socksx.v4 | Netty |
|
| Socks4CommandRequest | A SOCKS4a CONNECT or BIND request. | Interface | io.netty.handler.codec.socksx.v4 | Netty |
|
| Socks4CommandResponse | | Interface | io.netty.handler.codec.socksx.v4 | Netty |
|
| Socks4CommandStatus | The status of Socks4CommandResponse. | Class | io.netty.handler.codec.socksx.v4 | Netty |
|
| Socks4CommandType | The type of Socks4CommandRequest. | Class | io.netty.handler.codec.socksx.v4 | Netty |
|
| Socks4Message | A tag interface that all SOCKS4a protocol messages implement. | Interface | io.netty.handler.codec.socksx.v4 | Netty |
|
| Socks4ServerDecoder | Decodes a single Socks4CommandRequest from the inbound ByteBufs. | Class | io.netty.handler.codec.socksx.v4 | Netty |
|
| Socks4ServerEncoder | Encodes a Socks4CommandResponse into a ByteBuf. | Class | io.netty.handler.codec.socksx.v4 | Netty |
|
| Socks5AddressDecoder | Decodes a SOCKS5 address field into its string representation. | Interface | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5AddressEncoder | Encodes a SOCKS5 address into binary representation. | Interface | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5AddressType | The type of address in Socks5CommandRequest and Socks5CommandResponse. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5AuthMethod | The authentication method of SOCKS5. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5ClientEncoder | Encodes a client-side Socks5Message into a ByteBuf. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5CommandRequest | A SOCKS5 request detail message, as defined inthe section 4, RFC1928. | Interface | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5CommandRequestDecoder | Decodes a single Socks5CommandRequest from the inbound ByteBufs. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5CommandResponse | A response to a SOCKS5 request detail message, as defined inthe section 6, RFC1928. | Interface | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5CommandResponseDecoder | Decodes a single Socks5CommandResponse from the inbound ByteBufs. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5CommandStatus | The status of Socks5CommandResponse. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5CommandType | The type of Socks5CommandRequest. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5InitialRequest | An initial SOCKS5 authentication method selection request, as defined inthe section 3, RFC1928. | Interface | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5InitialRequestDecoder | Decodes a single Socks5InitialRequest from the inbound ByteBufs. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5InitialResponse | An initial SOCKS5 authentication method selection request, as defined inthe section 3, RFC1928. | Interface | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5InitialResponseDecoder | Decodes a single Socks5InitialResponse from the inbound ByteBufs. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5Message | A tag interface that all SOCKS5 protocol messages implement. | Interface | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5PasswordAuthRequest | A SOCKS5 subnegotiation request for username-password authentication, as defined inthe section 2, RFC1929. | Interface | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5PasswordAuthRequestDecoder | Decodes a single Socks5PasswordAuthRequest from the inbound ByteBufs. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5PasswordAuthResponse | A SOCKS5 subnegotiation response for username-password authentication, as defined inthe section 2, RFC1929. | Interface | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5PasswordAuthResponseDecoder | Decodes a single Socks5PasswordAuthResponse from the inbound ByteBufs. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5PasswordAuthStatus | The status of Socks5PasswordAuthResponse. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| Socks5ServerEncoder | Encodes a server-side Socks5Message into a ByteBuf. | Class | io.netty.handler.codec.socksx.v5 | Netty |
|
| SocksMessage | An interface that all SOCKS protocol messages implement. | Interface | io.netty.handler.codec.socksx | Netty |
|
| SocksPortUnificationServerHandler | Detects the version of the current SOCKS connection and initializes the pipeline withSocks4ServerDecoder or Socks5InitialRequestDecoder. | Class | io.netty.handler.codec.socksx | Netty |
|
| SocksVersion | The version of SOCKS protocol. | Class | io.netty.handler.codec.socksx | Netty |
|
| SpdyDataFrame | | Interface | io.netty.handler.codec.spdy | Netty |
|
| SpdyFrameCodec | A ChannelHandler that encodes and decodes SPDY Frames. | Class | io.netty.handler.codec.spdy | Netty |
|
| SpdyFrameDecoder | Decodes ByteBufs into SPDY Frames. | Class | io.netty.handler.codec.spdy | Netty |
|
| SpdyFrameDecoderDelegate | Callback interface for SpdyFrameDecoder. | Interface | io.netty.handler.codec.spdy | Netty |
|
| SpdyFrameEncoder | Encodes a SPDY Frame into a ByteBuf. | Class | io.netty.handler.codec.spdy | Netty |
|
| SpdyGoAwayFrame | | Interface | io.netty.handler.codec.spdy | Netty |
|
| SpdyHeaderBlockRawDecoder | | Class | io.netty.handler.codec.spdy | Netty |
|
| SpdyHeaderBlockRawEncoder | | Class | io.netty.handler.codec.spdy | Netty |
|
| SpdyHeaders | Provides the constants for the standard SPDY HTTP header names and commonlyused utility methods that access a SpdyHeadersFrame. | Interface | io.netty.handler.codec.spdy | Netty |
|
| SpdyHeaders .HttpNames | | Class | io.netty.handler.codec.spdy.SpdyHeaders | Netty |
|
| SpdyHeadersFrame | | Interface | io.netty.handler.codec.spdy | Netty |
|
| SpdyHttpCodec | | Class | io.netty.handler.codec.spdy | Netty |
|
| SpdyHttpDecoder | Decodes SpdySynStreamFrames, SpdySynReplyFrames,and SpdyDataFrames into FullHttpRequests and FullHttpResponses. | Class | io.netty.handler.codec.spdy | Netty |
|
| SpdyHttpEncoder | Encodes HttpRequests, HttpResponses, and HttpContentsinto SpdySynStreamFrames and SpdySynReplyFrames. | Class | io.netty.handler.codec.spdy | Netty |
|
| SpdyHttpHeaders | Provides the constants for the header names used by the SpdyHttpDecoder and SpdyHttpEncoder. | Class | io.netty.handler.codec.spdy | Netty |
|
| SpdyHttpHeaders .Names | | Class | io.netty.handler.codec.spdy.SpdyHttpHeaders | Netty |
|
| SpdyHttpResponseStreamIdHandler | MessageToMessageCodec that takes care of adding the right SpdyHttpHeaders. | Class | io.netty.handler.codec.spdy | Netty |
|
| SpdyOrHttpChooser | ChannelHandler which is responsible to setup the ChannelPipeline either for HTTP or SPDY. | Class | io.netty.handler.codec.spdy | Netty |
|
| SpdyOrHttpChooser .SelectedProtocol | | Class | io.netty.handler.codec.spdy.SpdyOrHttpChooser | Netty |
|
| SpdyPingFrame | | Interface | io.netty.handler.codec.spdy | Netty |
|
| SpdyProtocolException | | Class | io.netty.handler.codec.spdy | Netty |
|
| SpdyRstStreamFrame | | Interface | io.netty.handler.codec.spdy | Netty |
|
| SpdySessionHandler | Manages streams within a SPDY session. | Class | io.netty.handler.codec.spdy | Netty |
|
| SpdySessionStatus | The SPDY session status code and its description. | Class | io.netty.handler.codec.spdy | Netty |
|
| SpdySettingsFrame | | Interface | io.netty.handler.codec.spdy | Netty |
|
| SpdyStreamFrame | | Interface | io.netty.handler.codec.spdy | Netty |
|
| SpdyStreamStatus | The SPDY stream status code and its description. | Class | io.netty.handler.codec.spdy | Netty |
|
| SpdySynReplyFrame | | Interface | io.netty.handler.codec.spdy | Netty |
|
| SpdySynStreamFrame | | Interface | io.netty.handler.codec.spdy | Netty |
|
| SpdyVersion | | Class | io.netty.handler.codec.spdy | Netty |
|
| SpdyWindowUpdateFrame | | Interface | io.netty.handler.codec.spdy | Netty |
|
| StompCommand | | Class | io.netty.handler.codec.stomp | Netty |
|
| StompContentSubframe | An STOMP chunk which is used for STOMP chunked transfer-encoding. | Interface | io.netty.handler.codec.stomp | Netty |
|
| StompFrame | Combines StompHeadersSubframe and LastStompContentSubframe into oneframe. | Interface | io.netty.handler.codec.stomp | Netty |
|
| StompHeaders | The multimap data structure for the STOMP header names and values. | Interface | io.netty.handler.codec.stomp | Netty |
|
| StompHeadersSubframe | An interface that defines a StompFrame's command and headers. | Interface | io.netty.handler.codec.stomp | Netty |
|
| StompSubframe | Defines a common interface for all StompSubframe implementations. | Interface | io.netty.handler.codec.stomp | Netty |
|
| StompSubframeAggregator | A ChannelHandler that aggregates an StompHeadersSubframeand its following StompContentSubframes into a single StompFrame. | Class | io.netty.handler.codec.stomp | Netty |
|
| StompSubframeDecoder | Decodes ByteBufs into StompHeadersSubframes andStompContentSubframes. | Class | io.netty.handler.codec.stomp | Netty |
|
| StompSubframeEncoder | Encodes a StompFrame or a StompSubframe into a ByteBuf. | Class | io.netty.handler.codec.stomp | Netty |
|
| StringDecoder | Decodes a received ByteBuf into a String. | Class | io.netty.handler.codec.string | Netty |
|
| StringEncoder | Encodes the requested String into a ByteBuf. | Class | io.netty.handler.codec.string | Netty |
|
| TextHeaders | A typical string multimap used by text protocols such as HTTP for the representation of arbitrary key-value data. | Interface | io.netty.handler.codec | Netty |
|
| TextHeaders .EntryVisitor | A visitor that helps reduce GC pressure while iterating over a collection of Headers. | Interface | io.netty.handler.codec.TextHeaders | Netty |
|
| TextHeaders .NameVisitor | A visitor that helps reduce GC pressure while iterating over a collection of Headers. | Interface | io.netty.handler.codec.TextHeaders | Netty |
|
| TextWebSocketFrame | | Class | io.netty.handler.codec.http.websocketx | Netty |
|
| ThreadLocalMarshallerProvider | UnmarshallerProvider implementation which use a ThreadLocal to store referencesto Marshaller instances. | Class | io.netty.handler.codec.marshalling | Netty |
|
| ThreadLocalUnmarshallerProvider | UnmarshallerProvider implementation which use a ThreadLocal to store referencesto Unmarshaller instances. | Class | io.netty.handler.codec.marshalling | Netty |
|
| TooLongFrameException | An DecoderException which is thrown when the length of the framedecoded is greater than the allowed maximum. | Class | io.netty.handler.codec | Netty |
|
| UnmarshallerProvider | | Interface | io.netty.handler.codec.marshalling | Netty |
|
| UnsupportedMessageTypeException | Thrown if an unsupported message is received by an codec. | Class | io.netty.handler.codec | 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 |
|
| XmlFrameDecoder | A frame decoder for single separate XML based message streams. | Class | io.netty.handler.codec.xml | Netty |
|
| ZlibCodecFactory | Creates a new ZlibEncoder and a new ZlibDecoder. | Class | io.netty.handler.codec.compression | Netty |
|
| ZlibDecoder | Decompresses a ByteBuf using the deflate algorithm. | Class | io.netty.handler.codec.compression | Netty |
|
| ZlibEncoder | Compresses a ByteBuf using the deflate algorithm. | Class | io.netty.handler.codec.compression | Netty |
|
| ZlibWrapper | The container file formats that wrap the stream compressed by the DEFLATEEnum Constant Summary | Class | io.netty.handler.codec.compression | Netty |