Package | Description |
---|---|
oracle.stellent.ridc.protocol.http |
Modifier and Type | Method and Description |
---|---|
IdcHttpClientConnection |
IdcHttpConnectionManager.createConnection(IdcHttpClientConfig clientConfig)
Create a new connection.
|
IdcHttpClientConnection |
IdcHttpProtocol.getConnection() |
Modifier and Type | Method and Description |
---|---|
protected ConnectionManager<IdcHttpClientConnection,IdcHttpClientConfig> |
IdcHttpClient.createConnectionManager()
Create the connection manager
|
ServiceRequest<IdcHttpClientConnection> |
IdcHttpProtocol.getServiceRequest() |
Modifier and Type | Method and Description |
---|---|
void |
IdcHttpConnectionManager.cleanupConnection(IdcHttpClientConnection connection)
Cleanup the connection on this service request
|
void |
IdcHttpConnectionManager.initializeConnection(IdcHttpClientConnection connection)
Initialize a connection acquired from the threading model to use with this service request object.
|
Modifier and Type | Method and Description |
---|---|
protected IdcHttpProtocol |
IdcHttpClient.createProtocol(ServiceRequest<IdcHttpClientConnection> connection)
Create the protocol to handle the request
|
Constructor and Description |
---|
IdcHttpProtocol(IdcHttpClient client,
ServiceRequest<IdcHttpClientConnection> serviceRequest) |