public class ProxyHolder<T> extends Object
| Constructor and Description |
|---|
ProxyHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanAllProxies() |
Set<Map.Entry<URL,T>> |
getAllProxies() |
T |
getProxy(URL realUrl) |
void |
storeProxy(URL realUrl,
T proxy) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.