com.davecoss.uploader
public interface HTTPSClient
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
WebResponse |
doGet(java.lang.String url) |
WebResponse |
doGet(java.net.URI uri) |
WebResponse |
doGet(java.net.URL url) |
WebResponse |
doPost(java.lang.String url,
HttpEntity mpEntity) |
WebResponse |
doPost(java.net.URI uri,
HttpEntity mpEntity) |
WebResponse |
doPost(java.net.URL url,
HttpEntity mpEntity) |
java.io.InputStream |
getContent(java.lang.String url) |
GenericBase64 |
getEncoder() |
JSONObject |
jsonGet(java.lang.String url) |
JSONObject |
jsonPost(java.lang.String url,
HttpEntity mpEntity) |
WebResponse |
postFile(java.lang.String url,
java.io.File thefile) |
void |
startClient() |
void |
startClient(CredentialsProvider creds,
java.net.URI uri) |
void startClient()
throws java.io.IOException
java.io.IOExceptionvoid startClient(CredentialsProvider creds,
java.net.URI uri)
throws java.io.IOException
java.io.IOExceptionjava.io.InputStream getContent(java.lang.String url)
throws java.io.IOException
java.io.IOExceptionJSONObject jsonGet(java.lang.String url)
throws java.io.IOException
java.io.IOExceptionWebResponse doGet(java.lang.String url) throws java.io.IOException
java.io.IOExceptionWebResponse doGet(java.net.URL url) throws java.io.IOException
java.io.IOExceptionWebResponse doGet(java.net.URI uri) throws java.io.IOException
java.io.IOExceptionJSONObject jsonPost(java.lang.String url,
HttpEntity mpEntity)
throws java.io.IOException
java.io.IOExceptionWebResponse doPost(java.lang.String url, HttpEntity mpEntity) throws java.io.IOException
java.io.IOExceptionWebResponse doPost(java.net.URL url, HttpEntity mpEntity) throws java.io.IOException
java.io.IOExceptionWebResponse doPost(java.net.URI uri, HttpEntity mpEntity) throws java.io.IOException
java.io.IOExceptionWebResponse postFile(java.lang.String url, java.io.File thefile) throws java.io.IOException
java.io.IOExceptionGenericBase64 getEncoder()
void close()
throws java.io.IOException
java.io.IOExceptionLast build: 2014-03-11 10:00 Copyright © 2013 David Coss. All Rights Reserved.