| Package | Description |
|---|---|
| com.github.sardine |
Base package with factories to work implementation agnostic.
|
| com.github.sardine.ant |
Ant task support.
|
| com.github.sardine.impl |
Assembles classes only related to the
HttpClient implementation. |
| Modifier and Type | Method and Description |
|---|---|
static Sardine |
SardineFactory.begin()
Default begin() for when you don't need anything but no authentication
and default settings for SSL.
|
static Sardine |
SardineFactory.begin(String username,
String password)
Pass in a HTTP Auth username/password for being used with all
connections
|
static Sardine |
SardineFactory.begin(String username,
String password,
ProxySelector proxy) |
| Modifier and Type | Method and Description |
|---|---|
Sardine |
SardineTask.getSardine()
Returns the sardine impl.
|
protected Sardine |
Command.getSardine()
Returns the Sardine for this command.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SardineImpl
Implementation of the Sardine interface.
|
Copyright © 2019. All rights reserved.