Author: ron.sigal(a)jboss.com
Date: 2012-07-18 22:40:54 -0400 (Wed, 18 Jul 2012)
New Revision: 6456
Modified:
remoting2/branches/2.x/docs/userguide/en/chap7.xml
Log:
JBREM-1306: Add discussion of new parameter "useDefaultSslSocketFactory".
Modified: remoting2/branches/2.x/docs/userguide/en/chap7.xml
===================================================================
--- remoting2/branches/2.x/docs/userguide/en/chap7.xml 2012-07-19 02:33:24 UTC (rev 6455)
+++ remoting2/branches/2.x/docs/userguide/en/chap7.xml 2012-07-19 02:40:54 UTC (rev 6456)
@@ -167,6 +167,11 @@
used by <classname>HTTPSClientInvoker</classname>. The value should be the
fully qualified
classname of a class that implements
<classname>javax.net.ssl.HostnameVerifier</classname> and has
a void constructor.</para>
+
+ <para><emphasis
role="bold">useDefaultSslSocketFactory</emphasis> - if set to true,
then
+ <methodname>HTTPSClientInvoker.createSocketFactory()</methodname> will
call
+ <methodname>HttpsURLConnection.getDefaultSSLSocketFactory()</methodname>
instead of trying to
+ build a SocketFactory.</para>
</section>
<section>
Show replies by date