| Package | Description |
|---|---|
| com.github.sardine.impl |
Assembles classes only related to the
HttpClient implementation. |
| com.github.sardine.impl.io |
I/O support
HttpClient implementation. |
| Modifier and Type | Method and Description |
|---|---|
ContentLengthInputStream |
SardineImpl.get(String url) |
ContentLengthInputStream |
SardineImpl.get(String url,
List<org.apache.http.Header> headers) |
ContentLengthInputStream |
SardineImpl.get(String url,
Map<String,String> headers) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsumingInputStream
Wrapper for the input stream, will consume the rest of the response on
ConsumingInputStream.close(). |
Copyright © 2015. All rights reserved.