Uses of Class
eu.europa.esig.dss.service.http.commons.CommonsDataLoader
Package | Description |
---|---|
eu.europa.esig.dss.service.http.commons |
-
Uses of CommonsDataLoader in eu.europa.esig.dss.service.http.commons
Subclasses of CommonsDataLoader in eu.europa.esig.dss.service.http.commons Modifier and Type Class Description class
OCSPDataLoader
Implementation of DataLoader using HttpClient.class
TimestampDataLoader
Implementation of DataLoader using HttpClient to request a timestamp server.Methods in eu.europa.esig.dss.service.http.commons that return CommonsDataLoader Modifier and Type Method Description CommonsDataLoader
CommonsDataLoader. addAuthentication(String host, int port, String scheme, String login, String password)
Methods in eu.europa.esig.dss.service.http.commons with parameters of type CommonsDataLoader Modifier and Type Method Description void
CommonsDataLoader. propagateAuthentication(CommonsDataLoader commonsDataLoader)
This method allows to propagate the authentication information from the current object.void
SSLCertificateLoader. setCommonsDataLoader(CommonsDataLoader commonsDataLoader)
Allows to set a pre-configured CommonsDataLoader