Package io.grpc.netty
Class JettyTlsUtil
java.lang.Object
io.grpc.netty.JettyTlsUtil
Utility class for determining support for Jetty TLS ALPN/NPN.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static Throwable
(package private) static Throwable
(package private) static Throwable
(package private) static boolean
Indicates whether Java 9 ALPN is available.(package private) static boolean
Indicates whether or not the Jetty ALPN jar is installed in the boot classloader.(package private) static boolean
Indicates whether or not the Jetty NPN jar is installed in the boot classloader.
-
Field Details
-
Constructor Details
-
JettyTlsUtil
private JettyTlsUtil()
-
-
Method Details
-
isJettyAlpnConfigured
static boolean isJettyAlpnConfigured()Indicates whether or not the Jetty ALPN jar is installed in the boot classloader. -
isJettyNpnConfigured
static boolean isJettyNpnConfigured()Indicates whether or not the Jetty NPN jar is installed in the boot classloader. -
isJava9AlpnAvailable
static boolean isJava9AlpnAvailable()Indicates whether Java 9 ALPN is available.
-