|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.ridc.protocol.http.IdcHttpConnectionManager
public class IdcHttpConnectionManager
| Constructor Summary | |
|---|---|
IdcHttpConnectionManager() |
|
| Method Summary | |
|---|---|
void |
cleanupConnection(IdcHttpClientConnection connection)Cleanup the connection on this service request |
IdcHttpClientConnection |
createConnection(IdcHttpClientConfig clientConfig)Create a new connection. |
protected String |
getProxy(IdcHttpClientConfig clientConfig)Retrieve the proxy to use for the host in the client config. |
void |
initializeConnection(IdcHttpClientConnection connection)Initialize a connection acquired from the threading model to use with this service request object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdcHttpConnectionManager()
| Method Detail |
|---|
public IdcHttpClientConnection createConnection(IdcHttpClientConfig clientConfig)
throws ProtocolException
createConnection in interface ConnectionManager<IdcHttpClientConnection,IdcHttpClientConfig>clientConfig - the client configurationProtocolExceptionpublic void initializeConnection(IdcHttpClientConnection connection)
initializeConnection in interface ConnectionManager<IdcHttpClientConnection,IdcHttpClientConfig>connection - the connectionpublic void cleanupConnection(IdcHttpClientConnection connection)
cleanupConnection in interface ConnectionManager<IdcHttpClientConnection,IdcHttpClientConfig>connection - the protocol connectionprotected String getProxy(IdcHttpClientConfig clientConfig)
Note: code copied from oracle.jdevimpl.connection.webdav.wizard.ConnectionDialog.TestActionListener#getProxy from the jdevadf/modules/webdav2
clientConfig - the client configuration
|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||