Class OAuthHandlerHelper<T extends HttpURLConnection>
- java.lang.Object
-
- com.sap.cloud.servicesdk.xbem.extension.sapcp.jms.httpconnection.OAuthHandlerHelper<T>
-
public class OAuthHandlerHelper<T extends HttpURLConnection> extends Object
-
-
Constructor Summary
Constructors Constructor Description OAuthHandlerHelper()
-
-
-
Method Detail
-
post
public String post(T con, String body) throws IOException
- Throws:
IOException
-
post
public String post(T con, String content, Map<String,String> additionalHeaders) throws IOException
- Throws:
IOException
-
getProxy
public Proxy getProxy()
-
openConnection
public T openConnection(String url) throws IOException
- Throws:
IOException
-
-