com.eviware.soapui.impl.wsdl.support.http
Class ProxyUtils

java.lang.Object
  extended by com.eviware.soapui.impl.wsdl.support.http.ProxyUtils

public class ProxyUtils
extends java.lang.Object

Utilities for setting proxy-servers correctly

Author:
ole.matzura

Constructor Summary
ProxyUtils()
           
 
Method Summary
static boolean excludes(java.lang.String[] excludes, java.lang.String proxyHost, int proxyPort)
           
static org.apache.commons.httpclient.HostConfiguration initProxySettings(Settings settings, org.apache.commons.httpclient.HttpState httpState, org.apache.commons.httpclient.HostConfiguration hostConfiguration, java.lang.String urlString, PropertyExpansionContext context)
           
static boolean isProxyEnabled()
           
static void setProxyEnabled(boolean proxyEnabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyUtils

public ProxyUtils()
Method Detail

initProxySettings

public static org.apache.commons.httpclient.HostConfiguration initProxySettings(Settings settings,
                                                                                org.apache.commons.httpclient.HttpState httpState,
                                                                                org.apache.commons.httpclient.HostConfiguration hostConfiguration,
                                                                                java.lang.String urlString,
                                                                                PropertyExpansionContext context)

excludes

public static boolean excludes(java.lang.String[] excludes,
                               java.lang.String proxyHost,
                               int proxyPort)

isProxyEnabled

public static boolean isProxyEnabled()

setProxyEnabled

public static void setProxyEnabled(boolean proxyEnabled)


Copyright © 2005-2010 eviware.com. All Rights Reserved.