Uses of Annotation Type
io.netty.util.internal.SuppressJava6Requirement

Packages that use SuppressJava6Requirement
Package
Description
The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.
NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).
Encoder and decoder which compresses and decompresses ByteBufs in a compression format such as zlib, gzip, and Snappy.
Encoder, decoder, handshakers and their related message types for Web Socket data frames.
Handlers for sending and receiving HTTP/2 frames.
Encoder, decoder, session handler and their related message types for the SPDY protocol.
SSL · TLS implementation based on SSLEngine
Utility classes that helps easier development of TLS/SSL applications.
An alternative to Java's built-in domain name lookup mechanism that resolves a domain name asynchronously, which supports the queries of an arbitrary DNS record type as well.
Internal-use-only utilities which is not allowed to be used outside Netty.