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.IOException
void startClient(CredentialsProvider creds, java.net.URI uri) throws java.io.IOException
java.io.IOException
java.io.InputStream getContent(java.lang.String url) throws java.io.IOException
java.io.IOException
JSONObject jsonGet(java.lang.String url) throws java.io.IOException
java.io.IOException
WebResponse doGet(java.lang.String url) throws java.io.IOException
java.io.IOException
WebResponse doGet(java.net.URL url) throws java.io.IOException
java.io.IOException
WebResponse doGet(java.net.URI uri) throws java.io.IOException
java.io.IOException
JSONObject jsonPost(java.lang.String url, HttpEntity mpEntity) throws java.io.IOException
java.io.IOException
WebResponse doPost(java.lang.String url, HttpEntity mpEntity) throws java.io.IOException
java.io.IOException
WebResponse doPost(java.net.URL url, HttpEntity mpEntity) throws java.io.IOException
java.io.IOException
WebResponse doPost(java.net.URI uri, HttpEntity mpEntity) throws java.io.IOException
java.io.IOException
WebResponse postFile(java.lang.String url, java.io.File thefile) throws java.io.IOException
java.io.IOException
GenericBase64 getEncoder()
void close() throws java.io.IOException
java.io.IOException
Last build: 2014-03-11 10:00 Copyright © 2013 David Coss. All Rights Reserved.