Uses of Class
com.maxmind.minfraud.exception.HttpException
- 
Packages that use HttpException Package Description com.maxmind.minfraud  - 
- 
Uses of HttpException in com.maxmind.minfraud
Methods in com.maxmind.minfraud that throw HttpException Modifier and Type Method Description FactorsResponseWebServiceClient. factors(Transaction transaction)Make a minFraud Factors request to the web service using the transaction request object passed to the method.InsightsResponseWebServiceClient. insights(Transaction transaction)Make a minFraud Insights request to the web service using the transaction request object passed to the method.voidWebServiceClient. reportTransaction(TransactionReport transaction)Make a Report Transaction request to the web service using the TransactionReport request object passed to the method.ScoreResponseWebServiceClient. score(Transaction transaction)Make a minFraud Score request to the web service using the transaction request object passed to the method. 
 -