D F G H I M S W 

D

delete() - Method in class fr.paris.lutece.util.httpaccess.MemoryFileItem
doDelete(String, RequestAuthenticator, List<String>, Map<String, String>, Map<String, String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a DELETE HTTP request to an url and return the response content
doGet(String) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a GET HTTP request to an Url and return the response content.
doGet(String, RequestAuthenticator, List<String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a GET HTTP request to an Url and return the response content.
doGet(String, RequestAuthenticator, List<String>, Map<String, String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a GET HTTP request to an Url and return the response content.
doGet(String, RequestAuthenticator, List<String>, Map<String, String>, Map<String, String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a GET HTTP request to an Url and return the response content.
doPost(String, Map<String, String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a POST HTTP request to an url and return the response content
doPost(String, Map<String, String>, RequestAuthenticator, List<String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a POST HTTP request to an url and return the response content
doPost(String, Map<String, String>, RequestAuthenticator, List<String>, Map<String, String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a POST HTTP request to an url and return the response content
doPost(String, Map<String, String>, RequestAuthenticator, List<String>, Map<String, String>, Map<String, String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a POST HTTP request to an url and return the response content
doPostMultiPart(String, Map<String, List<String>>, Map<String, FileItem>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a POST HTTP request to an url and return the response content
doPostMultiPart(String, Map<String, List<String>>, Map<String, FileItem>, RequestAuthenticator, List<String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a POST HTTP request to an url and return the response content
doPostMultiPart(String, Map<String, List<String>>, Map<String, FileItem>, RequestAuthenticator, List<String>, Map<String, String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a POST HTTP request to an url and return the response content
doPostMultiPart(String, Map<String, List<String>>, Map<String, FileItem>, RequestAuthenticator, List<String>, Map<String, String>, Map<String, String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a POST HTTP request to an url and return the response content
doPostMultiValues(String, Map<String, List<String>>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a POST HTTP request to an url and return the response content
doPostMultiValues(String, Map<String, List<String>>, RequestAuthenticator, List<String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a POST HTTP request to an url and return the response content
doPostMultiValues(String, Map<String, List<String>>, RequestAuthenticator, List<String>, Map<String, String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a POST HTTP request to an url and return the response content
doPostMultiValues(String, Map<String, List<String>>, RequestAuthenticator, List<String>, Map<String, String>, Map<String, String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a POST HTTP request to an url and return the response content
doPut(String, RequestAuthenticator, List<String>, Map<String, String>, Map<String, String>, Map<String, String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a PUT HTTP request to an url and return the response content
downloadFile(String, String) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a GET HTTP request to an Url and return the response content.
downloadFile(String) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a GET HTTP request to an Url and return the response content.

F

fr.paris.lutece.util.httpaccess - package fr.paris.lutece.util.httpaccess
 

G

get() - Method in class fr.paris.lutece.util.httpaccess.MemoryFileItem
getContentType() - Method in class fr.paris.lutece.util.httpaccess.MemoryFileItem
getFieldName() - Method in class fr.paris.lutece.util.httpaccess.MemoryFileItem
Not supported
getFileName(String) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Send a GET HTTP request to an Url and return the response content.
getHttpClient(HttpMethodBase) - Method in class fr.paris.lutece.util.httpaccess.HttpAccessService
get an HTTP client object using current configuration
getInputStream() - Method in class fr.paris.lutece.util.httpaccess.MemoryFileItem
getInstance() - Static method in class fr.paris.lutece.util.httpaccess.HttpAccessService
 
getName() - Method in class fr.paris.lutece.util.httpaccess.MemoryFileItem
getOutputStream() - Method in class fr.paris.lutece.util.httpaccess.MemoryFileItem
getResponseCode() - Method in exception fr.paris.lutece.util.httpaccess.HttpAccessException
 
getSize() - Method in class fr.paris.lutece.util.httpaccess.MemoryFileItem
getString() - Method in class fr.paris.lutece.util.httpaccess.MemoryFileItem
getString(String) - Method in class fr.paris.lutece.util.httpaccess.MemoryFileItem

H

HttpAccess - Class in fr.paris.lutece.util.httpaccess
Http net Object Accessor
HttpAccess() - Constructor for class fr.paris.lutece.util.httpaccess.HttpAccess
 
HttpAccessException - Exception in fr.paris.lutece.util.httpaccess
Exception thrown by the util class HttpAccess
HttpAccessException(String, Exception) - Constructor for exception fr.paris.lutece.util.httpaccess.HttpAccessException
Creates a new instance of HttpAccessException
HttpAccessException(String, Integer, Exception) - Constructor for exception fr.paris.lutece.util.httpaccess.HttpAccessException
Creates a new instance of HttpAccessException
HttpAccessService - Class in fr.paris.lutece.util.httpaccess
HttpAccessService
HttpAccessService() - Constructor for class fr.paris.lutece.util.httpaccess.HttpAccessService
 

I

isFormField() - Method in class fr.paris.lutece.util.httpaccess.MemoryFileItem
isInMemory() - Method in class fr.paris.lutece.util.httpaccess.MemoryFileItem

M

matchResponseCodeAuthorized(Integer) - Method in class fr.paris.lutece.util.httpaccess.HttpAccessService
test if the http code return is authorized
MemoryFileItem - Class in fr.paris.lutece.util.httpaccess
MemoryFileItem
MemoryFileItem(byte[], String, long, String) - Constructor for class fr.paris.lutece.util.httpaccess.MemoryFileItem
Constructor

S

setFieldName(String) - Method in class fr.paris.lutece.util.httpaccess.MemoryFileItem
setFormField(boolean) - Method in class fr.paris.lutece.util.httpaccess.MemoryFileItem

W

write(File) - Method in class fr.paris.lutece.util.httpaccess.MemoryFileItem
D F G H I M S W 

Copyright © 2015 City of Paris. All rights reserved.