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 objectvoid
IdcClient.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 TypeMethodDescriptionvoid
RIDCHttpMethod.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 void
RIDCHttpClientUtils.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 TypeMethodDescriptionvoid
ServiceRequest.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 IdcRequestConfig
HttpURLConnectionMethod.requestConfig
Methods in oracle.stellent.ridc.protocol.http.httpurlconnection.impl with parameters of type IdcRequestConfigModifier and TypeMethodDescriptionvoid
HttpURLConnectionMethod.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 TypeMethodDescriptionvoid
HttpOracleMethod.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.