Skip navigation links
B C D F G H I M N O S W 

B

BAD_REQUEST - Static variable in class fr.paris.lutece.util.httpaccess.HttpAccessStatus
 

C

CREATED - Static variable in class fr.paris.lutece.util.httpaccess.HttpAccessStatus
 

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.
doPostJSON(String, String, RequestAuthenticator, List<String>, Map<String, String>, Map<String, String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Do post json.
doPostJSON(String, String, Map<String, String>, Map<String, String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Do post json.
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.
doPutJSON(String, String, RequestAuthenticator, List<String>, Map<String, String>, Map<String, String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Do put json.
doPutJSON(String, String, Map<String, String>, Map<String, String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Do put json.
doRequestEnclosingMethod(String, String, String, String, String, RequestAuthenticator, List<String>, Map<String, String>, Map<String, String>) - Method in class fr.paris.lutece.util.httpaccess.HttpAccess
Do request enclosing method.
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.
getHeaders() - Method in class fr.paris.lutece.util.httpaccess.MemoryFileItem
 
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
Gets the single instance of 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
Gets the response code.
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
 
HttpAccessStatus - Class in fr.paris.lutece.util.httpaccess
Constants class for HTTP response code
HttpAccessStatus() - Constructor for class fr.paris.lutece.util.httpaccess.HttpAccessStatus
 

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

N

NOT_FOUND - Static variable in class fr.paris.lutece.util.httpaccess.HttpAccessStatus
 

O

OK - Static variable in class fr.paris.lutece.util.httpaccess.HttpAccessStatus
 

S

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

W

write(File) - Method in class fr.paris.lutece.util.httpaccess.MemoryFileItem
B C D F G H I M N O S W 
Skip navigation links

Copyright © 2016 City of Paris. All rights reserved.