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

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

public class HttpClientSupport
extends java.lang.Object

HttpClient related tools

Author:
Ole.Matzura

Constructor Summary
HttpClientSupport()
           
 
Method Summary
static void applyHttpSettings(org.apache.commons.httpclient.HttpMethod httpMethod, Settings settings)
           
static org.apache.commons.httpclient.HttpClient getHttpClient()
           
static java.lang.String getResponseCompressionType(org.apache.commons.httpclient.HttpMethod method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpClientSupport

public HttpClientSupport()
Method Detail

getHttpClient

public static org.apache.commons.httpclient.HttpClient getHttpClient()

applyHttpSettings

public static void applyHttpSettings(org.apache.commons.httpclient.HttpMethod httpMethod,
                                     Settings settings)

getResponseCompressionType

public static java.lang.String getResponseCompressionType(org.apache.commons.httpclient.HttpMethod method)


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