Uses of Class
com.sapportals.portal.ivs.http.HttpClientException

Packages that use HttpClientException
com.sap.portal.httpconnectivity.httpauthentication.engine   
com.sapportals.portal.ivs.http   
 

Uses of HttpClientException in com.sap.portal.httpconnectivity.httpauthentication.engine
 

Methods in com.sap.portal.httpconnectivity.httpauthentication.engine that throw HttpClientException
 void IServerProviderAuth.ActivateServerAuthenticationAssistant(IPortalComponentRequest request, Map headersMap, IAuthMethodInformation methodInformation)
          DOCUMENT ME!
 

Uses of HttpClientException in com.sapportals.portal.ivs.http
 

Methods in com.sapportals.portal.ivs.http that throw HttpClientException
 void HttpClient.appendRequestProperty(String name, String value)
          Append a request property, if the property already exists the value given overrides the old value.
 URL IHttpClient.getCurrentURL()
          Return the url the HttpClient object last retreived.
 URL HttpClient.getCurrentURL()
          Return the url which the HttpClient object last retreived.
 String IHttpClient.getHeaderFieldKey(int pos)
          after the IHttpClient.send() method was called , use this method to get the HTTP header name by specifying the header position.
 String HttpClient.getHeaderFieldKey(int pos)
          after the HttpClient.send() method was called , use this method to get the HTTP header name by specifying the header position.
 String IHttpClient.getResponseHeader(int pos)
          after the IHttpClient.send() method was called , use this method to get the HTTP header value by specifying the header position.
 String HttpClient.getResponseHeader(int pos)
          after the HttpClient.send() method was called , use this method to get the HTTP header value by specifying the header position.
 String IHttpClient.getResponseHeader(String headerName)
          after the IHttpClient.send() method was called , use this method to get the HTTP header value by specifying the header name returned by the remote HTTP server.
 String HttpClient.getResponseHeader(String headerName)
          after the HttpClient.send() method was called , use this method to get the HTTP header value by specifying the header name returned by the remote HTTP server.
 List IHttpClient.getResponseHeaders()
          Return all the headers value in a list of String objects
 List HttpClient.getResponseHeaders()
          Return all the headers value in a list of String objects
 InputStream IHttpClient.getResponseInputStream()
          return the entire server response in an InputStream.
 InputStream HttpClient.getResponseInputStream()
          return the entire server response in an InputStream.
 int IHttpClient.getStatusCode()
          after the IHttpClient.send() method was called , use this method to get the HTTP status code returned by the remote HTTP server.
 int HttpClient.getStatusCode()
          after the HttpClient.send() method was called , use this method to get the HTTP status code returned by the remote HTTP server.
 String IHttpClient.getStatusMessage()
          after the IHttpClient.send() method was called , use this method to get the HTTP status message returned by the remote HTTP server.
 String HttpClient.getStatusMessage()
          after the HttpClient.send() method was called , use this method to get the HTTP status message returned by the remote HTTP server.
 int IHttpClient.send()
          send the request to the remote server.
 int HttpClient.send()
          Send the request to the remote server.
 void HttpClient.setRequestProperties(Attribute[] reqProperties)
          Sets the request properties.
 void HttpClient.setRequestProperties(Attributes reqProperties)
          Deprecated. Please use setRequestProperties (Attribute[] reqProperties) for maintaining parameters order in the URL.
 void IHttpClient.setRequestProperty(String headerName, String headerValue)
          Set the request header of a request, if the header already exists the value given overrides the old value.
 void HttpClient.setRequestProperty(String headerName, String headerValue)
          Set the request header of a request, if the header already exists the value given overrides the old value.
 



Copyright 2011 SAP AG Complete Copyright Notice