Class Unix

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.util.concurrent.atomic.AtomicBoolean registered  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Unix()  
    • Field Detail

      • registered

        private static final java.util.concurrent.atomic.AtomicBoolean registered
    • Constructor Detail

      • Unix

        private 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.