Class Epoll

    • Method Detail

      • unavailabilityCause

        public static Throwable unavailabilityCause()
        Returns the cause of unavailability of netty-transport-native-epoll.
        Returns:
        the cause if unavailable. null if available.
      • isTcpFastOpenClientSideAvailable

        public static boolean isTcpFastOpenClientSideAvailable()
        Returns true if the epoll native transport is both available and supports client-side TCP FastOpen.
        Returns:
        true if it's possible to use client-side TCP FastOpen via epoll, otherwise false.
      • isTcpFastOpenServerSideAvailable

        public static boolean isTcpFastOpenServerSideAvailable()
        Returns true if the epoll native transport is both available and supports server-side TCP FastOpen.
        Returns:
        true if it's possible to use server-side TCP FastOpen via epoll, otherwise false.