SAP NetWeaver '04

Uses of Interface
com.sapportals.wcm.util.http.IRequester

Packages that use IRequester
com.sapportals.wcm.util.http A collection of classes and interfaces for client-side HTTP access.  
com.sapportals.wcm.util.http.slim An implementation of the com.sapportals.wcm.util.http interfaces.  
 

Uses of IRequester in com.sapportals.wcm.util.http
 

Methods in com.sapportals.wcm.util.http that return IRequester
 IRequester IRequesterFactory.getRequester(IContext context)
           
 

Methods in com.sapportals.wcm.util.http with parameters of type IRequester
 boolean ICredentials.apply(IRequester requester, java.lang.String uri, IRequest request, java.lang.String headerName)
          Calculate the credentials for this HTTP Request
 boolean ICredentials.setup(IRequester requester, java.lang.String header)
          Set the credentials for this context depending on the header information (received from a 401 response).
 boolean ICredentials.setup(IRequester requester, java.lang.String header, boolean retry)
          Set the credentials for this context depending on the header information (received from a 401 response).
 void ICredentials.got(IRequester requester, IResponse response)
          Process authenticate information in the response message, like Authenticate-Info.
 void ICredentials.startUse(IRequester requester)
          Announce to credentials that they are used on a new connection for the specified requester.
 void ICredentials.endUse(IRequester requester)
          Announce to credentials that they are no longer used for the specified requester.
 boolean ICredentials.canTriggerAuthentication(IRequester requester)
          Return if credentials can trigger HTTP 401 reponses for this requester
 boolean IContext.applyCredentials(IRequester requester, java.lang.String uri, IRequest request)
          Apply the credentials for a HTTP request.
 boolean IContext.setupCredentials(IRequester requester, Headers header)
          Set the credentials for this context depending on the header information (received from a 401 response).
 boolean IContext.setupProxyCredentials(IRequester requester, Headers header)
          Set the credentials for this context depending on the header information (received from a 407 response).
 void IContext.responseCredentials(IRequester requester, IResponse response)
          Give the context the possiblity to process authenticate information in the response message, like Authenticate-Info.
 void IContext.openedConnection(IRequester requester)
          New connection in requester was opened for this context.
 void IContext.startUse(IRequester requester)
          This context will be used for the given requester
 void IContext.endUse(IRequester requester)
          This context will no longer be used for the given requester
 boolean IContext.canTriggerAuthentication(IRequester requester)
          Return if authentication responses (HTTP 401) can be triggered in this context.
 

Uses of IRequester in com.sapportals.wcm.util.http.slim
 

Methods in com.sapportals.wcm.util.http.slim that return IRequester
 IRequester SlimRequesterFactory.getRequester(IContext context)
           
 


SAP NetWeaver '04

Copyright © 2004 by SAP AG. All Rights Reserved.
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary.

These materials are subject to change without notice. These materials are provided by SAP AG and its affiliated companies ("SAP Group") for informational purposes only, without representation or warranty of any kind, and SAP Group shall not be liable for errors or omissions with respect to the materials. The only warranties for SAP Group products and services are those that are set forth in the express warranty statements accompanying such products and services, if any. Nothing herein should be construed as constituting an additional warranty.