Uses of Class
oracle.stellent.ridc.IdcRequestConfig
Packages that use IdcRequestConfig
Package
Description
-
Uses of IdcRequestConfig in oracle.stellent.ridc
Methods in oracle.stellent.ridc with parameters of type IdcRequestConfigModifier and TypeMethodDescriptionprotected ServiceRequest<TConnection>IdcClient.createRequest(IdcContext userContext, DataBinder dataBinder, TConnection connection, IdcRequestConfig requestConfig) Create the service request objectvoidIdcClient.logout(IdcContext userContext, IdcRequestConfig requestConfig) LogoutIdcClient.sendRequest(IdcContext userContext, DataBinder dataBinder, IdcRequestConfig requestConfig) Execute the request; sends the request to the Content Server and reads the response. -
Uses of IdcRequestConfig in oracle.stellent.ridc.common.http
Methods in oracle.stellent.ridc.common.http with parameters of type IdcRequestConfigModifier and TypeMethodDescriptionvoidRIDCHttpMethod.setRequestConfig(IdcRequestConfig requestConfig) Set the request-specific config for the request -
Uses of IdcRequestConfig in oracle.stellent.ridc.common.http.utils
Methods in oracle.stellent.ridc.common.http.utils with parameters of type IdcRequestConfigModifier and TypeMethodDescriptionstatic voidRIDCHttpClientUtils.addRequestData(IdcContext context, RIDCHttpClient httpClient, RIDCHttpMethod httpMethod, IdcRequestConfig requestConfig, boolean addCookies) Set standard request headers, cookies and other info into the HTTP method. -
Uses of IdcRequestConfig in oracle.stellent.ridc.protocol
Methods in oracle.stellent.ridc.protocol that return IdcRequestConfigMethods in oracle.stellent.ridc.protocol with parameters of type IdcRequestConfigModifier and TypeMethodDescriptionvoidServiceRequest.setRequestConfig(IdcRequestConfig requestConfig) Constructors in oracle.stellent.ridc.protocol with parameters of type IdcRequestConfigModifierConstructorDescriptionServiceRequest(IdcContext idcContext, DataBinder dataBinder, TConnection connection, IdcRequestConfig requestConfig) -
Uses of IdcRequestConfig in oracle.stellent.ridc.protocol.http
Methods in oracle.stellent.ridc.protocol.http that return IdcRequestConfig -
Uses of IdcRequestConfig in oracle.stellent.ridc.protocol.http.httpurlconnection.impl
Fields in oracle.stellent.ridc.protocol.http.httpurlconnection.impl declared as IdcRequestConfigModifier and TypeFieldDescriptionprotected IdcRequestConfigHttpURLConnectionMethod.requestConfigMethods in oracle.stellent.ridc.protocol.http.httpurlconnection.impl with parameters of type IdcRequestConfigModifier and TypeMethodDescriptionvoidHttpURLConnectionMethod.setRequestConfig(IdcRequestConfig requestConfig) -
Uses of IdcRequestConfig in oracle.stellent.ridc.protocol.http.oracle.impl
Fields in oracle.stellent.ridc.protocol.http.oracle.impl declared as IdcRequestConfigMethods in oracle.stellent.ridc.protocol.http.oracle.impl with parameters of type IdcRequestConfigModifier and TypeMethodDescriptionvoidHttpOracleMethod.setRequestConfig(IdcRequestConfig requestConfig) -
Uses of IdcRequestConfig in oracle.wcc.ridc.adfca.session
Methods in oracle.wcc.ridc.adfca.session with parameters of type IdcRequestConfigModifier and TypeMethodDescriptionRidcSession.sendRequest(DataBinder binder, IdcRequestConfig requestConfig) Convenience method for sending a request.