Uses of Class
io.netty.util.internal.SuppressJava6Requirement
-
Packages that use SuppressJava6Requirement Package Description io.netty.buffer Abstraction of a byte buffer - the fundamental data structure to represent a low-level binary and text message.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.buffer
Classes in io.netty.buffer with annotations of type SuppressJava6Requirement Modifier and Type Class Description (package private) classAdaptivePoolingAllocatorAn auto-tuning pooling allocator, that follows an anti-generational hypothesis.private static classAdaptivePoolingAllocator.ChunkRegistryprivate static classAdaptivePoolingAllocator.Magazineprivate static classAdaptivePoolingAllocator.MagazineGroup -
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.(package private) static voidNioDomainSocketUtil. deleteSocketFile(java.net.SocketAddress address)protected voidNioServerDomainSocketChannel. doBind(java.net.SocketAddress localAddress)protected voidNioServerSocketChannel. doBind(java.net.SocketAddress localAddress)protected voidNioDomainSocketChannel. doShutdownOutput()protected voidNioSocketChannel. doShutdownOutput()(package private) static java.lang.reflect.MethodSelectorProviderUtil. findOpenMethod(java.lang.String methodName)(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)private intNioDomainSocketChannel.NioDomainSocketChannelConfig. getReceiveBufferSize()private intNioDomainSocketChannel.NioDomainSocketChannelConfig. getSendBufferSize()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)protected java.net.SocketAddressNioDomainSocketChannel. localAddress0()protected java.net.SocketAddressNioServerDomainSocketChannel. localAddress0()(package private) static <C extends java.nio.channels.Channel>
CSelectorProviderUtil. newChannel(java.lang.reflect.Method method, java.nio.channels.spi.SelectorProvider provider, InternetProtocolFamily family)private static <C extends java.nio.channels.Channel>
CSelectorProviderUtil. newChannel(java.lang.reflect.Method method, java.nio.channels.spi.SelectorProvider provider, java.lang.Object family)(package private) static <C extends java.nio.channels.Channel>
CSelectorProviderUtil. newDomainSocketChannel(java.lang.reflect.Method method, java.nio.channels.spi.SelectorProvider provider)private static java.nio.channels.DatagramChannelNioDatagramChannel. newSocket(java.nio.channels.spi.SelectorProvider provider, InternetProtocolFamily ipFamily)protected java.net.SocketAddressNioDomainSocketChannel. remoteAddress0()(package private) static <T> booleanNioChannelOption. setOption(java.nio.channels.Channel jdkChannel, NioChannelOption<T> option, T value)private NioDomainSocketChannel.NioDomainSocketChannelConfigNioDomainSocketChannel.NioDomainSocketChannelConfig. setReceiveBufferSize(int receiveBufferSize)private NioDomainSocketChannel.NioDomainSocketChannelConfigNioDomainSocketChannel.NioDomainSocketChannelConfig. setSendBufferSize(int sendBufferSize)private voidNioDomainSocketChannel. shutdownInput0()private voidNioSocketChannel. shutdownInput0()Constructors in io.netty.channel.socket.nio with annotations of type SuppressJava6Requirement Constructor Description NioServerDomainSocketChannel(java.nio.channels.ServerSocketChannel channel)Create a new instance using the givenServerSocketChannel. -
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) classBouncyCastleAlpnSslEngine(package private) classBouncyCastleAlpnSslUtils(package private) classEnhancingX509ExtendedTrustManagerWraps an existingX509ExtendedTrustManagerand enhances theCertificateExceptionthat is thrown because of hostname validation.(package private) classExtendedOpenSslSessionDelegates all operations to a wrappedOpenSslInternalSessionexcept 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.private static classReferenceCountedOpenSslClientContext.ExtendedTrustManagerVerifyCallbackprivate static classReferenceCountedOpenSslServerContext.ExtendedTrustManagerVerifyCallbackprivate static classResumptionController.X509ExtendedWrapTrustManagerMethods in io.netty.handler.ssl with annotations of type SuppressJava6Requirement Modifier and Type Method Description (package private) static voidJdkSslServerContext. checkIfWrappingTrustManagerIsSupported()Deprecated.javax.net.ssl.SSLSessionJdkSslEngine. getHandshakeSession()javax.net.ssl.SSLParametersReferenceCountedOpenSslEngine. getSSLParameters()(package private) static voidJava7SslParametersUtils. setAlgorithmConstraints(javax.net.ssl.SSLParameters sslParameters, java.lang.Object algorithmConstraints)Utility method that is used byOpenSslEngineand so allow use not have any reference toAlgorithmConstraintsin the code.(package private) static voidJava7SslParametersUtils. setEndpointIdentificationAlgorithm(javax.net.ssl.SSLParameters sslParameters, java.lang.String endpointIdentificationAlgorithm)Utility method for calling thesetEndpointIdentitificationAlgorithmmethod, which was introduced in Java 7.voidReferenceCountedOpenSslEngine. setSSLParameters(javax.net.ssl.SSLParameters sslParameters)private static voidReferenceCountedOpenSslClientContext. setVerifyCallback(long ctx, OpenSslEngineMap engineMap, javax.net.ssl.X509TrustManager manager)private static voidReferenceCountedOpenSslServerContext. setVerifyCallback(long ctx, OpenSslEngineMap engineMap, javax.net.ssl.X509TrustManager manager)private static intReferenceCountedOpenSslContext.AbstractCertificateVerifier. translateToError(java.lang.Throwable cause)(package private) static booleanReferenceCountedOpenSslContext. useExtendedTrustManager(javax.net.ssl.X509TrustManager trustManager)javax.net.ssl.X509TrustManagerOpenSslX509TrustManagerWrapper.UnsafeTrustManagerWrapper. wrapIfNeeded(javax.net.ssl.X509TrustManager manager)javax.net.ssl.TrustManagerResumptionController. wrapIfNeeded(javax.net.ssl.TrustManager tm)private static javax.net.ssl.TrustManager[]JdkSslServerContext. wrapTrustManagerIfNeeded(javax.net.ssl.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 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 voidLazyX509Certificate. verify(java.security.PublicKey key, java.security.Provider sigProvider)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 DnsErrorCauseException(java.lang.String message, DnsResponseCode code, boolean shared)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.io.FilePlatformDependent. createTempFile(java.lang.String prefix, java.lang.String suffix, java.io.File directory)static java.lang.Throwable[]ThrowableUtil. getSuppressed(java.lang.Throwable source)static java.net.InetAddressSocketUtils. loopbackAddress()static <C> java.util.Deque<C>PlatformDependent. newConcurrentDeque()Returns a new concurrentDeque.private static voidNativeLibraryLoader. rethrowWithMoreDetailsIfPossible(java.lang.String name, java.lang.NoSuchMethodError error)private static intPlatformDependent. toIntExact8(long value)
-