public final class OpenSsl extends Object
netty-tcnative and its OpenSSL support
are available.| Modifier and Type | Method and Description |
|---|---|
static void |
ensureAvailability()
Ensure that
netty-tcnative and
its OpenSSL support are available. |
static boolean |
isAvailable()
Returns
true if and only if
netty-tcnative and its OpenSSL support
are available. |
static Throwable |
unavailabilityCause()
Returns the cause of unavailability of
netty-tcnative and its OpenSSL support. |
public static boolean isAvailable()
true if and only if
netty-tcnative and its OpenSSL support
are available.public static void ensureAvailability()
netty-tcnative and
its OpenSSL support are available.UnsatisfiedLinkError - if unavailablepublic static Throwable unavailabilityCause()
netty-tcnative and its OpenSSL support.null if available.Copyright © 2008-2016 The Netty Project. All Rights Reserved.