Package com.mercadopago.net
Interface MPHttpClient
-
- All Known Implementing Classes:
MPDefaultHttpClient
public interface MPHttpClientMPHttpClient interface.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MPResponsesend(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
-
-