public interface CarConnectionService
| Modifier and Type | Method and Description |
|---|---|
java.net.HttpURLConnection |
createConnection(java.lang.String absoluteUri,
java.lang.String contentType,
java.lang.String httpMethod) |
java.net.HttpURLConnection createConnection(java.lang.String absoluteUri,
java.lang.String contentType,
java.lang.String httpMethod)
throws java.io.IOException,
java.net.MalformedURLException
absoluteUri - Absolute target URI for CARcontentType - Content Type expected to be receivedhttpMethod - HTTP Method to be used (PUT/POST/GET etc...)java.io.IOException - Exception thrown if an exception occurs when opening the connectionjava.net.MalformedURLException - Thrown if an unknown or unspecified protocol is providedCopyright © 2018 SAP SE. All Rights Reserved.