| Package | Description |
|---|---|
| cl.transbank.util | |
| cl.transbank.webpay.exception |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
HttpUtil.request(@NonNull URL url,
HttpUtil.RequestMethod method,
Object request,
Map<String,String> headers,
Class<T> clazz) |
<T> T |
HttpUtilImpl.request(@NonNull URL url,
HttpUtil.RequestMethod method,
Object request,
Map<String,String> headers,
Class<T> clazz)
Sends a HTTP request and returns the response.
|
String |
HttpUtil.request(URL url,
HttpUtil.RequestMethod method,
String query) |
String |
HttpUtilImpl.request(@NonNull URL url,
HttpUtil.RequestMethod method,
String query)
Sends a HTTP request and returns the response.
|
String |
HttpUtil.request(URL url,
HttpUtil.RequestMethod method,
String query,
HttpUtil.ContentType contentType) |
String |
HttpUtilImpl.request(@NonNull URL url,
HttpUtil.RequestMethod method,
String query,
HttpUtil.ContentType contentType)
Sends a HTTP request and returns the response.
|
String |
HttpUtil.request(@NonNull URL url,
HttpUtil.RequestMethod method,
String query,
HttpUtil.ContentType contentType,
Map<String,String> headers) |
String |
HttpUtilImpl.request(@NonNull URL url,
HttpUtil.RequestMethod method,
String query,
HttpUtil.ContentType contentType,
Map<String,String> headers)
Sends a HTTP request and returns the response.
|
String |
HttpUtil.request(@NonNull URL url,
HttpUtil.RequestMethod method,
String query,
Map<String,String> headers) |
String |
HttpUtilImpl.request(@NonNull URL url,
HttpUtil.RequestMethod method,
String query,
Map<String,String> headers)
Sends a HTTP request and returns the response.
|
<T> List<T> |
HttpUtil.requestList(@NonNull URL url,
HttpUtil.RequestMethod method,
Object request,
Map<String,String> headers,
Class<T[]> clazz) |
<T> List<T> |
HttpUtilImpl.requestList(@NonNull URL url,
HttpUtil.RequestMethod method,
Object request,
Map<String,String> headers,
Class<T[]> clazz) |
| Modifier and Type | Class and Description |
|---|---|
class |
InscriptionDeleteException
This class represents an exception that is thrown when an inscription deletion operation fails.
|
class |
InscriptionFinishException
This class represents an exception that is thrown when an inscription finish operation fails.
|
class |
InscriptionStartException
This class represents an exception that is thrown when an inscription start operation fails.
|
class |
TransactionAuthorizeException
This class represents an exception that is thrown when a transaction authorization fails.
|
class |
TransactionCaptureException
This class represents an exception that is thrown when a transaction capture operation fails.
|
class |
TransactionCommitException
This class represents an exception that is thrown when a transaction commit operation fails.
|
class |
TransactionCreateException
This class represents an exception that is thrown when a transaction creation fails.
|
class |
TransactionInstallmentException
This class represents an exception that is thrown when a transaction installment operation fails.
|
class |
TransactionRefundException
This class represents an exception that is thrown when a transaction refund operation fails.
|
class |
TransactionStatusException
This class represents an exception that is thrown when a transaction status operation fails.
|
class |
TransbankHttpApiException
This class represents an exception that is thrown when a Transbank HTTP API operation fails.
|
Copyright © 2018–2024. All rights reserved.