Class SSLHandshakeInterceptor

  • All Implemented Interfaces:
    okhttp3.Interceptor

    public class SSLHandshakeInterceptor
    extends Object
    implements okhttp3.Interceptor
    Prints TLS Version and Cipher Suite for SSL Calls through OkHttp3
    • Constructor Detail

      • SSLHandshakeInterceptor

        public SSLHandshakeInterceptor()
    • Method Detail

      • intercept

        public okhttp3.Response intercept​(okhttp3.Interceptor.Chain chain)
                                   throws IOException
        Specified by:
        intercept in interface okhttp3.Interceptor
        Throws:
        IOException