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.HttpMethodBase postMethod, Settings settings)
           
static byte[] decompress(byte[] s)
           
static org.apache.commons.httpclient.HttpClient getHttpClient()
           
static boolean isZippedResponse(org.apache.commons.httpclient.HttpMethodBase 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.HttpMethodBase postMethod,
                                     Settings settings)

isZippedResponse

public static boolean isZippedResponse(org.apache.commons.httpclient.HttpMethodBase method)

decompress

public static byte[] decompress(byte[] s)


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