Uses of Class
io.netty.util.internal.SuppressJava6Requirement
-
Packages that use SuppressJava6Requirement Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty.channel.socket.nio NIO-based socket channel API implementation - recommended for a large number of connections (>= 1000).io.netty.handler.codec.compression io.netty.handler.codec.http.websocketx Encoder, decoder, handshakers and their related message types for Web Socket data frames.io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames.io.netty.handler.codec.spdy Encoder, decoder, session handler and their related message types for the SPDY protocol.io.netty.handler.ssl SSL · TLS implementation based onSSLEngineio.netty.handler.ssl.util Utility classes that helps easier development of TLS/SSL applications.io.netty.resolver.dns 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.io.netty.util.internal 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 SuppressJava6Requirement Constructor Description ChannelException(java.lang.String message, java.lang.Throwable cause, boolean shared) -
Uses of SuppressJava6Requirement in io.netty.channel.socket.nio
Classes in io.netty.channel.socket.nio with annotations of type SuppressJava6Requirement Modifier and Type Class Description classNioChannelOption<T>ProvidesChannelOptionover a givenSocketOptionwhich is then passed through the underlyingNetworkChannel.Methods in io.netty.channel.socket.nio with annotations of type SuppressJava6Requirement Modifier and Type Method Description ChannelFutureNioDatagramChannel. block(java.net.InetAddress multicastAddress, java.net.NetworkInterface networkInterface, java.net.InetAddress sourceToBlock, ChannelPromise promise)Block the given sourceToBlock address for the given multicastAddress on the given networkInterfacestatic java.net.ProtocolFamilyProtocolFamilyConverter. convert(InternetProtocolFamily family)Convert theInternetProtocolFamily.protected voidNioServerSocketChannel. doBind(java.net.SocketAddress localAddress)protected voidNioSocketChannel. doShutdownOutput()(package private) static <T> TNioChannelOption. getOption(java.nio.channels.Channel jdkChannel, NioChannelOption<T> option)(package private) static ChannelOption[]NioChannelOption. getOptions(java.nio.channels.Channel jdkChannel)ChannelFutureNioDatagramChannel. joinGroup(java.net.InetAddress multicastAddress, java.net.NetworkInterface networkInterface, java.net.InetAddress source, ChannelPromise promise)ChannelFutureNioDatagramChannel. leaveGroup(java.net.InetAddress multicastAddress, java.net.NetworkInterface networkInterface, java.net.InetAddress source, ChannelPromise promise)private static java.nio.channels.DatagramChannelNioDatagramChannel. newSocket(java.nio.channels.spi.SelectorProvider provider, InternetProtocolFamily ipFamily)(package private) static <T> booleanNioChannelOption. setOption(java.nio.channels.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 Modifier and Type Method Description private voidJdkZlibEncoder. deflate(ByteBuf out) -
Uses of SuppressJava6Requirement in io.netty.handler.codec.http.websocketx
Methods in io.netty.handler.codec.http.websocketx with annotations of type SuppressJava6Requirement Modifier and Type Method Description (package private) static java.lang.StringWebSocketUtil. base64(byte[] data)Performs base64 encoding on the specified data -
Uses of SuppressJava6Requirement in io.netty.handler.codec.http2
Constructors in io.netty.handler.codec.http2 with annotations of type SuppressJava6Requirement Constructor Description Http2Exception(Http2Error error, java.lang.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 SuppressJava6Requirement Modifier and Type Method Description private booleanSpdyHeaderBlockZlibEncoder. compressInto(ByteBuf compressed)Constructors in io.netty.handler.codec.spdy with annotations of type SuppressJava6Requirement Constructor Description SpdyProtocolException(java.lang.String message, boolean shared) -
Uses of SuppressJava6Requirement in io.netty.handler.ssl
Classes in io.netty.handler.ssl with annotations of type SuppressJava6Requirement Modifier and Type Class Description (package private) classExtendedOpenSslSessionDelegates all operations to a wrappedOpenSslSessionexcept the methods defined byExtendedSSLSessionitself.(package private) classJava8SslUtils(package private) classJdkAlpnSslEngine(package private) classJdkAlpnSslUtils(package private) classOpenSslX509TrustManagerWrapperUtility which allows to wrapX509TrustManagerimplementations with the internal implementation used bySSLContextImplthat provides extended verification.Methods in io.netty.handler.ssl with annotations of type SuppressJava6Requirement Modifier and Type Method Description javax.net.ssl.SSLSessionJdkSslEngine. getHandshakeSession()(package private) static voidJava7SslParametersUtils. setAlgorithmConstraints(javax.net.ssl.SSLParameters sslParameters, java.lang.Object algorithmConstraints)Utility method that is used byOpenSslEngineand so allow use not not have any reference toAlgorithmConstraintsin the code.voidOpenSslX509Certificate. verify(java.security.PublicKey key, java.security.Provider sigProvider)javax.net.ssl.X509TrustManagerOpenSslX509TrustManagerWrapper.UnsafeTrustManagerWrapper. wrapIfNeeded(javax.net.ssl.X509TrustManager manager) -
Uses of SuppressJava6Requirement in io.netty.handler.ssl.util
Classes in io.netty.handler.ssl.util with annotations of type SuppressJava6Requirement Modifier and Type Class Description (package private) classX509KeyManagerWrapper(package private) classX509TrustManagerWrapperMethods in io.netty.handler.ssl.util with annotations of type SuppressJava6Requirement Modifier and Type Method Description (package private) static java.lang.String[]OpenJdkSelfSignedCertGenerator. generate(java.lang.String fqdn, java.security.KeyPair keypair, java.security.SecureRandom random, java.util.Date notBefore, java.util.Date notAfter, java.lang.String algorithm)private static voidSimpleKeyManagerFactory.SimpleKeyManagerFactorySpi. wrapIfNeeded(javax.net.ssl.KeyManager[] keyManagers)private static voidSimpleTrustManagerFactory.SimpleTrustManagerFactorySpi. wrapIfNeeded(javax.net.ssl.TrustManager[] trustManagers) -
Uses of SuppressJava6Requirement in io.netty.resolver.dns
Constructors in io.netty.resolver.dns with annotations of type SuppressJava6Requirement Constructor Description DnsResolveContextException(java.lang.String message, boolean shared) -
Uses of SuppressJava6Requirement in io.netty.util.internal
Classes in io.netty.util.internal with annotations of type SuppressJava6Requirement Modifier and Type Class Description (package private) classLongAdderCounter(package private) classPlatformDependent0ThePlatformDependentoperations which requires access tosun.misc.*.Methods in io.netty.util.internal with annotations of type SuppressJava6Requirement Modifier and Type Method Description static voidThrowableUtil. addSuppressed(java.lang.Throwable target, java.lang.Throwable suppressed)static voidSocketUtils. bind(java.nio.channels.DatagramChannel networkChannel, java.net.SocketAddress address)static voidSocketUtils. bind(java.nio.channels.SocketChannel socketChannel, java.net.SocketAddress address)private static booleanNativeLibraryLoader.NoexecVolumeDetector. canExecuteExecutable(java.io.File file)static java.net.InetAddressSocketUtils. loopbackAddress()static <C> java.util.Deque<C>PlatformDependent. newConcurrentDeque()Returns a new concurrentDeque.
-