Uses of Class
oracle.stellent.ridc.protocol.http.IdcHttpClientConnection
Packages that use IdcHttpClientConnection
-
Uses of IdcHttpClientConnection in oracle.stellent.ridc.protocol.http
Methods in oracle.stellent.ridc.protocol.http that return IdcHttpClientConnectionModifier and TypeMethodDescriptionIdcHttpConnectionManager.createConnection
(IdcHttpClientConfig clientConfig) Create a new connection.IdcHttpProtocol.getConnection()
Methods in oracle.stellent.ridc.protocol.http that return types with arguments of type IdcHttpClientConnectionModifier and TypeMethodDescriptionIdcHttpClient.createConnectionManager()
Create the connection managerIdcHttpProtocol.getServiceRequest()
Methods in oracle.stellent.ridc.protocol.http with parameters of type IdcHttpClientConnectionModifier and TypeMethodDescriptionvoid
IdcHttpConnectionManager.cleanupConnection
(IdcHttpClientConnection connection) Cleanup the connection on this service requestvoid
IdcHttpConnectionManager.initializeConnection
(IdcHttpClientConnection connection) Initialize a connection acquired from the threading model to use with this service request object.Method parameters in oracle.stellent.ridc.protocol.http with type arguments of type IdcHttpClientConnectionModifier and TypeMethodDescriptionprotected IdcHttpProtocol
IdcHttpClient.createProtocol
(ServiceRequest<IdcHttpClientConnection> connection) Create the protocol to handle the requestConstructor parameters in oracle.stellent.ridc.protocol.http with type arguments of type IdcHttpClientConnectionModifierConstructorDescriptionIdcHttpProtocol
(IdcHttpClient client, ServiceRequest<IdcHttpClientConnection> serviceRequest)