Class DavClientFactory


  • public class DavClientFactory
    extends Object
    • Constructor Detail

      • DavClientFactory

        public DavClientFactory()
    • Method Detail

      • withPreemptiveAuth

        public DavClientFactory withPreemptiveAuth​(boolean preemptiveAuth)
      • withFollowRedirects

        public DavClientFactory withFollowRedirects​(boolean followRedirects)
      • newInstance

        public DefaultDavClient newInstance​(URL url)
        Create a new client instance. Note that if a path is specified it should include a trailing forward slash.
        Parameters:
        url - the URL of the DAV repository
        Returns:
        a new client instance