Class Native

java.lang.Object
io.netty.channel.epoll.Native

public final class Native extends Object
Native helper methods

Internal usage only!

Static members which call JNI methods must be defined in NativeStaticallyReferencedJniMethods.

  • Field Details

    • logger

      private static final InternalLogger logger
    • INET6_ANY

      static final InetAddress INET6_ANY
    • INET_ANY

      static final InetAddress INET_ANY
    • EPOLLIN

      public static final int EPOLLIN
    • EPOLLOUT

      public static final int EPOLLOUT
    • EPOLLRDHUP

      public static final int EPOLLRDHUP
    • EPOLLET

      public static final int EPOLLET
    • EPOLLERR

      public static final int EPOLLERR
    • IS_SUPPORTING_SENDMMSG

      public static final boolean IS_SUPPORTING_SENDMMSG
    • IS_SUPPORTING_RECVMMSG

      static final boolean IS_SUPPORTING_RECVMMSG
    • IS_SUPPORTING_UDP_SEGMENT

      static final boolean IS_SUPPORTING_UDP_SEGMENT
    • TFO_ENABLED_CLIENT_MASK

      private static final int TFO_ENABLED_CLIENT_MASK
      See Also:
    • TFO_ENABLED_SERVER_MASK

      private static final int TFO_ENABLED_SERVER_MASK
      See Also:
    • TCP_FASTOPEN_MODE

      private static final int TCP_FASTOPEN_MODE
    • IS_SUPPORTING_TCP_FASTOPEN_CLIENT

      static final boolean IS_SUPPORTING_TCP_FASTOPEN_CLIENT
      tcp_fastopen client mode enabled state.
    • IS_SUPPORTING_TCP_FASTOPEN_SERVER

      static final boolean IS_SUPPORTING_TCP_FASTOPEN_SERVER
      tcp_fastopen server mode enabled state.
    • IS_SUPPORTING_TCP_FASTOPEN

      @Deprecated public static final boolean IS_SUPPORTING_TCP_FASTOPEN
    • TCP_MD5SIG_MAXKEYLEN

      public static final int TCP_MD5SIG_MAXKEYLEN
    • KERNEL_VERSION

      public static final String KERNEL_VERSION
  • Constructor Details

    • Native

      private Native()
  • Method Details