public interface MultipartRestClient
Modifier and Type | Method and Description |
---|---|
InputStream |
doDeleteRequest(String url,
Integer timeoutMillisecs) |
InputStream |
doGetRequest(String url,
Integer timeoutMillisecs)
Perform an HTTP GET request, setting the headers first and parsing /filtering
exceptions to the exception stream on the response into their
respective java instances.
|
InputStream |
doGetRequest(String url,
Integer timeoutMillisecs,
boolean followRedirect) |
org.apache.http.Header[] |
doGetRequestForHeaders(String url,
Integer timeoutMillisecs) |
org.apache.http.Header[] |
doHeadRequest(String url,
Integer timeoutMillisecs) |
InputStream |
doPostRequest(String url,
SimpleMultipartEntity entity,
Integer timeoutMillisecs) |
InputStream |
doPutRequest(String url,
SimpleMultipartEntity entity,
Integer timeoutMillisecs) |
String |
getLatestRequestUrl() |
X509Session |
getSession() |
InputStream doGetRequest(String url, Integer timeoutMillisecs) throws BaseException, ClientSideException
url
- - the encoded url stringBaseException
ClientSideException
InputStream doGetRequest(String url, Integer timeoutMillisecs, boolean followRedirect) throws BaseException, ClientSideException
BaseException
ClientSideException
org.apache.http.Header[] doGetRequestForHeaders(String url, Integer timeoutMillisecs) throws BaseException, ClientSideException
BaseException
ClientSideException
InputStream doDeleteRequest(String url, Integer timeoutMillisecs) throws BaseException, ClientSideException
BaseException
ClientSideException
org.apache.http.Header[] doHeadRequest(String url, Integer timeoutMillisecs) throws BaseException, ClientSideException
BaseException
ClientSideException
InputStream doPutRequest(String url, SimpleMultipartEntity entity, Integer timeoutMillisecs) throws BaseException, ClientSideException
BaseException
ClientSideException
InputStream doPostRequest(String url, SimpleMultipartEntity entity, Integer timeoutMillisecs) throws BaseException, ClientSideException
BaseException
ClientSideException
String getLatestRequestUrl()
X509Session getSession()
Copyright © 2020. All Rights Reserved.