Uses of Annotation Type
io.netty.util.internal.SuppressJava6Requirement
Packages that use SuppressJava6Requirement
Package
Description
Abstraction of a byte buffer - the fundamental data structure
to represent a low-level binary and text message.
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, 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.
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.
-
Uses of SuppressJava6Requirement in io.netty.buffer
Classes in io.netty.buffer with annotations of type SuppressJava6RequirementModifier and TypeClassDescription(package private) final class
An auto-tuning pooling allocator, that follows an anti-generational hypothesis.private static final class
-
Uses of SuppressJava6Requirement in io.netty.channel
Constructors in io.netty.channel with annotations of type SuppressJava6RequirementModifierConstructorDescriptionprotected
ChannelException
(String message, Throwable cause, boolean shared) -
Uses of SuppressJava6Requirement in io.netty.channel.socket.nio
Classes in io.netty.channel.socket.nio with annotations of type SuppressJava6RequirementModifier and TypeClassDescriptionfinal class
ProvidesChannelOption
over a givenSocketOption
which is then passed through the underlyingNetworkChannel
.Methods in io.netty.channel.socket.nio with annotations of type SuppressJava6RequirementModifier and TypeMethodDescriptionNioDatagramChannel.block
(InetAddress multicastAddress, NetworkInterface networkInterface, InetAddress sourceToBlock, ChannelPromise promise) Block the given sourceToBlock address for the given multicastAddress on the given networkInterfacestatic ProtocolFamily
ProtocolFamilyConverter.convert
(InternetProtocolFamily family) Convert theInternetProtocolFamily
.(package private) static void
NioDomainSocketUtil.deleteSocketFile
(SocketAddress address) protected void
NioServerDomainSocketChannel.doBind
(SocketAddress localAddress) protected void
NioServerSocketChannel.doBind
(SocketAddress localAddress) protected void
NioDomainSocketChannel.doShutdownOutput()
protected final void
NioSocketChannel.doShutdownOutput()
(package private) static Method
SelectorProviderUtil.findOpenMethod
(String methodName) (package private) static <T> T
NioChannelOption.getOption
(Channel jdkChannel, NioChannelOption<T> option) (package private) static ChannelOption[]
NioChannelOption.getOptions
(Channel jdkChannel) private int
NioDomainSocketChannel.NioDomainSocketChannelConfig.getReceiveBufferSize()
private int
NioDomainSocketChannel.NioDomainSocketChannelConfig.getSendBufferSize()
NioDatagramChannel.joinGroup
(InetAddress multicastAddress, NetworkInterface networkInterface, InetAddress source, ChannelPromise promise) NioDatagramChannel.leaveGroup
(InetAddress multicastAddress, NetworkInterface networkInterface, InetAddress source, ChannelPromise promise) protected SocketAddress
NioDomainSocketChannel.localAddress0()
protected SocketAddress
NioServerDomainSocketChannel.localAddress0()
(package private) static <C extends Channel>
CSelectorProviderUtil.newChannel
(Method method, SelectorProvider provider, InternetProtocolFamily family) private static <C extends Channel>
CSelectorProviderUtil.newChannel
(Method method, SelectorProvider provider, Object family) (package private) static <C extends Channel>
CSelectorProviderUtil.newDomainSocketChannel
(Method method, SelectorProvider provider) private static DatagramChannel
NioDatagramChannel.newSocket
(SelectorProvider provider, InternetProtocolFamily ipFamily) protected SocketAddress
NioDomainSocketChannel.remoteAddress0()
(package private) static <T> boolean
NioChannelOption.setOption
(Channel jdkChannel, NioChannelOption<T> option, T value) NioDomainSocketChannel.NioDomainSocketChannelConfig.setReceiveBufferSize
(int receiveBufferSize) NioDomainSocketChannel.NioDomainSocketChannelConfig.setSendBufferSize
(int sendBufferSize) private void
NioDomainSocketChannel.shutdownInput0()
private void
NioSocketChannel.shutdownInput0()
Constructors in io.netty.channel.socket.nio with annotations of type SuppressJava6Requirement -
Uses of SuppressJava6Requirement in io.netty.handler.codec.compression
Methods in io.netty.handler.codec.compression with annotations of type SuppressJava6Requirement -
Uses of SuppressJava6Requirement in io.netty.handler.codec.http.websocketx
Methods in io.netty.handler.codec.http.websocketx with annotations of type SuppressJava6Requirement -
Uses of SuppressJava6Requirement in io.netty.handler.codec.http2
Constructors in io.netty.handler.codec.http2 with annotations of type SuppressJava6RequirementModifierConstructorDescriptionprivate
Http2Exception
(Http2Error error, String message, Http2Exception.ShutdownHint shutdownHint, boolean shared) -
Uses of SuppressJava6Requirement in io.netty.handler.codec.spdy
Methods in io.netty.handler.codec.spdy with annotations of type SuppressJava6RequirementModifier and TypeMethodDescriptionprivate boolean
SpdyHeaderBlockZlibEncoder.compressInto
(ByteBuf compressed) Constructors in io.netty.handler.codec.spdy with annotations of type SuppressJava6Requirement -
Uses of SuppressJava6Requirement in io.netty.handler.ssl
Classes in io.netty.handler.ssl with annotations of type SuppressJava6RequirementModifier and TypeClassDescription(package private) final class
(package private) final class
(package private) final class
Wraps an existingX509ExtendedTrustManager
and enhances theCertificateException
that is thrown because of hostname validation.(package private) class
Delegates all operations to a wrappedOpenSslInternalSession
except the methods defined byExtendedSSLSession
itself.(package private) final class
(package private) class
(package private) final class
(package private) final class
Utility which allows to wrapX509TrustManager
implementations with the internal implementation used bySSLContextImpl
that provides extended verification.private static final class
private static final class
private static final class
Methods in io.netty.handler.ssl with annotations of type SuppressJava6RequirementModifier and TypeMethodDescription(package private) static void
JdkSslServerContext.checkIfWrappingTrustManagerIsSupported()
Deprecated.JdkSslEngine.getHandshakeSession()
final SSLParameters
ReferenceCountedOpenSslEngine.getSSLParameters()
(package private) static void
Java7SslParametersUtils.setAlgorithmConstraints
(SSLParameters sslParameters, Object algorithmConstraints) Utility method that is used byOpenSslEngine
and so allow use not have any reference toAlgorithmConstraints
in the code.(package private) static void
Java7SslParametersUtils.setEndpointIdentificationAlgorithm
(SSLParameters sslParameters, String endpointIdentificationAlgorithm) Utility method for calling thesetEndpointIdentitificationAlgorithm
method, which was introduced in Java 7.final void
ReferenceCountedOpenSslEngine.setSSLParameters
(SSLParameters sslParameters) private static void
ReferenceCountedOpenSslClientContext.setVerifyCallback
(long ctx, OpenSslEngineMap engineMap, X509TrustManager manager) private static void
ReferenceCountedOpenSslServerContext.setVerifyCallback
(long ctx, OpenSslEngineMap engineMap, X509TrustManager manager) private static int
ReferenceCountedOpenSslContext.AbstractCertificateVerifier.translateToError
(Throwable cause) (package private) static boolean
ReferenceCountedOpenSslContext.useExtendedTrustManager
(X509TrustManager trustManager) OpenSslX509TrustManagerWrapper.UnsafeTrustManagerWrapper.wrapIfNeeded
(X509TrustManager manager) ResumptionController.wrapIfNeeded
(TrustManager tm) private static TrustManager[]
JdkSslServerContext.wrapTrustManagerIfNeeded
(TrustManager[] trustManagers, ResumptionController resumptionController) Deprecated. -
Uses of SuppressJava6Requirement in io.netty.handler.ssl.util
Classes in io.netty.handler.ssl.util with annotations of type SuppressJava6RequirementModifier and TypeClassDescription(package private) final class
(package private) final class
Methods in io.netty.handler.ssl.util with annotations of type SuppressJava6RequirementModifier and TypeMethodDescription(package private) static String[]
OpenJdkSelfSignedCertGenerator.generate
(String fqdn, KeyPair keypair, SecureRandom random, Date notBefore, Date notAfter, String algorithm) void
private static void
SimpleKeyManagerFactory.SimpleKeyManagerFactorySpi.wrapIfNeeded
(KeyManager[] keyManagers) private static void
SimpleTrustManagerFactory.SimpleTrustManagerFactorySpi.wrapIfNeeded
(TrustManager[] trustManagers) -
Uses of SuppressJava6Requirement in io.netty.resolver.dns
Constructors in io.netty.resolver.dns with annotations of type SuppressJava6RequirementModifierConstructorDescriptionprivate
DnsErrorCauseException
(String message, DnsResponseCode code, boolean shared) private
DnsResolveContextException
(String message, boolean shared) -
Uses of SuppressJava6Requirement in io.netty.util.internal
Classes in io.netty.util.internal with annotations of type SuppressJava6RequirementModifier and TypeClassDescription(package private) final class
(package private) final class
ThePlatformDependent
operations which requires access tosun.misc.*
.Methods in io.netty.util.internal with annotations of type SuppressJava6RequirementModifier and TypeMethodDescriptionstatic void
ThrowableUtil.addSuppressed
(Throwable target, Throwable suppressed) static void
SocketUtils.bind
(DatagramChannel networkChannel, SocketAddress address) static void
SocketUtils.bind
(SocketChannel socketChannel, SocketAddress address) private static boolean
NativeLibraryLoader.NoexecVolumeDetector.canExecuteExecutable
(File file) static File
PlatformDependent.createTempFile
(String prefix, String suffix, File directory) static Throwable[]
ThrowableUtil.getSuppressed
(Throwable source) static InetAddress
SocketUtils.loopbackAddress()
static <C> Deque
<C> PlatformDependent.newConcurrentDeque()
Returns a new concurrentDeque
.private static void
NativeLibraryLoader.rethrowWithMoreDetailsIfPossible
(String name, NoSuchMethodError error) private static int
PlatformDependent.toIntExact8
(long value)