Uses of Class
com.sap.ip.me.api.services.HttpConnectionException

Packages that use HttpConnectionException
com.sap.ip.me.api.services   
 

Uses of HttpConnectionException in com.sap.ip.me.api.services
 

Methods in com.sap.ip.me.api.services that throw HttpConnectionException
static void IOUtils.httpPost(java.lang.String sUrl, int len, java.io.InputStream in, java.io.OutputStream out, boolean compressed)
          Wrapps the given inputstream into a http post request to the given url and writes the response into the given outputstream.
static void IOUtils.httpPost(java.lang.String sUrl, int len, java.io.InputStream in, java.io.OutputStream out)
          Wrapps the given inputstream into a http post request to the given url and writes the response into the given outputstream.
static void IOUtils.httpPost(java.lang.String sUrl, java.lang.String source, java.lang.String destination, boolean compressed)
          Sends a http post request to the given url.
static void IOUtils.httpPost(java.lang.String sUrl, java.lang.String source, java.lang.String destination)
          Sends a http post request to the given url.
static void IOUtils.httpGet(java.lang.String sUrl, java.lang.String destination, boolean compressed)
          Sends a http get request to the given url.
static void IOUtils.httpGet(java.lang.String sUrl, java.lang.String destination)
          Sends a http get request to the given url.
static void IOUtils.httpGet(java.lang.String sUrl, java.io.OutputStream out, boolean compressed)
          Sends a http get request to the given url.
static void IOUtils.httpGet(java.lang.String sUrl, java.io.OutputStream out)
          Sends a http get request to the given url.
static void IOUtils.isConnectable(java.net.URL url)
          Checks if a connection can be established to the given url.
static void IOUtils.isConnectable(java.net.URL url, java.lang.String userName, java.lang.String password, java.lang.String ssoTicket)
          Checks if a connection can be established to the given url.
 



Copyright © 2005 SAP AG. All Rights Reserved.