oracle.webcache.invalidation
Class SimpleInvalidationConnection
java.lang.Object
|
+--oracle.webcache.invalidation.InvalidationConnection
|
+--oracle.webcache.invalidation.SimpleInvalidationConnection
- public class SimpleInvalidationConnection
- extends InvalidationConnection
SimpleInvalidationConnection(java.lang.String host,
int port,
java.lang.String auth)
Constructs a Web Cache invalidation connection over which
an invalidation message can be sent. |
SimpleInvalidationConnection(java.lang.String url,
java.lang.String auth)
Constructs a Web Cache invalidation connection over which
an invalidation message can be sent. |
SimpleInvalidationConnection(java.lang.String protocol,
java.lang.String host,
int port,
java.lang.String auth)
Constructs a Web Cache invalidation connection over which
an invalidation message can be sent. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleInvalidationConnection
public SimpleInvalidationConnection(java.lang.String host,
int port,
java.lang.String auth)
- Constructs a Web Cache invalidation connection over which
an invalidation message can be sent.
- Parameters:
host
- hostname of Web Cacheport
- invalidation port number used by Web Cacheauth
- HTTP authorization string
SimpleInvalidationConnection
public SimpleInvalidationConnection(java.lang.String protocol,
java.lang.String host,
int port,
java.lang.String auth)
- Constructs a Web Cache invalidation connection over which
an invalidation message can be sent.
- Parameters:
protocol
- protocol ("http" or "https")host
- hostname of Web Cacheport
- invalidation port number used by Web Cacheauth
- HTTP authorization string
SimpleInvalidationConnection
public SimpleInvalidationConnection(java.lang.String url,
java.lang.String auth)
throws java.net.MalformedURLException
- Constructs a Web Cache invalidation connection over which
an invalidation message can be sent.
- Parameters:
url
- URL string of Web Cacheauth
- HTTP authorization string