Java.Net.HttpCookie: Method Members

The methods of Java.Net.HttpCookie are listed below. For a list of all members, see the HttpCookie Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

Clone() : Java.Lang.Object
Creates and returns a copy of this Object.
static
DomainMatches(string, string) : bool
Returns true if host matches the domain pattern domain.
static
Parse(string) : IList<HttpCookie>
Constructs a cookie from a string.