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 classAn auto-tuning pooling allocator, that follows an anti-generational hypothesis.private static final classprivate static final classprivate static final class -
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.(package private) static voidNioDomainSocketUtil.deleteSocketFile(SocketAddress address) protected voidNioServerDomainSocketChannel.doBind(SocketAddress localAddress) protected voidNioServerSocketChannel.doBind(SocketAddress localAddress) protected voidNioDomainSocketChannel.doShutdownOutput()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) private intNioDomainSocketChannel.NioDomainSocketChannelConfig.getReceiveBufferSize()private intNioDomainSocketChannel.NioDomainSocketChannelConfig.getSendBufferSize()NioDatagramChannel.joinGroup(InetAddress multicastAddress, NetworkInterface networkInterface, InetAddress source, ChannelPromise promise) NioDatagramChannel.leaveGroup(InetAddress multicastAddress, NetworkInterface networkInterface, InetAddress source, ChannelPromise promise) protected SocketAddressNioDomainSocketChannel.localAddress0()protected SocketAddressNioServerDomainSocketChannel.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 DatagramChannelNioDatagramChannel.newSocket(SelectorProvider provider, InternetProtocolFamily ipFamily) protected SocketAddressNioDomainSocketChannel.remoteAddress0()(package private) static <T> booleanNioChannelOption.setOption(Channel jdkChannel, NioChannelOption<T> option, T value) NioDomainSocketChannel.NioDomainSocketChannelConfig.setReceiveBufferSize(int receiveBufferSize) NioDomainSocketChannel.NioDomainSocketChannelConfig.setSendBufferSize(int sendBufferSize) private voidNioDomainSocketChannel.shutdownInput0()private voidNioSocketChannel.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 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 wrappedOpenSslInternalSessionexcept 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 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.(package private) static voidJava7SslParametersUtils.setEndpointIdentificationAlgorithm(SSLParameters sslParameters, String endpointIdentificationAlgorithm) Utility method for calling thesetEndpointIdentitificationAlgorithmmethod, which was introduced in Java 7.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) 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 classMethods in io.netty.handler.ssl.util with annotations of type SuppressJava6RequirementModifier and TypeMethodDescriptionvoidprivate 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) private static intPlatformDependent.toIntExact8(long value)