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

java.lang.Object
  extended by org.apache.commons.httpclient.HostConfiguration
      extended by com.eviware.soapui.impl.wsdl.support.http.SoapUIHostConfiguration
All Implemented Interfaces:
java.lang.Cloneable

public class SoapUIHostConfiguration
extends org.apache.commons.httpclient.HostConfiguration


Field Summary
static java.lang.String SOAPUI_SSL_CONFIG
           
 
Fields inherited from class org.apache.commons.httpclient.HostConfiguration
ANY_HOST_CONFIGURATION
 
Constructor Summary
SoapUIHostConfiguration()
           
SoapUIHostConfiguration(org.apache.commons.httpclient.HostConfiguration hostConfiguration)
           
 
Method Summary
 java.lang.Object clone()
           
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 
Methods inherited from class org.apache.commons.httpclient.HostConfiguration
getHost, getHostURL, getLocalAddress, getParams, getPort, getProtocol, getProxyHost, getProxyPort, getVirtualHost, hostEquals, isHostSet, isProxySet, proxyEquals, setHost, setHost, setHost, setHost, setHost, setHost, setHost, setLocalAddress, setParams, setProxy, setProxyHost, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SOAPUI_SSL_CONFIG

public static final java.lang.String SOAPUI_SSL_CONFIG
See Also:
Constant Field Values
Constructor Detail

SoapUIHostConfiguration

public SoapUIHostConfiguration()

SoapUIHostConfiguration

public SoapUIHostConfiguration(org.apache.commons.httpclient.HostConfiguration hostConfiguration)
Method Detail

clone

public java.lang.Object clone()
Overrides:
clone in class org.apache.commons.httpclient.HostConfiguration

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class org.apache.commons.httpclient.HostConfiguration

hashCode

public int hashCode()
Overrides:
hashCode in class org.apache.commons.httpclient.HostConfiguration


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