|
Oracle® WebLogic Server Web Clipping Transport API Reference 11g Release 1 (11.1.1) E14346-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.portal.wcs.transport.http.HttpProxyHandler
public class HttpProxyHandler
Local manager for the proxy. Most part is copied from HTTPClient.
| Method Summary | |
|---|---|
static HttpProxyHandler |
getInstance() |
java.lang.String |
getProxyHost() |
int |
getProxyPort()Take care of proxy port not defined. |
boolean |
matchNonProxy(java.lang.String host)Determines if the given host matches any entry in the non-proxy list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static HttpProxyHandler getInstance()
public java.lang.String getProxyHost()
public int getProxyPort()
public boolean matchNonProxy(java.lang.String host)
host - the host to match - must be trim()'d and lowercase#dontProxyFor(java.lang.String)
|
Oracle® WebLogic Server Web Clipping Transport API Reference 11g Release 1 (11.1.1) E14346-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||