1 Reply Latest reply on May 23, 2006 5:25 PM by tom.elrod

    doc issue - setting SSL server socket factory

    mazz

      In Chapter 4 of users guide, it says on page 39 (of the .pdf):


      Note: If you want to set the server socket factory via the invoker's setServerSocketFactory() method, it requires a bit of work.


      And it goes on with an example - creating the factory, casting the invoker, and setting the factory.

      Question: why can't the Connector's API be used instead?

      The Connector has a "setServerSocketFactory" method on it too. I assume it simply delegates to the invoker.

      Am I missing something or is that Connector API new and the docs just haven't been updated with this new API?

        • 1. Re: doc issue - setting SSL server socket factory

          Do just has not been updated (will be for 2.0.0 release). Also, there are some issue with the pre-2.0.0 version doing this via Connector, which is that have to already have invoker created before the passthrough will happen (which has been fixed for 2.0.0).