Class IdcHttpConnectionManager
java.lang.Object
oracle.stellent.ridc.protocol.http.IdcHttpConnectionManager
- All Implemented Interfaces:
ConnectionManager<IdcHttpClientConnection,
IdcHttpClientConfig>
@Concealed
public final class IdcHttpConnectionManager
extends Object
implements ConnectionManager<IdcHttpClientConnection,IdcHttpClientConfig>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanupConnection
(IdcHttpClientConnection connection) Cleanup the connection on this service requestcreateConnection
(IdcHttpClientConfig clientConfig) Create a new connection.void
initializeConnection
(IdcHttpClientConnection connection) Initialize a connection acquired from the threading model to use with this service request object.
-
Method Details
-
createConnection
public IdcHttpClientConnection createConnection(IdcHttpClientConfig clientConfig) throws ProtocolException Create a new connection. This will be called to populate the threading model. This connection should be uninitialized.- Specified by:
createConnection
in interfaceConnectionManager<IdcHttpClientConnection,
IdcHttpClientConfig> - Parameters:
clientConfig
- the client configuration- Returns:
- the new connection
- Throws:
ProtocolException
-
initializeConnection
Initialize a connection acquired from the threading model to use with this service request object.- Specified by:
initializeConnection
in interfaceConnectionManager<IdcHttpClientConnection,
IdcHttpClientConfig> - Parameters:
connection
- the connection
-
cleanupConnection
Cleanup the connection on this service request- Specified by:
cleanupConnection
in interfaceConnectionManager<IdcHttpClientConnection,
IdcHttpClientConfig> - Parameters:
connection
- the protocol connection
-