Class SslSocketFactoryChannelCredentials


  • @ExperimentalApi("There is no plan to make this API stable, given transport API instability")
    public final class SslSocketFactoryChannelCredentials
    extends java.lang.Object
    A credential with full control over the SSLSocketFactory.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ChannelCredentials create​(javax.net.ssl.SSLSocketFactory factory)  
      • Methods inherited from class java.lang.Object

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

      • create

        public static ChannelCredentials create​(javax.net.ssl.SSLSocketFactory factory)