You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@river.apache.org by Peter Firmstone <ji...@zeus.net.au> on 2013/01/05 08:13:08 UTC

Re: LookupLocator and ServiceRegistrar - Patch

The patch attached includes the following:

   1. Dennis Reedy's LookupLocatorDiscovery patch.
   2. SocketFactory, ServerSocketFactory and SocketAddress Service Providers
   3. LookupLocator2 is an extension of LookupLocator, but with
      extensible serial form,  support for MethodConstraints and all
      existing Discovery protocols.  This would allow you to tunnel any
      existing discovery protocol, including ssl and kerberos over
      custom Sockets, using various SocketFactory providers, selected
      from the fragment component of URI.  Socket's aren't part of the
      LookupLocator2 implementation, they're implemented in non
      serializable classes, see the patch for details.

Cheers,

Peter.