Class Unix

    • Method Detail

      • registerInternal

        @UnstableApi
        public static void registerInternal​(java.lang.Runnable registerTask)
        Internal method... Should never be called from the user.
        Parameters:
        registerTask -
      • isAvailable

        @Deprecated
        public static boolean isAvailable()
        Deprecated.
        Returns true if and only if the netty_transport_native_unix is available.
      • ensureAvailability

        @Deprecated
        public static void ensureAvailability()
        Deprecated.
        Ensure that netty_transport_native_unix is available.
        Throws:
        java.lang.UnsatisfiedLinkError - if unavailable
      • unavailabilityCause

        @Deprecated
        public static java.lang.Throwable unavailabilityCause()
        Deprecated.
        Returns the cause of unavailability of netty_transport_native_unix.
        Returns:
        the cause if unavailable. null if available.