com.plumtree.uiinfrastructure.util
Interface IHttpCompressionUtil

All Known Implementing Classes:
HttpCompressionUtil

public interface IHttpCompressionUtil

Author:
scottc HttpCompressionUtility provides a common set of methods and parameters for detecting and configuring http compression

Method Summary
 void DisableCompression()
           
 int GetCompressionLevel()
           
 int GetCompressionType()
           
 int GetMinCompressionBytes()
           
 boolean IsCompressionDeflate()
           
 boolean IsCompressionDeflateWrapped()
           
 boolean IsCompressionDisabled()
           
 boolean IsCompressionGZIP()
           
 void SetContentType(java.lang.String contentType)
           
 

Method Detail

GetCompressionType

int GetCompressionType()

SetContentType

void SetContentType(java.lang.String contentType)

DisableCompression

void DisableCompression()

IsCompressionDisabled

boolean IsCompressionDisabled()

IsCompressionDeflate

boolean IsCompressionDeflate()

IsCompressionDeflateWrapped

boolean IsCompressionDeflateWrapped()

IsCompressionGZIP

boolean IsCompressionGZIP()

GetMinCompressionBytes

int GetMinCompressionBytes()

GetCompressionLevel

int GetCompressionLevel()



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.