Uses of Class
eu.europa.esig.dss.spi.client.http.Protocol
Package | Description |
---|---|
eu.europa.esig.dss.service.crl | |
eu.europa.esig.dss.spi.client.http |
-
Uses of Protocol in eu.europa.esig.dss.service.crl
Methods in eu.europa.esig.dss.service.crl with parameters of type Protocol Modifier and Type Method Description void
OnlineCRLSource. setPreferredProtocol(Protocol preferredProtocol)
This method allows to set the preferred protocol. -
Uses of Protocol in eu.europa.esig.dss.spi.client.http
Methods in eu.europa.esig.dss.spi.client.http that return Protocol Modifier and Type Method Description static Protocol
Protocol. getFrom(String urlString)
This method try to retrieve the protocol indicated by the given URL string.static Protocol
Protocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static Protocol[]
Protocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.