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).
Utility classes that helps easier development of TLS/SSL applications.
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 networkInterfaceprotected voidNioServerDomainSocketChannel.doBind(SocketAddress localAddress) protected voidNioServerSocketChannel.doBind(SocketAddress localAddress) protected voidNioDomainSocketChannel.doShutdownOutput()protected final voidNioSocketChannel.doShutdownOutput()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()protected SocketAddressNioDomainSocketChannel.remoteAddress0()Constructors in io.netty.channel.socket.nio with annotations of type SuppressJava6Requirement -
Uses of SuppressJava6Requirement in io.netty.handler.ssl
Methods in io.netty.handler.ssl with annotations of type SuppressJava6RequirementModifier and TypeMethodDescriptionfinal SSLParametersReferenceCountedOpenSslEngine.getSSLParameters()final voidReferenceCountedOpenSslEngine.setSSLParameters(SSLParameters sslParameters) -
Uses of SuppressJava6Requirement in io.netty.handler.ssl.util
Methods in io.netty.handler.ssl.util with annotations of type SuppressJava6Requirement -
Uses of SuppressJava6Requirement in io.netty.util.internal
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) 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.