Package | Description |
---|---|
com.sen.openscape.csta.transport.http |
Provides classes and interfaces to control the transport layer and establish the connection over HTTP-SOAP with the OpenScape Voice system.
|
Modifier and Type | Method and Description |
---|---|
CstaHttpConnection |
CstaHttpConnectionsPool.getHttpConnection()
Returns a CstaHttpConnection to be used for POSTs
|
CstaHttpConnection |
CstaHttpConnectionsFactory.getHttpConnection()
Returns a CstaHttpConnection to be used to send soap messages and get responses.
|
Modifier and Type | Method and Description |
---|---|
void |
CstaHttpConnectionsPool.cacheConnection(CstaHttpConnection con)
Must be called to notify pending POSTs that there is an available tcp connection to
be used
|
void |
CstaHttpConnectionsFactory.returnHttpConnection(CstaHttpConnection con)
This MUST be called to return the connection to the pool or to close the connection.
|