com.limegroup.gnutella.http
Class HTTPHeaderValueCollection

java.lang.Object
  extended by com.limegroup.gnutella.http.HTTPHeaderValueCollection
All Implemented Interfaces:
HTTPHeaderValue

public class HTTPHeaderValueCollection
extends java.lang.Object
implements HTTPHeaderValue


Constructor Summary
HTTPHeaderValueCollection(java.util.Collection d)
           
 
Method Summary
 java.lang.String httpStringValue()
          Returns a string representation of the HTTP header value for this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTTPHeaderValueCollection

public HTTPHeaderValueCollection(java.util.Collection d)
Method Detail

httpStringValue

public java.lang.String httpStringValue()
Description copied from interface: HTTPHeaderValue
Returns a string representation of the HTTP header value for this class.

Specified by:
httpStringValue in interface HTTPHeaderValue
Returns:
a string representation of the HTTP header value for this class