Uses of Interface
com.mercadopago.net.MPHttpClient
-
-
Uses of MPHttpClient in com.mercadopago
Methods in com.mercadopago that return MPHttpClient Modifier and Type Method Description static MPHttpClient
MercadoPagoConfig. getHttpClient()
Verifies which http client use.Methods in com.mercadopago with parameters of type MPHttpClient Modifier and Type Method Description static void
MercadoPagoConfig. setHttpClient(MPHttpClient httpClient)
-
Uses of MPHttpClient in com.mercadopago.client
Fields in com.mercadopago.client declared as MPHttpClient Modifier and Type Field Description protected MPHttpClient
MercadoPagoClient. httpClient
Constructors in com.mercadopago.client with parameters of type MPHttpClient Constructor Description MercadoPagoClient(MPHttpClient httpClient)
MercadoPagoClient constructor. -
Uses of MPHttpClient in com.mercadopago.client.cardtoken
Constructors in com.mercadopago.client.cardtoken with parameters of type MPHttpClient Constructor Description CardTokenClient(MPHttpClient httpClient)
CardTokenClient constructor. -
Uses of MPHttpClient in com.mercadopago.client.customer
Constructors in com.mercadopago.client.customer with parameters of type MPHttpClient Constructor Description CustomerCardClient(MPHttpClient httpClient)
Constructor used for providing a custom http client.CustomerClient(MPHttpClient httpClient)
Constructor used for providing a custom http client. -
Uses of MPHttpClient in com.mercadopago.client.identificationtype
Constructors in com.mercadopago.client.identificationtype with parameters of type MPHttpClient Constructor Description IdentificationTypeClient(MPHttpClient httpClient)
Constructor used for providing a custom http client. -
Uses of MPHttpClient in com.mercadopago.client.merchantorder
Constructors in com.mercadopago.client.merchantorder with parameters of type MPHttpClient Constructor Description MerchantOrderClient(MPHttpClient httpClient)
Constructor used for providing a custom http client. -
Uses of MPHttpClient in com.mercadopago.client.oauth
Constructors in com.mercadopago.client.oauth with parameters of type MPHttpClient Constructor Description OauthClient(MPHttpClient httpClient)
Constructor used for providing a custom http client. -
Uses of MPHttpClient in com.mercadopago.client.payment
Constructors in com.mercadopago.client.payment with parameters of type MPHttpClient Constructor Description PaymentClient(MPHttpClient httpClient)
Constructor used for providing a custom http client.PaymentRefundClient(MPHttpClient httpClient)
Constructor used for providing a custom http client. -
Uses of MPHttpClient in com.mercadopago.client.paymentmethod
Constructors in com.mercadopago.client.paymentmethod with parameters of type MPHttpClient Constructor Description PaymentMethodClient(MPHttpClient httpClient)
Constructor used for providing a custom http client. -
Uses of MPHttpClient in com.mercadopago.client.point
Constructors in com.mercadopago.client.point with parameters of type MPHttpClient Constructor Description PointClient(MPHttpClient httpClient)
Constructor used for providing a custom http client. -
Uses of MPHttpClient in com.mercadopago.client.preapproval
Constructors in com.mercadopago.client.preapproval with parameters of type MPHttpClient Constructor Description PreapprovalClient(MPHttpClient httpClient)
Constructor used for providing a custom http client. -
Uses of MPHttpClient in com.mercadopago.client.preference
Constructors in com.mercadopago.client.preference with parameters of type MPHttpClient Constructor Description PreferenceClient(MPHttpClient httpClient)
Constructor used for providing a custom http client. -
Uses of MPHttpClient in com.mercadopago.client.user
Constructors in com.mercadopago.client.user with parameters of type MPHttpClient Constructor Description UserClient(MPHttpClient httpClient)
Constructor used for providing a custom http client. -
Uses of MPHttpClient in com.mercadopago.net
Classes in com.mercadopago.net that implement MPHttpClient Modifier and Type Class Description class
MPDefaultHttpClient
Mercado Pago default Http Client class.
-