Class SardineFactory
java.lang.Object
com.github.sardine.SardineFactory
The perfect name for a class. Provides the static methods for working with the Sardine interface.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Sardinebegin()Default begin() for when you don't need anything but no authentication and default settings for SSL.static SardinePass in a HTTP Auth username/password for being used with all connectionsstatic Sardinebegin(String username, String password, ProxySelector proxy)
-
Method Details
-
begin
Default begin() for when you don't need anything but no authentication and default settings for SSL. -
begin
-
begin
- Parameters:
username- Use in authentication header credentialspassword- Use in authentication header credentialsproxy- Proxy configuration
-