Uses of Class
com.selectpdf.ApiEnums.SecureProtocol
-
Uses of ApiEnums.SecureProtocol in com.selectpdf
Methods in com.selectpdf that return ApiEnums.SecureProtocol Modifier and Type Method Description static ApiEnums.SecureProtocol
ApiEnums.SecureProtocol. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ApiEnums.SecureProtocol[]
ApiEnums.SecureProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.selectpdf with parameters of type ApiEnums.SecureProtocol Modifier and Type Method Description HtmlToPdfClient
HtmlToPdfClient. setSecureProtocol(ApiEnums.SecureProtocol secureProtocol)
Set the protocol used for secure (HTTPS) connections.