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, 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.channel
Constructors in io.netty.channel with annotations of type SuppressJava6RequirementModifierConstructorDescriptionprotectedChannelException(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 classProvidesChannelOptionover a givenSocketOptionwhich 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 ProtocolFamilyProtocolFamilyConverter.convert(InternetProtocolFamily family) Convert theInternetProtocolFamily.protected voidNioServerSocketChannel.doBind(SocketAddress localAddress) protected final voidNioSocketChannel.doShutdownOutput()(package private) static MethodSelectorProviderUtil.findOpenMethod(String methodName) (package private) static <T> TNioChannelOption.getOption(Channel jdkChannel, NioChannelOption<T> option) (package private) static ChannelOption[]NioChannelOption.getOptions(Channel jdkChannel) NioDatagramChannel.joinGroup(InetAddress multicastAddress, NetworkInterface networkInterface, InetAddress source, ChannelPromise promise) NioDatagramChannel.leaveGroup(InetAddress multicastAddress, NetworkInterface networkInterface, InetAddress source, ChannelPromise promise) (package private) static <C extends Channel>
CSelectorProviderUtil.newChannel(Method method, SelectorProvider provider, InternetProtocolFamily family) private static DatagramChannelNioDatagramChannel.newSocket(SelectorProvider provider, InternetProtocolFamily ipFamily) (package private) static <T> booleanNioChannelOption.setOption(Channel jdkChannel, NioChannelOption<T> option, T value) private voidNioSocketChannel.shutdownInput0() -
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 SuppressJava6RequirementModifierConstructorDescriptionprivateHttp2Exception(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 booleanSpdyHeaderBlockZlibEncoder.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 classWraps an existingX509ExtendedTrustManagerand enhances theCertificateExceptionthat is thrown because of hostname validation.(package private) classDelegates all operations to a wrappedOpenSslSessionexcept the methods defined byExtendedSSLSessionitself.(package private) final class(package private) class(package private) final class(package private) final classUtility which allows to wrapX509TrustManagerimplementations with the internal implementation used bySSLContextImplthat provides extended verification.private static final classprivate static final classMethods in io.netty.handler.ssl with annotations of type SuppressJava6RequirementModifier and TypeMethodDescription(package private) static voidJdkSslServerContext.checkIfWrappingTrustManagerIsSupported()Deprecated.JdkSslEngine.getHandshakeSession()final SSLParametersReferenceCountedOpenSslEngine.getSSLParameters()(package private) static voidJava7SslParametersUtils.setAlgorithmConstraints(SSLParameters sslParameters, Object algorithmConstraints) Utility method that is used byOpenSslEngineand so allow use not have any reference toAlgorithmConstraintsin the code.final voidReferenceCountedOpenSslEngine.setSSLParameters(SSLParameters sslParameters) private static voidReferenceCountedOpenSslClientContext.setVerifyCallback(long ctx, OpenSslEngineMap engineMap, X509TrustManager manager) private static voidReferenceCountedOpenSslServerContext.setVerifyCallback(long ctx, OpenSslEngineMap engineMap, X509TrustManager manager) private static intReferenceCountedOpenSslContext.AbstractCertificateVerifier.translateToError(Throwable cause) (package private) static booleanReferenceCountedOpenSslContext.useExtendedTrustManager(X509TrustManager trustManager) OpenSslX509TrustManagerWrapper.UnsafeTrustManagerWrapper.wrapIfNeeded(X509TrustManager manager) private static TrustManager[]JdkSslServerContext.wrapTrustManagerIfNeeded(TrustManager[] trustManagers) 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 classMethods 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) voidprivate static voidSimpleKeyManagerFactory.SimpleKeyManagerFactorySpi.wrapIfNeeded(KeyManager[] keyManagers) private static voidSimpleTrustManagerFactory.SimpleTrustManagerFactorySpi.wrapIfNeeded(TrustManager[] trustManagers) -
Uses of SuppressJava6Requirement in io.netty.resolver.dns
Constructors in io.netty.resolver.dns with annotations of type SuppressJava6RequirementModifierConstructorDescriptionprivateDnsErrorCauseException(String message, DnsResponseCode code, boolean shared) privateDnsResolveContextException(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 classThePlatformDependentoperations which requires access tosun.misc.*.Methods in io.netty.util.internal with annotations of type SuppressJava6RequirementModifier and TypeMethodDescriptionstatic voidThrowableUtil.addSuppressed(Throwable target, Throwable suppressed) static voidSocketUtils.bind(DatagramChannel networkChannel, SocketAddress address) static voidSocketUtils.bind(SocketChannel socketChannel, SocketAddress address) private static booleanNativeLibraryLoader.NoexecVolumeDetector.canExecuteExecutable(File file) static FilePlatformDependent.createTempFile(String prefix, String suffix, File directory) static Throwable[]ThrowableUtil.getSuppressed(Throwable source) static InetAddressSocketUtils.loopbackAddress()static <C> Deque<C>PlatformDependent.newConcurrentDeque()Returns a new concurrentDeque.private static voidNativeLibraryLoader.rethrowWithMoreDetailsIfPossible(String name, NoSuchMethodError error)