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 TypeMethodDescriptionvoidIdcHttpConnectionManager.cleanupConnection(IdcHttpClientConnection connection) Cleanup the connection on this service requestvoidIdcHttpConnectionManager.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 IdcHttpProtocolIdcHttpClient.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)