Skip navigation links

Oracle® WebLogic Server Web Clipping Transport API Reference
11g Release 1 (11.1.1)

E14346-01


oracle.portal.wcs.transport.http
Class HttpProxyHandler

java.lang.Object
  extended by oracle.portal.wcs.transport.http.HttpProxyHandler


public class HttpProxyHandler
extends java.lang.Object

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

getInstance

public static HttpProxyHandler getInstance()

getProxyHost

public java.lang.String getProxyHost()

getProxyPort

public int getProxyPort()
Take care of proxy port not defined.

matchNonProxy

public boolean matchNonProxy(java.lang.String host)
Determines if the given host matches any entry in the non-proxy list.
Parameters:
host - the host to match - must be trim()'d and lowercase
Returns:
true if a match is found, false otherwise
See Also:
#dontProxyFor(java.lang.String)

Skip navigation links

Oracle® WebLogic Server Web Clipping Transport API Reference
11g Release 1 (11.1.1)

E14346-01


Copyright © 2003, 2009, Oracle Corporation. All Rights Reserved