|
BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--weblogic.net.http.KeepAliveCache
| Constructor Summary | |
KeepAliveCache()
Constructor |
|
| Method Summary | |
java.lang.Object |
get(java.net.URL url)
Check to see if this URL has a cached HttpClient |
void |
put(java.net.URL url,
HttpClient http)
Register this URL and HttpClient (that supports keep-alive) with the cache |
void |
remove(java.net.URL url)
|
| Methods inherited from class java.util.Hashtable |
clear,
clone,
contains,
containsKey,
containsValue,
elements,
entrySet,
equals,
get,
hashCode,
isEmpty,
keys,
keySet,
put,
putAll,
rehash,
remove,
size,
toString,
values |
| Methods inherited from class java.lang.Object |
finalize,
getClass,
notify,
notifyAll,
wait,
wait,
wait |
| Constructor Detail |
public KeepAliveCache()
| Method Detail |
public void put(java.net.URL url,
HttpClient http)
url - The URL contains info about the host and porthttp - The HttpClient to be cachedpublic java.lang.Object get(java.net.URL url)
public void remove(java.net.URL url)
|
Documentation is available at http://www.weblogic.com/docs51 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||