com.limegroup.gnutella.http
Interface HTTPHeaderValue
- All Known Implementing Classes:
- ConstantHTTPHeaderValue, HTTPHeaderValueCollection
public interface HTTPHeaderValue
This interface for classes that contain values that can be accessed
as HTTP header values for writing HTTP headers.
Method Summary |
java.lang.String |
httpStringValue()
Returns a string representation of the HTTP header value for this
class. |
httpStringValue
java.lang.String httpStringValue()
- Returns a string representation of the HTTP header value for this
class.
- Returns:
- a string representation of the HTTP header value for this
class