|
SAP NetWeaver '04 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||