Android
org.apache.http
public interface

org.apache.http.Header

org.apache.http.Header

Represents an HTTP header field.

The HTTP header fields follow the same generic format as that given in Section 3.1 of RFC 822. Each header field consists of a name followed by a colon (":") and the field value. Field names are case-insensitive. The field value MAY be preceded by any amount of LWS, though a single SP is preferred.

     message-header = field-name ":" [ field-value ]
     field-name     = token
     field-value    = *( field-content | LWS )
     field-content  = <the OCTETs making up the field-value
                      and consisting of either *TEXT or combinations
                      of token, separators, and quoted-string>

Known Indirect Subclasses

Summary

Public Methods

          HeaderElement[]  getElements()
          String  getName()
          String  getValue()

Details

Public Methods

public HeaderElement[] getElements()

public String getName()

public String getValue()

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56