Modifier and Type | Class and Description |
---|---|
class |
InvalidResponseStatus
InvalidResponseStatus
|
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.doPostJSON(String strUrl,
String strJSON,
Map<String,String> headersRequest,
Map<String,String> headersResponse)
Do post json.
|
String |
HttpAccess.doPostJSON(String strUrl,
String strJSON,
fr.paris.lutece.util.signrequest.RequestAuthenticator authenticator,
List<String> listElements,
Map<String,String> headersRequest,
Map<String,String> headersResponse)
Do post json.
|
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.
|
String |
HttpAccess.doPutJSON(String strUrl,
String strJSON,
Map<String,String> headersRequest,
Map<String,String> headersResponse)
Do put json.
|
String |
HttpAccess.doPutJSON(String strUrl,
String strJSON,
fr.paris.lutece.util.signrequest.RequestAuthenticator authenticator,
List<String> listElements,
Map<String,String> headersRequest,
Map<String,String> headersResponse)
Do put json.
|
String |
HttpAccess.doRequestEnclosingMethod(String strUrl,
String strMethod,
String strContent,
String contentType,
String charset,
fr.paris.lutece.util.signrequest.RequestAuthenticator authenticator,
List<String> listElements,
Map<String,String> headersRequest,
Map<String,String> headersResponse)
Do request enclosing method.
|
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 © 2017 City of Paris. All rights reserved.