The methods of Org.Apache.Http.Message.HeaderGroup are listed below. For a list of all members, see the HeaderGroup Members list.
See Also: Inherited members from Java.Lang.Object
AddHeader(Org.Apache.Http.IHeader)Adds the given header to the group. | ||
Clear()Removes any contained headers. | ||
Clone()Creates and returns a copy of this Object. | ||
ContainsHeader(string)Tests if headers with the given name are contained within this group. | ||
Copy()Returns a copy of this object | ||
GetAllHeaders()Gets all of the headers contained within this group. | ||
GetCondensedHeader(string)Gets a header representing all of the header values with the given name. | ||
GetFirstHeader(string)Gets the first header with the given name. | ||
GetHeaders(string)Gets all of the headers with the given name. | ||
GetLastHeader(string)Gets the last header with the given name. | ||
Iterator()Returns an iterator over this group of headers. | ||
Iterator(string)Returns an iterator over the headers with a given name in this group. | ||
RemoveHeader(Org.Apache.Http.IHeader)Removes the given header. | ||
SetHeaders(Org.Apache.Http.IHeader[])Sets all of the headers contained within this group overriding any existing headers. | ||
UpdateHeader(Org.Apache.Http.IHeader)Replaces the first occurence of the header with the same name. | ||