Package com.mercadopago.net
Interface MPHttpClient
-
- All Known Implementing Classes:
MPDefaultHttpClient
public interface MPHttpClient
MPHttpClient interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MPResponse
send(MPRequest request)
Method responsible to send a request.
-
-
-
Method Detail
-
send
MPResponse send(MPRequest request) throws MPException, MPApiException
Method responsible to send a request.- Parameters:
request
- request- Returns:
- response
- Throws:
MPException
- exceptionMPApiException
-
-