Package net.fortuna.ical4j.connector.dav
Class DavClientConfiguration
- java.lang.Object
-
- net.fortuna.ical4j.connector.dav.DavClientConfiguration
-
public class DavClientConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description DavClientConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isFollowRedirects()
boolean
isPreemptiveAuth()
DavClientConfiguration
withFollowRedirects(boolean followRedirects)
DavClientConfiguration
withPreemptiveAuth(boolean preemptiveAuth)
-
-
-
Method Detail
-
withPreemptiveAuth
public DavClientConfiguration withPreemptiveAuth(boolean preemptiveAuth)
-
withFollowRedirects
public DavClientConfiguration withFollowRedirects(boolean followRedirects)
-
isPreemptiveAuth
public boolean isPreemptiveAuth()
-
isFollowRedirects
public boolean isFollowRedirects()
-
-