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

The methods of Org.Apache.Http.Message.AbstractHttpMessage are listed below. For a list of all members, see the AbstractHttpMessage Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

AddHeader(Org.Apache.Http.IHeader)
Adds a header to this message.
AddHeader(string, string)
Adds a header to this message.
ContainsHeader(string) : bool
Checks if a certain header is present in this message.
GetAllHeaders() : Org.Apache.Http.IHeader[]
Returns all the headers of this message.
GetFirstHeader(string) : Org.Apache.Http.IHeader
Returns the first header with a specified name of this message.
GetHeaders(string) : Org.Apache.Http.IHeader[]
Returns all the headers with a specified name of this message.
GetLastHeader(string) : Org.Apache.Http.IHeader
Returns the last header with a specified name of this message.
HeaderIterator() : Org.Apache.Http.IHeaderIterator
Returns an iterator of all the headers.
HeaderIterator(string) : Org.Apache.Http.IHeaderIterator
Returns an iterator of the headers with a given name.
RemoveHeader(Org.Apache.Http.IHeader)
Removes a header from this message.
RemoveHeaders(string)
Removes all headers with a certain name from this message.
SetHeader(Org.Apache.Http.IHeader)
Overwrites the first header with the same name.
SetHeader(string, string)
Overwrites the first header with the same name.
SetHeaders(Org.Apache.Http.IHeader[])
Overwrites all the headers in the message.