Package | Description |
---|---|
oracle.adf.model.connection.pool | |
oracle.adf.model.connection.rest | |
oracle.adf.model.connection.url |
Modifier and Type | Method and Description |
---|---|
void |
Poolable.release()
Release the poolable artifact back to the pool, to be recycled
for other clients.
|
void |
Poolable.setPool(ConnectionPool pool)
Set the Controlling pool on this poolable artifact.
|
Modifier and Type | Method and Description |
---|---|
void |
RestChallengeAuthentication.authenticate(java.lang.Object jerseyClient)
Authenticate the http Connection instance using this authentication scheme.
|
void |
ConnectionAuthentication.authenticate(java.lang.Object connObj)
Configure the Connection instance using this
authentication scheme.
|
org.w3c.dom.Node |
RestProxy.describe()
Describe this proxy to enable it to be persisted by the Connection
metadata
|
protected org.w3c.dom.DocumentFragment |
RestConnection.describe()
Create the DocumentFragment that describes this connection to the
Connection Architecture.
|
org.w3c.dom.Node |
ConnectionAuthentication.describe()
Describe this authentication scheme.
|
Constructor and Description |
---|
RestConnection(java.lang.String name,
org.w3c.dom.DocumentFragment description,
java.util.Hashtable environment)
Instantiate this RestConnection instance from the description and
the corresponding environment.
|
RestProxy(org.w3c.dom.Node description)
Instantiate this proxy from the serialized info
|
Modifier and Type | Method and Description |
---|---|
void |
Proxy.authenticate()
Enforce poxy authentication to happnen at runtime.
|
void |
ChallengeAuthentication.authenticate(HTTPClient.HTTPConnection conn)
Authenticate the HTTPConnection instance using this authentication scheme.
|
void |
AuthenticationScheme.authenticate(HTTPClient.HTTPConnection conn)
Authenticate the
URLConnection interaction instance using this
authentication scheme. |
void |
ChallengeAuthentication.authenticate(java.lang.String host,
int port)
Enforce challange authentication for a particular host/port
|
void |
AuthenticationScheme.authenticate(java.lang.String host,
int port)
Authenticate a Host/Port instance using this authentication scheme.
|
void |
URLConnectionProxy.close()
Close this connection.
|
void |
URLConnection.close()
Close this connection.
|
void |
HttpURLConnection.close()
Close this connection.
|
void |
FileURLConnection.close()
Close this connection.
|
protected org.w3c.dom.Node |
Proxy.describe()
Describe this proxy to enable it to be persisted by the Connection
metadata
|
protected org.w3c.dom.DocumentFragment |
HttpURLConnection.describe()
Create the DocumentFragment that describes this connection to the
Connection Architecture.
|
protected org.w3c.dom.DocumentFragment |
FileURLConnection.describe()
Create the DocumentFragment that describes this connection to the
Connection Architecture.
|
org.w3c.dom.Node |
AuthenticationScheme.describe()
Describe this authentication scheme.
|
java.lang.Object |
URLConnectionProxy.getInteraction()
Start the communication session.
|
java.lang.Object |
URLConnection.getInteraction()
Start the communication session.
|
java.lang.Object |
HttpURLConnection.getInteraction()
Start the communication session.
|
java.lang.Object |
FileURLConnection.getInteraction()
Start the communication session.
|
void |
URLConnectionProxy.open()
Open the connection.
|
void |
URLConnection.open()
Open the connection.
|
void |
HttpURLConnection.open()
Open the connection.
|
void |
FileURLConnection.open()
Open the connection.
|
void |
URLConnectionProxy.release()
Release this connection instance back to the pool.
|
void |
URLConnection.release()
Release this connection instance back to the pool.
|
void |
HttpURLConnection.release()
Release this connection instance back to the pool.
|
void |
FileURLConnection.release()
Release this connection instance back to the pool.
|
Constructor and Description |
---|
ChallengeAuthentication(org.w3c.dom.Node description)
Instantiate this ChallengeAuthentication Scheme from the persisted
metadata.
|
FileInteraction(java.io.File file)
Create a new instance of the FileInteraction.
|
FileURLConnection(java.lang.String name,
org.w3c.dom.DocumentFragment description,
java.util.Hashtable environment)
Instantiate this URLConnection instance from the description and
the corresponding environment.
|
HttpURLConnection(java.lang.String name,
org.w3c.dom.DocumentFragment description,
java.util.Hashtable environment)
Instantiate this URLConnection instance from the description and
the corresponding environment.
|
HttpURLConnection(java.lang.String name,
java.net.URL url)
Instantiate this URLConnection instance for the URL resource
|
Proxy(org.w3c.dom.Node description)
Instantiate this proxy from the serialized info
|
RestURLConnection(java.lang.String name,
org.w3c.dom.DocumentFragment description,
java.util.Hashtable environment) |
RestURLConnection(java.lang.String name,
java.net.URL url) |