Org.Apache.Http.Message.HeaderGroup: Method Members

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

Public Methods

AddHeader(Org.Apache.Http.IHeader)
Adds the given header to the group.
Clear()
Removes any contained headers.
Clone() : Java.Lang.Object
Creates and returns a copy of this Object.
ContainsHeader(string) : bool
Tests if headers with the given name are contained within this group.
Copy() : HeaderGroup
Returns a copy of this object
GetAllHeaders() : Org.Apache.Http.IHeader[]
Gets all of the headers contained within this group.
GetCondensedHeader(string) : Org.Apache.Http.IHeader
Gets a header representing all of the header values with the given name.
GetFirstHeader(string) : Org.Apache.Http.IHeader
Gets the first header with the given name.
GetHeaders(string) : Org.Apache.Http.IHeader[]
Gets all of the headers with the given name.
GetLastHeader(string) : Org.Apache.Http.IHeader
Gets the last header with the given name.
Iterator() : Org.Apache.Http.IHeaderIterator
Returns an iterator over this group of headers.
Iterator(string) : Org.Apache.Http.IHeaderIterator
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.