Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Io.netty.handler.codec Classes and Interfaces - 525 results found.
NameDescriptionTypePackageFramework
AbstractBinaryMemcacheDecoderDecoder for both BinaryMemcacheRequest and BinaryMemcacheResponse.Classio.netty.handler.codec.memcache.binaryNetty
AbstractBinaryMemcacheEncoderA MessageToByteEncoder that encodes binary memache messages into bytes.Classio.netty.handler.codec.memcache.binaryNetty
AbstractBinaryMemcacheMessageDefault implementation of a BinaryMemcacheMessage.Classio.netty.handler.codec.memcache.binaryNetty
AbstractDiskHttpDataClassio.netty.handler.codec.http.multipartNetty
AbstractHttpDataClassio.netty.handler.codec.http.multipartNetty
AbstractMemcacheObjectThe default MemcacheObject implementation.Classio.netty.handler.codec.memcacheNetty
AbstractMemcacheObjectAggregatorA ChannelHandler that aggregates an MemcacheMessageand its following MemcacheContents into a single MemcacheMessage withClassio.netty.handler.codec.memcacheNetty
AbstractMemcacheObjectDecoderAbstract super class for both ascii and binary decoders.Classio.netty.handler.codec.memcacheNetty
AbstractMemcacheObjectEncoderA general purpose AbstractMemcacheObjectEncoder that encodes MemcacheMessages.Classio.netty.handler.codec.memcacheNetty
AbstractMemoryHttpDataClassio.netty.handler.codec.http.multipartNetty
AbstractSocks4MessageAn abstract Socks4Message.Classio.netty.handler.codec.socksx.v4Netty
AbstractSocks5MessageAn abstract Socks5Message.Classio.netty.handler.codec.socksx.v5Netty
AbstractSocksMessageAn abstract SocksMessage.Classio.netty.handler.codec.socksxNetty
AsciiHeadersEncoderClassio.netty.handler.codecNetty
AsciiHeadersEncoder .NewlineTypeThe newline characters to insert between header entries.Classio.netty.handler.codec.AsciiHeadersEncoderNetty
AsciiHeadersEncoder .SeparatorTypeThe separator characters to insert between a header name and a header value.Classio.netty.handler.codec.AsciiHeadersEncoderNetty
AsciiStringA string which has been encoded into a character encoding whose character always takes a single byte, similarly toASCII.Classio.netty.handler.codecNetty
AttributeInterfaceio.netty.handler.codec.http.multipartNetty
Base64Utility class for ByteBuf that encodes and decodes to and fromThe encoding and decoding algorithm in this class has been derived fromClassio.netty.handler.codec.base64Netty
Base64DecoderDecodes a Base64-encoded ByteBuf or US-ASCII Stringinto a ByteBuf.Classio.netty.handler.codec.base64Netty
Base64DialectEnumeration of supported Base64 dialects.Classio.netty.handler.codec.base64Netty
Base64EncoderEncodes a ByteBuf into a Base64-encoded ByteBuf.Classio.netty.handler.codec.base64Netty
BinaryHeadersA typical AsciiString multimap used by protocols that use binary headers (such as HTTP/2) for therepresentation of arbitrary key-value data.Interfaceio.netty.handler.codecNetty
BinaryHeaders .EntryVisitorA visitor that helps reduce GC pressure while iterating over a collection of Headers.Interfaceio.netty.handler.codec.BinaryHeadersNetty
BinaryHeaders .NameVisitorA visitor that helps reduce GC pressure while iterating over a collection of Headers.Interfaceio.netty.handler.codec.BinaryHeadersNetty
BinaryMemcacheClientCodecThe client codec that combines the proper encoder and decoder.Classio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheMessageAn interface that defines a binary Memcache message, providing common properties forBinaryMemcacheRequest and BinaryMemcacheResponse.Interfaceio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheObjectAggregatorAn object aggregator for the memcache binary protocol.Classio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheOpcodesRepresents all Opcodes that can occur in a BinaryMemcacheMessage.Classio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheRequestRepresents a full BinaryMemcacheRequest, which contains the header and optional key and extras.Interfaceio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheRequestDecoderThe decoder part which takes care of decoding the request-specific headers.Classio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheRequestEncoderThe encoder part which takes care of encoding the request headers.Classio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheResponseRepresents a full BinaryMemcacheResponse, which contains the header and optional key and extras.Interfaceio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheResponseDecoderThe decoder which takes care of decoding the response headers.Classio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheResponseEncoderThe encoder which takes care of encoding the response headers.Classio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheResponseStatusContains all possible status values a BinaryMemcacheResponse can return.Classio.netty.handler.codec.memcache.binaryNetty
BinaryMemcacheServerCodecThe full server codec that combines the correct encoder and decoder.Classio.netty.handler.codec.memcache.binaryNetty
BinaryWebSocketFrameClassio.netty.handler.codec.http.websocketxNetty
ByteArrayDecoderDecodes a received ByteBuf into an array of bytes.Classio.netty.handler.codec.bytesNetty
ByteArrayEncoderEncodes the requested array of bytes into a ByteBuf.Classio.netty.handler.codec.bytesNetty
ByteToMessageCodecA Codec for on-the-fly encoding/decoding of bytes to messages and vise-versa.Classio.netty.handler.codecNetty
ByteToMessageDecoderA ChannelHandler which decodes bytes in a stream-like fashion from one ByteBuf to anFor example here is an implementation which reads all readable bytes fromClassio.netty.handler.codecNetty
ByteToMessageDecoder .CumulatorInterfaceio.netty.handler.codec.ByteToMessageDecoderNetty
Bzip2DecoderUncompresses a ByteBuf encoded with the Bzip2 format.Classio.netty.handler.codec.compressionNetty
Bzip2EncoderCompresses a ByteBuf using the Bzip2 algorithm.Classio.netty.handler.codec.compressionNetty
ClassResolverInterfaceio.netty.handler.codec.serializationNetty
ClassResolversClassio.netty.handler.codec.serializationNetty
ClientCookieDecoderA RFC6265 compliant cookie decoder to be used client side.Classio.netty.handler.codec.httpNetty
ClientCookieEncoderA RFC6265 compliant cookie encoder to be used client side,so only name=value pairs are sent.Classio.netty.handler.codec.httpNetty
CloseWebSocketFrameClassio.netty.handler.codec.http.websocketxNetty
CodecExceptionAn Exception which is thrown by a codec.Classio.netty.handler.codecNetty
CompatibleMarshallingDecoderReplayingDecoder which use an Unmarshaller to read the Object out of the ByteBuf.Classio.netty.handler.codec.marshallingNetty
CompatibleMarshallingEncoderMessageToByteEncoder implementation which uses JBoss Marshalling to marshalSee JBoss Marshalling websiteClassio.netty.handler.codec.marshallingNetty
CompatibleObjectEncoderAn encoder which serializes a Java object into a ByteBuf(interoperability version).Classio.netty.handler.codec.serializationNetty
CompressionExceptionAn EncoderException that is raised when compression failed.Classio.netty.handler.codec.compressionNetty
CompressorHttp2ConnectionEncoderA HTTP2 encoder that will compress data frames according to the content-encoding header for each stream.Classio.netty.handler.codec.http2Netty
CompressorHttp2ConnectionEncoder .BuilderClassio.netty.handler.codec.http2.CompressorHttp2ConnectionEncoderNetty
ContextBoundUnmarshallerProviderUnmarshallerProvider which store a reference to the Unmarshaller in theChannelHandlerContext via the AttributeMap.Classio.netty.handler.codec.marshallingNetty
ContinuationWebSocketFrameWeb Socket continuation frame containing continuation text or binary data.Classio.netty.handler.codec.http.websocketxNetty
ConvertibleHeadersExtension to the Headers interface to provide methods which convert thenative UnconvertedType to the not-native ConvertedTypeInterfaceio.netty.handler.codecNetty
ConvertibleHeaders .TypeConverterInterfaceio.netty.handler.codec.ConvertibleHeadersNetty
CookieInterfaceio.netty.handler.codec.httpNetty
CorruptedFrameExceptionAn DecoderException which is thrown when the received frame data could not be decoded bySee Also:Serialized FormClassio.netty.handler.codecNetty
CorsConfigConfiguration for Cross-Origin Resource Sharing (CORS).Classio.netty.handler.codec.http.corsNetty
CorsConfig .BuilderBuilder used to configure and build a CorsConfig instance.Classio.netty.handler.codec.http.cors.CorsConfigNetty
CorsConfig .DateValueGeneratorThis callable is used for the DATE preflight HTTP response HTTP header.Classio.netty.handler.codec.http.cors.CorsConfigNetty
CorsHandlerHandles Cross Origin Resource Sharing (CORS) requests.Classio.netty.handler.codec.http.corsNetty
DecoderExceptionAn CodecException which is thrown by a dencoder.Classio.netty.handler.codecNetty
DecoderResultClassio.netty.handler.codecNetty
DecoderResultProviderProvides the accessor methods for the DecoderResult property of a decoded message.Interfaceio.netty.handler.codecNetty
DecompressionExceptionA DecoderException that is raised when decompression failed.Classio.netty.handler.codec.compressionNetty
DefaultBinaryHeadersClassio.netty.handler.codecNetty
DefaultBinaryMemcacheRequestThe default implementation of the BinaryMemcacheRequest.Classio.netty.handler.codec.memcache.binaryNetty
DefaultBinaryMemcacheResponseThe default implementation of the BinaryMemcacheResponse.Classio.netty.handler.codec.memcache.binaryNetty
DefaultConvertibleHeadersClassio.netty.handler.codecNetty
DefaultCookieThe default Cookie implementation.Classio.netty.handler.codec.httpNetty
DefaultFullBinaryMemcacheRequestThe default implementation of a FullBinaryMemcacheRequest.Classio.netty.handler.codec.memcache.binaryNetty
DefaultFullBinaryMemcacheResponseThe default implementation of a FullBinaryMemcacheResponse.Classio.netty.handler.codec.memcache.binaryNetty
DefaultFullHttpRequestDefault implementation of FullHttpRequest.Classio.netty.handler.codec.httpNetty
DefaultFullHttpResponseDefault implementation of a FullHttpResponse.Classio.netty.handler.codec.httpNetty
DefaultHeadersClassio.netty.handler.codecNetty
DefaultHeaders .HashCodeGeneratorAllows users of this interface to specify a hash code other than the default Object.Interfaceio.netty.handler.codec.DefaultHeadersNetty
DefaultHeaders .IdentityNameConverterClassio.netty.handler.codec.DefaultHeadersNetty
DefaultHeaders .NameConverterInterfaceio.netty.handler.codec.DefaultHeadersNetty
DefaultHttp2ConnectionSimple implementation of Http2Connection.Classio.netty.handler.codec.http2Netty
DefaultHttp2ConnectionDecoderProvides the default implementation for processing inbound frame events and delegates to aThis class will read HTTP/2 frames and delegate the events to a Http2FrameListenerClassio.netty.handler.codec.http2Netty
DefaultHttp2ConnectionDecoder .BuilderBuilder for instances of DefaultHttp2ConnectionDecoder.Classio.netty.handler.codec.http2.DefaultHttp2ConnectionDecoderNetty
DefaultHttp2ConnectionEncoderDefault implementation of Http2ConnectionEncoder.Classio.netty.handler.codec.http2Netty
DefaultHttp2ConnectionEncoder .BuilderBuilder for new instances of DefaultHttp2ConnectionEncoder.Classio.netty.handler.codec.http2.DefaultHttp2ConnectionEncoderNetty
DefaultHttp2FrameReaderA Http2FrameReader that supports all frame types defined by the HTTP/2 specification.Classio.netty.handler.codec.http2Netty
DefaultHttp2FrameWriterA Http2FrameWriter that supports all frame types defined by the HTTP/2 specification.Classio.netty.handler.codec.http2Netty
DefaultHttp2HeadersClassio.netty.handler.codec.http2Netty
DefaultHttp2HeadersDecoderClassio.netty.handler.codec.http2Netty
DefaultHttp2HeadersEncoderClassio.netty.handler.codec.http2Netty
DefaultHttp2LocalFlowControllerBasic implementation of Http2LocalFlowController.Classio.netty.handler.codec.http2Netty
DefaultHttp2RemoteFlowControllerBasic implementation of Http2RemoteFlowController.Classio.netty.handler.codec.http2Netty
DefaultHttp2StreamRemovalPolicyA Http2StreamRemovalPolicy that periodically runs garbage collection on streams that havebeen marked for removal.Classio.netty.handler.codec.http2Netty
DefaultHttpContentThe default HttpContent implementation.Classio.netty.handler.codec.httpNetty
DefaultHttpDataFactoryDefault factory giving Attribute and FileUpload according to constructorAttribute and FileUpload could be :Classio.netty.handler.codec.http.multipartNetty
DefaultHttpHeadersClassio.netty.handler.codec.httpNetty
DefaultHttpMessageThe default HttpMessage implementation.Classio.netty.handler.codec.httpNetty
DefaultHttpObjectClassio.netty.handler.codec.httpNetty
DefaultHttpRequestThe default HttpRequest implementation.Classio.netty.handler.codec.httpNetty
DefaultHttpResponseThe default HttpResponse implementation.Classio.netty.handler.codec.httpNetty
DefaultLastHttpContentThe default LastHttpContent implementation.Classio.netty.handler.codec.httpNetty
DefaultLastMemcacheContentThe default implementation for the LastMemcacheContent.Classio.netty.handler.codec.memcacheNetty
DefaultLastStompContentSubframeThe default implementation for the LastStompContentSubframe.Classio.netty.handler.codec.stompNetty
DefaultMarshallerProviderDefault implementation of MarshallerProvider which just create a new Marshalleron ever getMarshaller(ChannelHandlerContext) call.Classio.netty.handler.codec.marshallingNetty
DefaultMemcacheContentThe default MemcacheContent implementation.Classio.netty.handler.codec.memcacheNetty
DefaultSocks4CommandRequestThe default Socks4CommandRequest.Classio.netty.handler.codec.socksx.v4Netty
DefaultSocks4CommandResponseThe default Socks4CommandResponse.Classio.netty.handler.codec.socksx.v4Netty
DefaultSocks5CommandRequestThe default Socks5CommandRequest.Classio.netty.handler.codec.socksx.v5Netty
DefaultSocks5CommandResponseThe default Socks5CommandResponse.Classio.netty.handler.codec.socksx.v5Netty
DefaultSocks5InitialRequestThe default Socks5InitialRequest.Classio.netty.handler.codec.socksx.v5Netty
DefaultSocks5InitialResponseThe default Socks5InitialResponse.Classio.netty.handler.codec.socksx.v5Netty
DefaultSocks5PasswordAuthRequestThe default Socks5PasswordAuthRequest.Classio.netty.handler.codec.socksx.v5Netty
DefaultSocks5PasswordAuthResponseThe default Socks5PasswordAuthResponse.Classio.netty.handler.codec.socksx.v5Netty
DefaultSpdyDataFrameThe default SpdyDataFrame implementation.Classio.netty.handler.codec.spdyNetty
DefaultSpdyGoAwayFrameThe default SpdyGoAwayFrame implementation.Classio.netty.handler.codec.spdyNetty
DefaultSpdyHeadersClassio.netty.handler.codec.spdyNetty
DefaultSpdyHeadersFrameThe default SpdyHeadersFrame implementation.Classio.netty.handler.codec.spdyNetty
DefaultSpdyPingFrameThe default SpdyPingFrame implementation.Classio.netty.handler.codec.spdyNetty
DefaultSpdyRstStreamFrameThe default SpdyRstStreamFrame implementation.Classio.netty.handler.codec.spdyNetty
DefaultSpdySettingsFrameThe default SpdySettingsFrame implementation.Classio.netty.handler.codec.spdyNetty
DefaultSpdyStreamFrameThe default SpdyStreamFrame implementation.Classio.netty.handler.codec.spdyNetty
DefaultSpdySynReplyFrameThe default SpdySynReplyFrame implementation.Classio.netty.handler.codec.spdyNetty
DefaultSpdySynStreamFrameThe default SpdySynStreamFrame implementation.Classio.netty.handler.codec.spdyNetty
DefaultSpdyWindowUpdateFrameThe default SpdyWindowUpdateFrame implementation.Classio.netty.handler.codec.spdyNetty
DefaultStompContentSubframeThe default StompContentSubframe implementation.Classio.netty.handler.codec.stompNetty
DefaultStompFrameDefault implementation of StompFrame.Classio.netty.handler.codec.stompNetty
DefaultStompHeadersClassio.netty.handler.codec.stompNetty
DefaultStompHeadersSubframeDefault implementation of StompHeadersSubframe.Classio.netty.handler.codec.stompNetty
DefaultTextHeadersClassio.netty.handler.codecNetty
DefaultTextHeaders .DefaultTextValueTypeConverterClassio.netty.handler.codec.DefaultTextHeadersNetty
DefaultUnmarshallerProviderDefault implementation of UnmarshallerProvider which will just create a new Unmarshalleron every call to getUnmarshaller(ChannelHandlerContext)Classio.netty.handler.codec.marshallingNetty
DeflateFrameClientExtensionHandshakerhandshake implementation.Classio.netty.handler.codec.http.websocketx.extensions.compressionNetty
DeflateFrameServerExtensionHandshakerhandshake implementation.Classio.netty.handler.codec.http.websocketx.extensions.compressionNetty
DelegatingDecompressorFrameListenerA HTTP2 frame listener that will decompress data frames according to the content-encoding header for eachstream.Classio.netty.handler.codec.http2Netty
DelimiterBasedFrameDecoderA decoder that splits the received ByteBufs by one or moredelimiters.Classio.netty.handler.codecNetty
DelimitersA set of commonly used delimiters for DelimiterBasedFrameDecoder.Classio.netty.handler.codecNetty
DiskAttributeClassio.netty.handler.codec.http.multipartNetty
DiskFileUploadClassio.netty.handler.codec.http.multipartNetty
DnsClassClassio.netty.handler.codec.dnsNetty
DnsEntryA class representing entries in a DNS packet (questions, and all resourcerecords).Classio.netty.handler.codec.dnsNetty
DnsHeaderThe header super-class which includes information shared by DNS query andresponse packet headers such as the ID, opcode, and type.Classio.netty.handler.codec.dnsNetty
DnsMessageThe message super-class which contains core information concerning DNSpackets, both outgoing and incoming.Classio.netty.handler.codec.dnsNetty
DnsQueryA DNS query packet which is sent to a server to receive a DNS response packetwith information answering a DnsQuery's questions.Classio.netty.handler.codec.dnsNetty
DnsQueryEncoderDnsQueryEncoder accepts DnsQuery and encodes to ByteBuf.Classio.netty.handler.codec.dnsNetty
DnsQueryHeaderClassio.netty.handler.codec.dnsNetty
DnsQuestionThe 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.Classio.netty.handler.codec.dnsNetty
DnsResourceClassio.netty.handler.codec.dnsNetty
DnsResponseClassio.netty.handler.codec.dnsNetty
DnsResponseCodeRepresents the possible response codes a server may send after receiving aquery.Classio.netty.handler.codec.dnsNetty
DnsResponseDecoderDnsResponseDecoder accepts DatagramPacket and encodes toDnsResponse.Classio.netty.handler.codec.dnsNetty
DnsResponseHeaderThe DNS response header class which is used when receiving data from a DNSserver.Classio.netty.handler.codec.dnsNetty
DnsTypeRepresents a DNS record type.Classio.netty.handler.codec.dnsNetty
EmptyBinaryHeadersClassio.netty.handler.codecNetty
EmptyConvertibleHeadersClassio.netty.handler.codecNetty
EmptyHeadersClassio.netty.handler.codecNetty
EmptyHttp2HeadersClassio.netty.handler.codec.http2Netty
EmptyHttpHeadersClassio.netty.handler.codec.httpNetty
EmptyTextHeadersClassio.netty.handler.codecNetty
EncoderExceptionAn CodecException which is thrown by an encoder.Classio.netty.handler.codecNetty
FastLzFrameDecoderUncompresses a ByteBuf encoded by FastLzFrameEncoder using the FastLZ algorithm.Classio.netty.handler.codec.compressionNetty
FastLzFrameEncoderCompresses a ByteBuf using the FastLZ algorithm.Classio.netty.handler.codec.compressionNetty
FileUploadFileUpload interface that could be in memory, on temporary file or any other implementations.Interfaceio.netty.handler.codec.http.multipartNetty
FixedLengthFrameDecoderA decoder that splits the received ByteBufs by the fixed numberof bytes.Classio.netty.handler.codecNetty
FullBinaryMemcacheRequestA BinaryMemcacheRequest that also includes the content.Interfaceio.netty.handler.codec.memcache.binaryNetty
FullBinaryMemcacheResponseA BinaryMemcacheResponse that also includes the content.Interfaceio.netty.handler.codec.memcache.binaryNetty
FullHttpMessageCombines HttpMessage and LastHttpContent into onemessage.Interfaceio.netty.handler.codec.httpNetty
FullHttpRequestCombinate the HttpRequest and FullHttpMessage, so the request is a complete HTTP request.Interfaceio.netty.handler.codec.httpNetty
FullHttpResponseCombination of a HttpResponse and FullHttpMessage.Interfaceio.netty.handler.codec.httpNetty
FullMemcacheMessageCombines MemcacheMessage and LastMemcacheContent into onemessage.Interfaceio.netty.handler.codec.memcacheNetty
HAProxyCommandThe command of an HAProxy proxy protocol headerEnum Constant SummaryClassio.netty.handler.codec.haproxyNetty
HAProxyMessageClassio.netty.handler.codec.haproxyNetty
HAProxyMessageDecoderDecodes an HAProxy proxy protocol headerSee Also:Proxy Protocol SpecificationClassio.netty.handler.codec.haproxyNetty
HAProxyProtocolExceptionA DecoderException which is thrown when an invalid HAProxy proxy protocol header is encounteredSee Also:Serialized FormClassio.netty.handler.codec.haproxyNetty
HAProxyProtocolVersionenum HAProxyProtocolVersionThe HAProxy proxy protocol specification version.Classio.netty.handler.codec.haproxyNetty
HAProxyProxiedProtocolenum HAProxyProxiedProtocolA protocol proxied by HAProxy which is represented by its transport protocol and address family.Classio.netty.handler.codec.haproxyNetty
HAProxyProxiedProtocol .AddressFamilyThe address family of an HAProxy proxy protocol header.Classio.netty.handler.codec.haproxy.HAProxyProxiedProtocolNetty
HAProxyProxiedProtocol .TransportProtocolThe transport protocol of an HAProxy proxy protocol headerThe DGRAM transport protocol represents a connection which was forwarded for a UDP connection.Classio.netty.handler.codec.haproxy.HAProxyProxiedProtocolNetty
HeadersInterfaceio.netty.handler.codecNetty
Headers .EntryVisitorA visitor that helps reduce GC pressure while iterating over a collection of Headers.Interfaceio.netty.handler.codec.HeadersNetty
Headers .NameVisitorA visitor that helps reduce GC pressure while iterating over a collection of Headers.Interfaceio.netty.handler.codec.HeadersNetty
Headers .ValueConverterInterfaceio.netty.handler.codec.HeadersNetty
Http2ClientUpgradeCodecClient-side cleartext upgrade codec from HTTP to HTTP/2.Classio.netty.handler.codec.http2Netty
Http2CodecUtilConstants and utility method used for encoding/decoding HTTP2 frames.Classio.netty.handler.codec.http2Netty
Http2ConnectionManager for the state of an HTTP/2 connection with the remote end-point.Interfaceio.netty.handler.codec.http2Netty
Http2Connection .EndpointA view of the connection from one endpoint (local or remote).Interfaceio.netty.handler.codec.http2.Http2ConnectionNetty
Http2Connection .ListenerListener for life-cycle events for streams in this connection.Interfaceio.netty.handler.codec.http2.Http2ConnectionNetty
Http2ConnectionAdapterProvides empty implementations of all Http2Connection.Classio.netty.handler.codec.http2Netty
Http2ConnectionDecoderHandler for inbound traffic on behalf of Http2ConnectionHandler.Interfaceio.netty.handler.codec.http2Netty
Http2ConnectionDecoder .BuilderBuilder for new instances of Http2ConnectionDecoder.Interfaceio.netty.handler.codec.http2.Http2ConnectionDecoderNetty
Http2ConnectionEncoderHandler for outbound HTTP/2 traffic.Interfaceio.netty.handler.codec.http2Netty
Http2ConnectionEncoder .BuilderBuilder for new instances of Http2ConnectionEncoder.Interfaceio.netty.handler.codec.http2.Http2ConnectionEncoderNetty
Http2ConnectionHandlerProvides the default implementation for processing inbound frame events and delegates to aThis class will read HTTP/2 frames and delegate the events to a Http2FrameListenerClassio.netty.handler.codec.http2Netty
Http2DataWriterInterface that defines an object capable of producing HTTP/2 data frames.Interfaceio.netty.handler.codec.http2Netty
Http2ErrorAll error codes identified by the HTTP/2 spec.Classio.netty.handler.codec.http2Netty
Http2EventAdapterThis class brings Http2Connection.Classio.netty.handler.codec.http2Netty
Http2ExceptionException thrown when an HTTP/2 error was encountered.Classio.netty.handler.codec.http2Netty
Http2Exception .CompositeStreamExceptionProvides the ability to handle multiple stream exceptions with one throw statement.Classio.netty.handler.codec.http2.Http2ExceptionNetty
Http2Exception .StreamExceptionRepresents an exception that can be isolated to a single stream (as opposed to the entire connection).Classio.netty.handler.codec.http2.Http2ExceptionNetty
Http2FlagsProvides utility methods for accessing specific flags as defined by the HTTP/2 spec.Classio.netty.handler.codec.http2Netty
Http2FlowControllerBase interface for all HTTP/2 flow controllers.Interfaceio.netty.handler.codec.http2Netty
Http2FrameAdapterConvenience class that provides no-op implementations for all methods of Http2FrameListener.Classio.netty.handler.codec.http2Netty
Http2FrameListenerAn listener of HTTP/2 frames.Interfaceio.netty.handler.codec.http2Netty
Http2FrameListenerDecoratorClassio.netty.handler.codec.http2Netty
Http2FrameLoggerLogs HTTP2 frames for debugging purposes.Classio.netty.handler.codec.http2Netty
Http2FrameLogger .DirectionClassio.netty.handler.codec.http2.Http2FrameLoggerNetty
Http2FrameReaderReads HTTP/2 frames from an input ByteBuf and notifies the specifiedHttp2FrameListener when frames are complete.Interfaceio.netty.handler.codec.http2Netty
Http2FrameReader .ConfigurationInterfaceio.netty.handler.codec.http2.Http2FrameReaderNetty
Http2FrameSizePolicyInterfaceio.netty.handler.codec.http2Netty
Http2FrameTypesRegistry of all standard frame types defined by the HTTP/2 specification.Classio.netty.handler.codec.http2Netty
Http2FrameWriterA writer responsible for marshaling HTTP/2 frames to the channel.Interfaceio.netty.handler.codec.http2Netty
Http2FrameWriter .ConfigurationInterfaceio.netty.handler.codec.http2.Http2FrameWriterNetty
Http2HeadersA collection of headers sent or received via HTTP/2.Interfaceio.netty.handler.codec.http2Netty
Http2Headers .PseudoHeaderNameHTTP/2 pseudo-headers names.Classio.netty.handler.codec.http2.Http2HeadersNetty
Http2HeadersDecoderDecodes HPACK-encoded headers blocks into Http2Headers.Interfaceio.netty.handler.codec.http2Netty
Http2HeadersDecoder .ConfigurationInterfaceio.netty.handler.codec.http2.Http2HeadersDecoderNetty
Http2HeadersEncoderEncodes Http2Headers into HPACK-encoded headers blocks.Interfaceio.netty.handler.codec.http2Netty
Http2HeadersEncoder .ConfigurationInterfaceio.netty.handler.codec.http2.Http2HeadersEncoderNetty
Http2HeaderTableInterfaceio.netty.handler.codec.http2Netty
Http2InboundFrameLoggerClassio.netty.handler.codec.http2Netty
Http2LifecycleManagerManager for the life cycle of the HTTP/2 connection.Interfaceio.netty.handler.codec.http2Netty
Http2LocalFlowControllerInterfaceio.netty.handler.codec.http2Netty
Http2NoMoreStreamIdsExceptionThis exception is thrown when there are no more stream IDs available for the current connectionSee Also:Serialized FormClassio.netty.handler.codec.http2Netty
Http2OrHttpChooserChannelHandler which is responsible to setup theChannelPipeline either for HTTP or HTTP2.Classio.netty.handler.codec.http2Netty
Http2OrHttpChooser .SelectedProtocolMust be updated to match the HTTP/2 draft number.Classio.netty.handler.codec.http2.Http2OrHttpChooserNetty
Http2OutboundFrameLoggerClassio.netty.handler.codec.http2Netty
Http2RemoteFlowControllerInterfaceio.netty.handler.codec.http2Netty
Http2RemoteFlowController .FlowControlledpayload to the stream.Interfaceio.netty.handler.codec.http2.Http2RemoteFlowControllerNetty
Http2SecurityUtilProvides utilities related to security requirements specific to HTTP/2.Classio.netty.handler.codec.http2Netty
Http2ServerUpgradeCodecServer-side codec for performing a cleartext upgrade from HTTP/1.Classio.netty.handler.codec.http2Netty
Http2SettingsSettings for one endpoint in an HTTP/2 connection.Classio.netty.handler.codec.http2Netty
Http2StreamA single stream within an HTTP2 connection.Interfaceio.netty.handler.codec.http2Netty
Http2Stream .StateThe allowed states of an HTTP2 stream.Classio.netty.handler.codec.http2.Http2StreamNetty
Http2StreamRemovalPolicyA policy for determining when it is appropriate to remove streams from an HTTP/2 stream registry.Interfaceio.netty.handler.codec.http2Netty
Http2StreamRemovalPolicy .ActionPerforms the action of removing the stream.Interfaceio.netty.handler.codec.http2.Http2StreamRemovalPolicyNetty
HttpChunkedInputA ChunkedInput that fetches data chunk by chunk for use with HTTP chunked transfers.Classio.netty.handler.codec.httpNetty
HttpClientCodecA combination of HttpRequestEncoder and HttpResponseDecoderwhich enables easier client side HTTP implementation.Classio.netty.handler.codec.httpNetty
HttpClientUpgradeHandlerClient-side handler for handling an HTTP upgrade handshake to another protocol.Classio.netty.handler.codec.httpNetty
HttpClientUpgradeHandler .SourceCodecThe source codec that is used in the pipeline initially.Interfaceio.netty.handler.codec.http.HttpClientUpgradeHandlerNetty
HttpClientUpgradeHandler .UpgradeCodecA codec that the source can be upgraded to.Interfaceio.netty.handler.codec.http.HttpClientUpgradeHandlerNetty
HttpClientUpgradeHandler .UpgradeEventUser events that are fired to notify about upgrade status.Classio.netty.handler.codec.http.HttpClientUpgradeHandlerNetty
HttpConstantsClassio.netty.handler.codec.httpNetty
HttpContentAn HTTP chunk which is used for HTTP chunked transfer-encoding.Interfaceio.netty.handler.codec.httpNetty
HttpContentCompressorCompresses an HttpMessage and an HttpContent in gzip ordeflate encoding while respecting the Accept-Encoding header.Classio.netty.handler.codec.httpNetty
HttpContentDecoderDecodes the content of the received HttpRequest and HttpContent.Classio.netty.handler.codec.httpNetty
HttpContentDecompressorDecompresses an HttpMessage and an HttpContent compressed ingzip or deflate encoding.Classio.netty.handler.codec.httpNetty
HttpContentEncoderEncodes the content of the outbound HttpResponse and HttpContent.Classio.netty.handler.codec.httpNetty
HttpContentEncoder .ResultClassio.netty.handler.codec.http.HttpContentEncoderNetty
HttpDataInterfaceio.netty.handler.codec.http.multipartNetty
HttpDataFactoryInterfaceio.netty.handler.codec.http.multipartNetty
HttpHeaderNamesStandard HTTP header names.Classio.netty.handler.codec.httpNetty
HttpHeadersProvides the constants for the standard HTTP header names and values andcommonly used utility methods that accesses an HttpMessage.Interfaceio.netty.handler.codec.httpNetty
HttpHeaderUtilClassio.netty.handler.codec.httpNetty
HttpHeaderValuesStandard HTTP header values.Classio.netty.handler.codec.httpNetty
HttpMessageAn interface that defines a HTTP message, providing common properties forHttpRequest and HttpResponse.Interfaceio.netty.handler.codec.httpNetty
HttpMethodClassio.netty.handler.codec.httpNetty
HttpObjectAggregatorA ChannelHandler that aggregates an HttpMessageand its following HttpContents into a single FullHttpRequestClassio.netty.handler.codec.httpNetty
HttpObjectDecoderDecodes ByteBufs into HttpMessages andParameters that prevents excessive memory consumptionClassio.netty.handler.codec.httpNetty
HttpObjectEncoderEncodes an HttpMessage or an HttpContent intoPlease note that this encoder is designed to be extended to implementClassio.netty.handler.codec.httpNetty
HttpPostMultipartRequestDecoderThis decoder will decode Body and can handle POST BODY.Classio.netty.handler.codec.http.multipartNetty
HttpPostRequestDecoderThis decoder will decode Body and can handle POST BODY.Classio.netty.handler.codec.http.multipartNetty
HttpPostRequestDecoder .EndOfDataDecoderExceptionException when the body is fully decoded, even if there is still dataSee Also:Serialized FormClassio.netty.handler.codec.http.multipart.HttpPostRequestDecoderNetty
HttpPostRequestDecoder .ErrorDataDecoderExceptionException when an error occurs while decodingSee Also:Serialized FormClassio.netty.handler.codec.http.multipart.HttpPostRequestDecoderNetty
HttpPostRequestDecoder .MultiPartStatusClassio.netty.handler.codec.http.multipart.HttpPostRequestDecoderNetty
HttpPostRequestDecoder .NotEnoughDataDecoderExceptionException when try reading data from request in chunked format, and notenough data are available (need more chunks)Classio.netty.handler.codec.http.multipart.HttpPostRequestDecoderNetty
HttpPostRequestEncoderThis encoder will help to encode Request for a FORM as POST.Classio.netty.handler.codec.http.multipartNetty
HttpPostRequestEncoder .EncoderModeDifferent modes to use to encode form data.Classio.netty.handler.codec.http.multipart.HttpPostRequestEncoderNetty
HttpPostRequestEncoder .ErrorDataEncoderExceptionException when an error occurs while encodingSee Also:Serialized FormClassio.netty.handler.codec.http.multipart.HttpPostRequestEncoderNetty
HttpPostStandardRequestDecoderThis decoder will decode Body and can handle POST BODY.Classio.netty.handler.codec.http.multipartNetty
HttpRequestAccessing Query Parameters and CookieUnlike the Servlet API, a query string is constructed and decomposed byInterfaceio.netty.handler.codec.httpNetty
HttpRequestDecoderDecodes ByteBufs into HttpRequests and HttpContents.Classio.netty.handler.codec.httpNetty
HttpRequestEncoderClassio.netty.handler.codec.httpNetty
HttpResponseUnlike the Servlet API, Cookie support is provided separately via ClientCookieDecoder,ServerCookieDecoder, ClientCookieEncoder, and @ServerCookieEncoder.Interfaceio.netty.handler.codec.httpNetty
HttpResponseDecoderDecodes ByteBufs into HttpResponses andParameters that prevents excessive memory consumptionClassio.netty.handler.codec.httpNetty
HttpResponseEncoderClassio.netty.handler.codec.httpNetty
HttpResponseStatusClassio.netty.handler.codec.httpNetty
HttpServerCodecA combination of HttpRequestDecoder and HttpResponseEncoderwhich enables easier server side HTTP implementation.Classio.netty.handler.codec.httpNetty
HttpServerUpgradeHandlerA server-side handler that receives HTTP requests and optionally performs a protocol switch ifthe requested protocol is supported.Classio.netty.handler.codec.httpNetty
HttpServerUpgradeHandler .SourceCodecThe source codec that is used in the pipeline initially.Interfaceio.netty.handler.codec.http.HttpServerUpgradeHandlerNetty
HttpServerUpgradeHandler .UpgradeCodecA codec that the source can be upgraded to.Interfaceio.netty.handler.codec.http.HttpServerUpgradeHandlerNetty
HttpServerUpgradeHandler .UpgradeEventUser event that is fired to notify about the completion of an HTTP upgradeto another protocol.Classio.netty.handler.codec.http.HttpServerUpgradeHandlerNetty
HttpStatusClassenum HttpStatusClassThe class of HTTP status.Classio.netty.handler.codec.httpNetty
HttpToHttp2ConnectionHandlerTranslates HTTP/1.Classio.netty.handler.codec.http2Netty
HttpUtilClassio.netty.handler.codec.http2Netty
HttpUtil .ExtensionHeaderNamesProvides 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) responsibleClassio.netty.handler.codec.http2.HttpUtilNetty
HttpVersionClassio.netty.handler.codec.httpNetty
InboundHttp2ToHttpAdapterThis adapter provides just header/data events from the HTTP message flow definedhere HTTP/2 Spec Message Flow.Classio.netty.handler.codec.http2Netty
InboundHttp2ToHttpAdapter .BuilderClassio.netty.handler.codec.http2.InboundHttp2ToHttpAdapterNetty
InboundHttp2ToHttpPriorityAdapterTranslate header/data/priority HTTP/2 frame events into HTTP events.Classio.netty.handler.codec.http2Netty
InboundHttp2ToHttpPriorityAdapter .BuilderClassio.netty.handler.codec.http2.InboundHttp2ToHttpPriorityAdapterNetty
InterfaceHttpDataInterfaceio.netty.handler.codec.http.multipartNetty
InterfaceHttpData .HttpDataTypeClassio.netty.handler.codec.http.multipart.InterfaceHttpDataNetty
InterfaceHttpPostRequestDecoderThis decoder will decode Body and can handle POST BODY (or for PUT, PATCH or OPTIONS).Interfaceio.netty.handler.codec.http.multipartNetty
JdkZlibDecoderDecompress a ByteBuf using the inflate algorithm.Classio.netty.handler.codec.compressionNetty
JdkZlibEncoderCompresses a ByteBuf using the deflate algorithm.Classio.netty.handler.codec.compressionNetty
JsonObjectDecoderSplits 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.Classio.netty.handler.codec.jsonNetty
JZlibDecoderClassio.netty.handler.codec.compressionNetty
JZlibEncoderCompresses a ByteBuf using the deflate algorithm.Classio.netty.handler.codec.compressionNetty
LastHttpContentThe last HttpContent which has trailing headers.Interfaceio.netty.handler.codec.httpNetty
LastMemcacheContentThe MemcacheContent which signals the end of the content batch.Interfaceio.netty.handler.codec.memcacheNetty
LastStompContentSubframeThe last StompContentSubframe which signals the end of the content batchNote, even when no content is emitted by the protocol, anInterfaceio.netty.handler.codec.stompNetty
LengthFieldBasedFrameDecoderA decoder that splits the received ByteBufs dynamically by thevalue of the length field in the message.Classio.netty.handler.codecNetty
LengthFieldPrependerAn encoder that prepends the length of the message.Classio.netty.handler.codecNetty
LineBasedFrameDecoderA decoder that splits the received ByteBufs on line endings.Classio.netty.handler.codecNetty
Lz4FrameDecoderUncompresses a ByteBuf encoded with the LZ4 format.Classio.netty.handler.codec.compressionNetty
Lz4FrameEncoderCompresses a ByteBuf using the LZ4 format.Classio.netty.handler.codec.compressionNetty
LzfDecoderUncompresses a ByteBuf encoded with the LZF format.Classio.netty.handler.codec.compressionNetty
LzfEncoderCompresses a ByteBuf using the LZF format.Classio.netty.handler.codec.compressionNetty
LzmaFrameEncoderCompresses a ByteBuf using the LZMA algorithm.Classio.netty.handler.codec.compressionNetty
MarshallerProviderThis provider is responsible to get a Marshaller for the given ChannelHandlerContext.Interfaceio.netty.handler.codec.marshallingNetty
MarshallingDecoderDecoder which MUST be used with MarshallingEncoder.Classio.netty.handler.codec.marshallingNetty
MarshallingEncoderMessageToByteEncoder implementation which uses JBoss Marshalling to marshalan Object.Classio.netty.handler.codec.marshallingNetty
MemcacheContentAn Memcache content chunk.Interfaceio.netty.handler.codec.memcacheNetty
MemcacheMessageMarker interface for both ascii and binary messages.Interfaceio.netty.handler.codec.memcacheNetty
MemcacheObjectDefines a common interface for all MemcacheObject implementations.Interfaceio.netty.handler.codec.memcacheNetty
MemoryAttributeClassio.netty.handler.codec.http.multipartNetty
MemoryFileUploadDefault FileUpload implementation that stores file into memory.Classio.netty.handler.codec.http.multipartNetty
MessageAggregationExceptionRaised by MessageAggregator when aggregation fails due to an unexpected message sequence.Classio.netty.handler.codecNetty
MessageAggregatorAn abstract ChannelHandler that aggregates a series of message objects into a single aggregated message.Classio.netty.handler.codecNetty
MessageToByteEncoderChannelHandlerAdapter which encodes message in a stream-like fashion from one message to anExample implementation which encodes Integers to a ByteBuf.Classio.netty.handler.codecNetty
MessageToMessageCodecA Codec for on-the-fly encoding/decoding of message.Classio.netty.handler.codecNetty
MessageToMessageDecoderA ChannelHandler which decodes from one message to an other message.Classio.netty.handler.codecNetty
MessageToMessageEncoderA ChannelHandler which encodes from one message to an other messageFor example here is an implementation which decodes an Integer to an String.Classio.netty.handler.codecNetty
MixedAttributeClassio.netty.handler.codec.http.multipartNetty
MixedFileUploadClassio.netty.handler.codec.http.multipartNetty
MqttConnAckMessageSee MQTTV3.Classio.netty.handler.codec.mqttNetty
MqttConnAckVariableHeaderClassio.netty.handler.codec.mqttNetty
MqttConnectMessageSee MQTTV3.Classio.netty.handler.codec.mqttNetty
MqttConnectPayloadClassio.netty.handler.codec.mqttNetty
MqttConnectReturnCodeenum MqttConnectReturnCodeReturn Code of MqttConnAckMessageClassio.netty.handler.codec.mqttNetty
MqttConnectVariableHeaderClassio.netty.handler.codec.mqttNetty
MqttDecoderDecodes Mqtt messages from bytes, followingthe MQTT protocl specification v3.Classio.netty.handler.codec.mqttNetty
MqttEncoderEncodes Mqtt messages into bytes following the protocl specification v3.Classio.netty.handler.codec.mqttNetty
MqttFixedHeaderMQTTV3.Classio.netty.handler.codec.mqttNetty
MqttIdentifierRejectedExceptionA MqttIdentifierRejectedException which is thrown when a CONNECT request contains invalid client identifier.Classio.netty.handler.codec.mqttNetty
MqttMessageBase class for all MQTT message types.Classio.netty.handler.codec.mqttNetty
MqttMessageFactoryUtility class with factory methods to create different types of MQTT messages.Classio.netty.handler.codec.mqttNetty
MqttMessageIdVariableHeaderClassio.netty.handler.codec.mqttNetty
MqttMessageTypeenum MqttMessageTypeEnum Constant SummaryClassio.netty.handler.codec.mqttNetty
MqttPubAckMessageClassio.netty.handler.codec.mqttNetty
MqttPublishMessageSee MQTTV3.Classio.netty.handler.codec.mqttNetty
MqttPublishVariableHeaderClassio.netty.handler.codec.mqttNetty
MqttQoSClassio.netty.handler.codec.mqttNetty
MqttSubAckMessageClassio.netty.handler.codec.mqttNetty
MqttSubAckPayloadClassio.netty.handler.codec.mqttNetty
MqttSubscribeMessageClassio.netty.handler.codec.mqttNetty
MqttSubscribePayloadClassio.netty.handler.codec.mqttNetty
MqttTopicSubscriptionContains a topic name and Qos Level.Classio.netty.handler.codec.mqttNetty
MqttUnacceptableProtocolVersionExceptionA MqttUnacceptableProtocolVersionException which is thrown whena CONNECT request contains unacceptable protocol version.Classio.netty.handler.codec.mqttNetty
MqttUnsubAckMessageSee MQTTV3.Classio.netty.handler.codec.mqttNetty
MqttUnsubscribeMessageMQTTV3.Classio.netty.handler.codec.mqttNetty
MqttUnsubscribePayloadClassio.netty.handler.codec.mqttNetty
MqttVersionMqtt version specific constant values used by multiple classes in mqtt-codec.Classio.netty.handler.codec.mqttNetty
ObjectDecoderA decoder which deserializes the received ByteBufs into JavaPlease note that the serialized form this decoder expects is notClassio.netty.handler.codec.serializationNetty
ObjectDecoderInputStreamAn ObjectInput which is interoperable with ObjectEncoderand ObjectEncoderOutputStream.Classio.netty.handler.codec.serializationNetty
ObjectEncoderAn encoder which serializes a Java object into a ByteBuf.Classio.netty.handler.codec.serializationNetty
ObjectEncoderOutputStreamAn ObjectOutput which is interoperable with ObjectDecoderand ObjectDecoderInputStream.Classio.netty.handler.codec.serializationNetty
PerMessageDeflateClientExtensionHandshakerhandshake implementation.Classio.netty.handler.codec.http.websocketx.extensions.compressionNetty
PerMessageDeflateServerExtensionHandshakerhandshake implementation.Classio.netty.handler.codec.http.websocketx.extensions.compressionNetty
PingWebSocketFrameClassio.netty.handler.codec.http.websocketxNetty
PongWebSocketFrameClassio.netty.handler.codec.http.websocketxNetty
PrematureChannelClosureExceptionA CodecException which is thrown when a Channel is closed unexpectedly beforethe codec finishes handling the current message, such as missing response while waiting for aClassio.netty.handler.codecNetty
ProtobufDecoderDecodes a received ByteBuf into aGoogle Protocol BuffersClassio.netty.handler.codec.protobufNetty
ProtobufEncoderEncodes the requested GoogleProtocol Buffers Message and MessageLite into aClassio.netty.handler.codec.protobufNetty
ProtobufVarint32FrameDecoderA decoder that splits the received ByteBufs dynamically by thevalue of the Google Protocol BuffersClassio.netty.handler.codec.protobufNetty
ProtobufVarint32LengthFieldPrependerAn encoder that prepends the the Google Protocol Buffers128 Varints integer length field.Classio.netty.handler.codec.protobufNetty
QueryStringDecoderSplits an HTTP query string into a path string and key-value parameter pairs.Classio.netty.handler.codec.httpNetty
QueryStringEncoderCreates an URL-encoded URI from a path string and key-value parameter pairs.Classio.netty.handler.codec.httpNetty
ReplayingDecoderA specialized variation of ByteToMessageDecoder which enables implementationof a non-blocking decoder in the blocking I/O paradigm.Classio.netty.handler.codecNetty
RtspHeaderNamesStandard RTSP header names.Classio.netty.handler.codec.rtspNetty
RtspHeaderValuesStandard RTSP header names.Classio.netty.handler.codec.rtspNetty
RtspMethodsThe request getMethod of RTSP.Classio.netty.handler.codec.rtspNetty
RtspObjectDecoderDecodes ByteBufs into RTSP messages represented inParameters that prevents excessive memory consumptionClassio.netty.handler.codec.rtspNetty
RtspObjectEncoderClassio.netty.handler.codec.rtspNetty
RtspRequestDecoderDecodes ByteBufs into RTSP requests represented inParameters that prevents excessive memory consumptionClassio.netty.handler.codec.rtspNetty
RtspRequestEncoderClassio.netty.handler.codec.rtspNetty
RtspResponseDecoderDecodes ByteBufs into RTSP responses represented inParameters that prevents excessive memory consumptionClassio.netty.handler.codec.rtspNetty
RtspResponseEncoderClassio.netty.handler.codec.rtspNetty
RtspResponseStatusesThe getStatus code and its description of a RTSP response.Classio.netty.handler.codec.rtspNetty
RtspVersionsThe version of RTSP.Classio.netty.handler.codec.rtspNetty
SctpInboundByteStreamHandlerA ChannelHandler which receives SctpMessages which belong to a application protocol form a specificSCTP Stream and decode it as ByteBuf.Classio.netty.handler.codec.sctpNetty
SctpMessageCompletionHandlerMessageToMessageDecoder which will take care of handle fragmented SctpMessages, soonly complete SctpMessages will be forwarded to the nextClassio.netty.handler.codec.sctpNetty
SctpMessageToMessageDecoderClassio.netty.handler.codec.sctpNetty
SctpOutboundByteStreamHandlerA ChannelHandler which transform ByteBuf to SctpMessage and send it through a specific streamwith given protocol identifier.Classio.netty.handler.codec.sctpNetty
ServerCookieDecoderA RFC6265 compliant cookie decoder to be used server side.Classio.netty.handler.codec.httpNetty
ServerCookieEncoderA RFC6265 compliant cookie encoder to be used server side,so some fields are sent (Version is typically ignored).Classio.netty.handler.codec.httpNetty
SnappyFrameDecoderUncompresses a ByteBuf encoded with the Snappy framing format.Classio.netty.handler.codec.compressionNetty
SnappyFrameEncoderCompresses a ByteBuf using the Snappy framing format.Classio.netty.handler.codec.compressionNetty
Socks4ClientDecoderDecodes a single Socks4CommandResponse from the inbound ByteBufs.Classio.netty.handler.codec.socksx.v4Netty
Socks4ClientEncoderEncodes a Socks4CommandRequest into a ByteBuf.Classio.netty.handler.codec.socksx.v4Netty
Socks4CommandRequestA SOCKS4a CONNECT or BIND request.Interfaceio.netty.handler.codec.socksx.v4Netty
Socks4CommandResponseInterfaceio.netty.handler.codec.socksx.v4Netty
Socks4CommandStatusThe status of Socks4CommandResponse.Classio.netty.handler.codec.socksx.v4Netty
Socks4CommandTypeThe type of Socks4CommandRequest.Classio.netty.handler.codec.socksx.v4Netty
Socks4MessageA tag interface that all SOCKS4a protocol messages implement.Interfaceio.netty.handler.codec.socksx.v4Netty
Socks4ServerDecoderDecodes a single Socks4CommandRequest from the inbound ByteBufs.Classio.netty.handler.codec.socksx.v4Netty
Socks4ServerEncoderEncodes a Socks4CommandResponse into a ByteBuf.Classio.netty.handler.codec.socksx.v4Netty
Socks5AddressDecoderDecodes a SOCKS5 address field into its string representation.Interfaceio.netty.handler.codec.socksx.v5Netty
Socks5AddressEncoderEncodes a SOCKS5 address into binary representation.Interfaceio.netty.handler.codec.socksx.v5Netty
Socks5AddressTypeThe type of address in Socks5CommandRequest and Socks5CommandResponse.Classio.netty.handler.codec.socksx.v5Netty
Socks5AuthMethodThe authentication method of SOCKS5.Classio.netty.handler.codec.socksx.v5Netty
Socks5ClientEncoderEncodes a client-side Socks5Message into a ByteBuf.Classio.netty.handler.codec.socksx.v5Netty
Socks5CommandRequestA SOCKS5 request detail message, as defined inthe section 4, RFC1928.Interfaceio.netty.handler.codec.socksx.v5Netty
Socks5CommandRequestDecoderDecodes a single Socks5CommandRequest from the inbound ByteBufs.Classio.netty.handler.codec.socksx.v5Netty
Socks5CommandResponseA response to a SOCKS5 request detail message, as defined inthe section 6, RFC1928.Interfaceio.netty.handler.codec.socksx.v5Netty
Socks5CommandResponseDecoderDecodes a single Socks5CommandResponse from the inbound ByteBufs.Classio.netty.handler.codec.socksx.v5Netty
Socks5CommandStatusThe status of Socks5CommandResponse.Classio.netty.handler.codec.socksx.v5Netty
Socks5CommandTypeThe type of Socks5CommandRequest.Classio.netty.handler.codec.socksx.v5Netty
Socks5InitialRequestAn initial SOCKS5 authentication method selection request, as defined inthe section 3, RFC1928.Interfaceio.netty.handler.codec.socksx.v5Netty
Socks5InitialRequestDecoderDecodes a single Socks5InitialRequest from the inbound ByteBufs.Classio.netty.handler.codec.socksx.v5Netty
Socks5InitialResponseAn initial SOCKS5 authentication method selection request, as defined inthe section 3, RFC1928.Interfaceio.netty.handler.codec.socksx.v5Netty
Socks5InitialResponseDecoderDecodes a single Socks5InitialResponse from the inbound ByteBufs.Classio.netty.handler.codec.socksx.v5Netty
Socks5MessageA tag interface that all SOCKS5 protocol messages implement.Interfaceio.netty.handler.codec.socksx.v5Netty
Socks5PasswordAuthRequestA SOCKS5 subnegotiation request for username-password authentication, as defined inthe section 2, RFC1929.Interfaceio.netty.handler.codec.socksx.v5Netty
Socks5PasswordAuthRequestDecoderDecodes a single Socks5PasswordAuthRequest from the inbound ByteBufs.Classio.netty.handler.codec.socksx.v5Netty
Socks5PasswordAuthResponseA SOCKS5 subnegotiation response for username-password authentication, as defined inthe section 2, RFC1929.Interfaceio.netty.handler.codec.socksx.v5Netty
Socks5PasswordAuthResponseDecoderDecodes a single Socks5PasswordAuthResponse from the inbound ByteBufs.Classio.netty.handler.codec.socksx.v5Netty
Socks5PasswordAuthStatusThe status of Socks5PasswordAuthResponse.Classio.netty.handler.codec.socksx.v5Netty
Socks5ServerEncoderEncodes a server-side Socks5Message into a ByteBuf.Classio.netty.handler.codec.socksx.v5Netty
SocksMessageAn interface that all SOCKS protocol messages implement.Interfaceio.netty.handler.codec.socksxNetty
SocksPortUnificationServerHandlerDetects the version of the current SOCKS connection and initializes the pipeline withSocks4ServerDecoder or Socks5InitialRequestDecoder.Classio.netty.handler.codec.socksxNetty
SocksVersionThe version of SOCKS protocol.Classio.netty.handler.codec.socksxNetty
SpdyDataFrameInterfaceio.netty.handler.codec.spdyNetty
SpdyFrameCodecA ChannelHandler that encodes and decodes SPDY Frames.Classio.netty.handler.codec.spdyNetty
SpdyFrameDecoderDecodes ByteBufs into SPDY Frames.Classio.netty.handler.codec.spdyNetty
SpdyFrameDecoderDelegateCallback interface for SpdyFrameDecoder.Interfaceio.netty.handler.codec.spdyNetty
SpdyFrameEncoderEncodes a SPDY Frame into a ByteBuf.Classio.netty.handler.codec.spdyNetty
SpdyGoAwayFrameInterfaceio.netty.handler.codec.spdyNetty
SpdyHeaderBlockRawDecoderClassio.netty.handler.codec.spdyNetty
SpdyHeaderBlockRawEncoderClassio.netty.handler.codec.spdyNetty
SpdyHeadersProvides the constants for the standard SPDY HTTP header names and commonlyused utility methods that access a SpdyHeadersFrame.Interfaceio.netty.handler.codec.spdyNetty
SpdyHeaders .HttpNamesClassio.netty.handler.codec.spdy.SpdyHeadersNetty
SpdyHeadersFrameInterfaceio.netty.handler.codec.spdyNetty
SpdyHttpCodecClassio.netty.handler.codec.spdyNetty
SpdyHttpDecoderDecodes SpdySynStreamFrames, SpdySynReplyFrames,and SpdyDataFrames into FullHttpRequests and FullHttpResponses.Classio.netty.handler.codec.spdyNetty
SpdyHttpEncoderEncodes HttpRequests, HttpResponses, and HttpContentsinto SpdySynStreamFrames and SpdySynReplyFrames.Classio.netty.handler.codec.spdyNetty
SpdyHttpHeadersProvides the constants for the header names used by the SpdyHttpDecoder and SpdyHttpEncoder.Classio.netty.handler.codec.spdyNetty
SpdyHttpHeaders .NamesClassio.netty.handler.codec.spdy.SpdyHttpHeadersNetty
SpdyHttpResponseStreamIdHandlerMessageToMessageCodec that takes care of adding the right SpdyHttpHeaders.Classio.netty.handler.codec.spdyNetty
SpdyOrHttpChooserChannelHandler which is responsible to setup the ChannelPipeline either for HTTP or SPDY.Classio.netty.handler.codec.spdyNetty
SpdyOrHttpChooser .SelectedProtocolClassio.netty.handler.codec.spdy.SpdyOrHttpChooserNetty
SpdyPingFrameInterfaceio.netty.handler.codec.spdyNetty
SpdyProtocolExceptionClassio.netty.handler.codec.spdyNetty
SpdyRstStreamFrameInterfaceio.netty.handler.codec.spdyNetty
SpdySessionHandlerManages streams within a SPDY session.Classio.netty.handler.codec.spdyNetty
SpdySessionStatusThe SPDY session status code and its description.Classio.netty.handler.codec.spdyNetty
SpdySettingsFrameInterfaceio.netty.handler.codec.spdyNetty
SpdyStreamFrameInterfaceio.netty.handler.codec.spdyNetty
SpdyStreamStatusThe SPDY stream status code and its description.Classio.netty.handler.codec.spdyNetty
SpdySynReplyFrameInterfaceio.netty.handler.codec.spdyNetty
SpdySynStreamFrameInterfaceio.netty.handler.codec.spdyNetty
SpdyVersionClassio.netty.handler.codec.spdyNetty
SpdyWindowUpdateFrameInterfaceio.netty.handler.codec.spdyNetty
StompCommandClassio.netty.handler.codec.stompNetty
StompContentSubframeAn STOMP chunk which is used for STOMP chunked transfer-encoding.Interfaceio.netty.handler.codec.stompNetty
StompFrameCombines StompHeadersSubframe and LastStompContentSubframe into oneframe.Interfaceio.netty.handler.codec.stompNetty
StompHeadersThe multimap data structure for the STOMP header names and values.Interfaceio.netty.handler.codec.stompNetty
StompHeadersSubframeAn interface that defines a StompFrame's command and headers.Interfaceio.netty.handler.codec.stompNetty
StompSubframeDefines a common interface for all StompSubframe implementations.Interfaceio.netty.handler.codec.stompNetty
StompSubframeAggregatorA ChannelHandler that aggregates an StompHeadersSubframeand its following StompContentSubframes into a single StompFrame.Classio.netty.handler.codec.stompNetty
StompSubframeDecoderDecodes ByteBufs into StompHeadersSubframes andStompContentSubframes.Classio.netty.handler.codec.stompNetty
StompSubframeEncoderEncodes a StompFrame or a StompSubframe into a ByteBuf.Classio.netty.handler.codec.stompNetty
StringDecoderDecodes a received ByteBuf into a String.Classio.netty.handler.codec.stringNetty
StringEncoderEncodes the requested String into a ByteBuf.Classio.netty.handler.codec.stringNetty
TextHeadersA typical string multimap used by text protocols such as HTTP for the representation of arbitrary key-value data.Interfaceio.netty.handler.codecNetty
TextHeaders .EntryVisitorA visitor that helps reduce GC pressure while iterating over a collection of Headers.Interfaceio.netty.handler.codec.TextHeadersNetty
TextHeaders .NameVisitorA visitor that helps reduce GC pressure while iterating over a collection of Headers.Interfaceio.netty.handler.codec.TextHeadersNetty
TextWebSocketFrameClassio.netty.handler.codec.http.websocketxNetty
ThreadLocalMarshallerProviderUnmarshallerProvider implementation which use a ThreadLocal to store referencesto Marshaller instances.Classio.netty.handler.codec.marshallingNetty
ThreadLocalUnmarshallerProviderUnmarshallerProvider implementation which use a ThreadLocal to store referencesto Unmarshaller instances.Classio.netty.handler.codec.marshallingNetty
TooLongFrameExceptionAn DecoderException which is thrown when the length of the framedecoded is greater than the allowed maximum.Classio.netty.handler.codecNetty
UnmarshallerProviderInterfaceio.netty.handler.codec.marshallingNetty
UnsupportedMessageTypeExceptionThrown if an unsupported message is received by an codec.Classio.netty.handler.codecNetty
Utf8FrameValidatorClassio.netty.handler.codec.http.websocketxNetty
WebSocket00FrameDecoderDecodes ByteBufs into WebSocketFrames.Classio.netty.handler.codec.http.websocketxNetty
WebSocket00FrameEncoderEncodes a WebSocketFrame into a ByteBuf.Classio.netty.handler.codec.http.websocketxNetty
WebSocket07FrameDecoderDecodes a web socket frame from wire protocol version 7 format.Classio.netty.handler.codec.http.websocketxNetty
WebSocket07FrameEncoderEncodes a web socket frame into wire protocol version 7 format.Classio.netty.handler.codec.http.websocketxNetty
WebSocket08FrameDecoderDecodes a web socket frame from wire protocol version 8 format.Classio.netty.handler.codec.http.websocketxNetty
WebSocket08FrameEncoderEncodes a web socket frame into wire protocol version 8 format.Classio.netty.handler.codec.http.websocketxNetty
WebSocket13FrameDecoderDecodes a web socket frame from wire protocol version 13 format.Classio.netty.handler.codec.http.websocketxNetty
WebSocket13FrameEncoderEncodes a web socket frame into wire protocol version 13 format.Classio.netty.handler.codec.http.websocketxNetty
WebSocketClientCompressionHandlerto handle the most common WebSocket Compression Extensions.Classio.netty.handler.codec.http.websocketx.extensions.compressionNetty
WebSocketClientExtensionCreated once the handshake phase is done.Interfaceio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketClientExtensionHandlerThis handler negotiates and initializes the WebSocket Extensions.Classio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketClientExtensionHandshakerHandshakes a client extension with the server.Interfaceio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketClientHandshakerClassio.netty.handler.codec.http.websocketxNetty
WebSocketClientHandshaker00Performs 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.Classio.netty.handler.codec.http.websocketxNetty
WebSocketClientHandshaker07Classio.netty.handler.codec.http.websocketxNetty
WebSocketClientHandshaker08Classio.netty.handler.codec.http.websocketxNetty
WebSocketClientHandshaker13Classio.netty.handler.codec.http.websocketxNetty
WebSocketClientHandshakerFactoryCreates a new WebSocketClientHandshaker of desired protocol version.Classio.netty.handler.codec.http.websocketxNetty
WebSocketClientProtocolHandlerThis handler does all the heavy lifting for you to run a websocket client.Classio.netty.handler.codec.http.websocketxNetty
WebSocketClientProtocolHandler .ClientHandshakeStateEventEvents that are fired to notify about handshake statusThe Handshake was complete succesful and so the channel was upgraded to websocketsClassio.netty.handler.codec.http.websocketx.WebSocketClientProtocolHandlerNetty
WebSocketExtensionCreated once the handshake phase is done.Interfaceio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketExtensionDataA WebSocket Extension data from the Sec-WebSocket-Extensions header.Classio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketExtensionDecoderConvenient class for io.Classio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketExtensionEncoderConvenient class for io.Classio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketExtensionUtilClassio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketFrameClassio.netty.handler.codec.http.websocketxNetty
WebSocketFrameAggregatorHandler that aggregate fragmented WebSocketFrame's.Classio.netty.handler.codec.http.websocketxNetty
WebSocketFrameDecoderMarker interface which all WebSocketFrame decoders need to implement.Interfaceio.netty.handler.codec.http.websocketxNetty
WebSocketFrameEncoderMarker interface which all WebSocketFrame encoders need to implement.Interfaceio.netty.handler.codec.http.websocketxNetty
WebSocketHandshakeExceptionException during handshaking processSee Also:Serialized FormClassio.netty.handler.codec.http.websocketxNetty
WebSocketServerCompressionHandlerto handle the most common WebSocket Compression Extensions.Classio.netty.handler.codec.http.websocketx.extensions.compressionNetty
WebSocketServerExtensionCreated once the handshake phase is done.Interfaceio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketServerExtensionHandlerThis handler negotiates and initializes the WebSocket Extensions.Classio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketServerExtensionHandshakerHandshakes a client extension based on this server capabilities.Interfaceio.netty.handler.codec.http.websocketx.extensionsNetty
WebSocketServerHandshakerClassio.netty.handler.codec.http.websocketxNetty
WebSocketServerHandshaker00Performs 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.Classio.netty.handler.codec.http.websocketxNetty
WebSocketServerHandshaker07Classio.netty.handler.codec.http.websocketxNetty
WebSocketServerHandshaker08Classio.netty.handler.codec.http.websocketxNetty
WebSocketServerHandshaker13Performs server side opening and closing handshakes for RFC 6455(originally web socket specification draft-ietf-hybi-thewebsocketprotocol-17).Classio.netty.handler.codec.http.websocketxNetty
WebSocketServerHandshakerFactoryAuto-detects the version of the Web Socket protocol in use and creates a new properWebSocketServerHandshaker.Classio.netty.handler.codec.http.websocketxNetty
WebSocketServerProtocolHandlerThis handler does all the heavy lifting for you to run a websocket server.Classio.netty.handler.codec.http.websocketxNetty
WebSocketServerProtocolHandler .ServerHandshakeStateEventEvents that are fired to notify about handshake statusThe Handshake was complete succesful and so the channel was upgraded to websocketsClassio.netty.handler.codec.http.websocketx.WebSocketServerProtocolHandlerNetty
WebSocketVersionenum WebSocketVersionVersions of the web socket specification.Classio.netty.handler.codec.http.websocketxNetty
XmlFrameDecoderA frame decoder for single separate XML based message streams.Classio.netty.handler.codec.xmlNetty
ZlibCodecFactoryCreates a new ZlibEncoder and a new ZlibDecoder.Classio.netty.handler.codec.compressionNetty
ZlibDecoderDecompresses a ByteBuf using the deflate algorithm.Classio.netty.handler.codec.compressionNetty
ZlibEncoderCompresses a ByteBuf using the deflate algorithm.Classio.netty.handler.codec.compressionNetty
ZlibWrapperThe container file formats that wrap the stream compressed by the DEFLATEEnum Constant SummaryClassio.netty.handler.codec.compressionNetty