Modifier and Type | Method and Description |
---|---|
String |
HttpAccess.doDelete(String strUrl,
fr.paris.lutece.util.signrequest.RequestAuthenticator authenticator,
List<String> listElements,
Map<String,String> headersRequest,
Map<String,String> headersResponse)
Send a DELETE HTTP request to an url and return the response content
|
String |
HttpAccess.doGet(String strUrl)
Send a GET HTTP request to an Url and return the response content.
|
String |
HttpAccess.doGet(String strUrl,
fr.paris.lutece.util.signrequest.RequestAuthenticator authenticator,
List<String> listElements)
Send a GET HTTP request to an Url and return the response content.
|
String |
HttpAccess.doGet(String strUrl,
fr.paris.lutece.util.signrequest.RequestAuthenticator authenticator,
List<String> listElements,
Map<String,String> headers)
Send a GET HTTP request to an Url and return the response content.
|
String |
HttpAccess.doGet(String strUrl,
fr.paris.lutece.util.signrequest.RequestAuthenticator authenticator,
List<String> listElements,
Map<String,String> headersRequest,
Map<String,String> headersResponse)
Send a GET HTTP request to an Url and return the response content.
|
String |
HttpAccess.doPost(String strUrl,
Map<String,String> params)
Send a POST HTTP request to an url and return the response content
|
String |
HttpAccess.doPost(String strUrl,
Map<String,String> params,
fr.paris.lutece.util.signrequest.RequestAuthenticator authenticator,
List<String> listElements)
Send a POST HTTP request to an url and return the response content
|
String |
HttpAccess.doPost(String strUrl,
Map<String,String> params,
fr.paris.lutece.util.signrequest.RequestAuthenticator authenticator,
List<String> listElements,
Map<String,String> headersRequest)
Send a POST HTTP request to an url and return the response content
|
String |
HttpAccess.doPost(String strUrl,
Map<String,String> params,
fr.paris.lutece.util.signrequest.RequestAuthenticator authenticator,
List<String> listElements,
Map<String,String> headersRequest,
Map<String,String> headersResponse)
Send a POST HTTP request to an url and return the response content
|
String |
HttpAccess.doPostMultiPart(String strUrl,
Map<String,List<String>> params,
Map<String,org.apache.commons.fileupload.FileItem> fileItems)
Send a POST HTTP request to an url and return the response content
|
String |
HttpAccess.doPostMultiPart(String strUrl,
Map<String,List<String>> params,
Map<String,org.apache.commons.fileupload.FileItem> fileItems,
fr.paris.lutece.util.signrequest.RequestAuthenticator authenticator,
List<String> listElements)
Send a POST HTTP request to an url and return the response content
|
String |
HttpAccess.doPostMultiPart(String strUrl,
Map<String,List<String>> params,
Map<String,org.apache.commons.fileupload.FileItem> fileItems,
fr.paris.lutece.util.signrequest.RequestAuthenticator authenticator,
List<String> listElements,
Map<String,String> headersRequest)
Send a POST HTTP request to an url and return the response content
|
String |
HttpAccess.doPostMultiPart(String strUrl,
Map<String,List<String>> params,
Map<String,org.apache.commons.fileupload.FileItem> fileItems,
fr.paris.lutece.util.signrequest.RequestAuthenticator authenticator,
List<String> listElements,
Map<String,String> headersRequest,
Map<String,String> headersResponse)
Send a POST HTTP request to an url and return the response content
|
String |
HttpAccess.doPostMultiValues(String strUrl,
Map<String,List<String>> params)
Send a POST HTTP request to an url and return the response content
|
String |
HttpAccess.doPostMultiValues(String strUrl,
Map<String,List<String>> params,
fr.paris.lutece.util.signrequest.RequestAuthenticator authenticator,
List<String> listElements)
Send a POST HTTP request to an url and return the response content
|
String |
HttpAccess.doPostMultiValues(String strUrl,
Map<String,List<String>> params,
fr.paris.lutece.util.signrequest.RequestAuthenticator authenticator,
List<String> listElements,
Map<String,String> headersRequest)
Send a POST HTTP request to an url and return the response content
|
String |
HttpAccess.doPostMultiValues(String strUrl,
Map<String,List<String>> params,
fr.paris.lutece.util.signrequest.RequestAuthenticator authenticator,
List<String> listElements,
Map<String,String> headersRequest,
Map<String,String> headersResponse)
Send a POST HTTP request to an url and return the response content
|
String |
HttpAccess.doPut(String strUrl,
fr.paris.lutece.util.signrequest.RequestAuthenticator authenticator,
List<String> listElements,
Map<String,String> params,
Map<String,String> headersRequest,
Map<String,String> headersResponse)
Send a PUT HTTP request to an url and return the response content
|
org.apache.commons.fileupload.FileItem |
HttpAccess.downloadFile(String strUrl)
Send a GET HTTP request to an Url and return the response content.
|
void |
HttpAccess.downloadFile(String strUrl,
String strFilePath)
Send a GET HTTP request to an Url and return the response content.
|
String |
HttpAccess.getFileName(String strUrl)
Send a GET HTTP request to an Url and return the response content.
|
Copyright © 2015 City of Paris. All rights reserved.