Package io.grpc.netty

Class JettyTlsUtil.Java9AlpnUnavailabilityCauseHolder

  • Enclosing class:
    JettyTlsUtil

    private static class JettyTlsUtil.Java9AlpnUnavailabilityCauseHolder
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.lang.Throwable cause  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static java.lang.Throwable checkAlpnAvailability()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • cause

        static final java.lang.Throwable cause
    • Constructor Detail

      • Java9AlpnUnavailabilityCauseHolder

        private Java9AlpnUnavailabilityCauseHolder()
    • Method Detail

      • checkAlpnAvailability

        static java.lang.Throwable checkAlpnAvailability()