ProProxy Home

proproxy
Class ProHTTPCompressStatus

java.lang.Object
  |
  +--proproxy.ProHTTPCompressStatus

public class ProHTTPCompressStatus
extends java.lang.Object

ProHTTPCompressStatus
Class to store intermediate header parsing results. Contains common functions used for manipulating headers.
You are free to use this code and to make modifications provided this notice is retained.

If you found this useful, please add a note of acknowledgement to my guestbook. If you would like to report a bug or suggest some improvements, you are most welcome. I will be happy to help you use this piece of code.

Version:
1.00, 10th Mar, 2000
Author:
Tanmay K. Mohapatra

Constructor Summary
ProHTTPCompressStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProHTTPCompressStatus

public ProHTTPCompressStatus()

ProProxy Home