Package io.netty.channel.unix
Class Unix
java.lang.Object
io.netty.channel.unix.Unix
Tells if
netty-transport-native-unix
is
supported.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
Deprecated.static boolean
Deprecated.static void
registerInternal
(Runnable registerTask) Internal method...static Throwable
Deprecated.
-
Field Details
-
registered
-
-
Constructor Details
-
Unix
private Unix()
-
-
Method Details
-
registerInternal
Internal method... Should never be called from the user.- Parameters:
registerTask
-
-
isAvailable
Deprecated.Returnstrue
if and only if thenetty_transport_native_unix
is available. -
ensureAvailability
Deprecated.Ensure thatnetty_transport_native_unix
is available.- Throws:
UnsatisfiedLinkError
- if unavailable
-