|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| 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 java.lang.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)
createConnection in interface ConnectionManager<IdcHttpClientConnection,IdcHttpClientConfig>clientConfig - the client configurationpublic 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 java.lang.String getProxy(IdcHttpClientConfig clientConfig)
clientConfig - the client configuration
|
Oracle® Fusion Middleware Remote Intradoc Client (RIDC) Java API Reference 11g Release 1 (11.1.1) E17274-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||