Table of Contents

Class HttpCookie

Namespace
Java.Net
Assembly
MASES.JNet.dll
public class HttpCookie : Cloneable, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICloneable
Inheritance
JVMBridgeBase
JVMBridgeBase<Cloneable>
HttpCookie
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<Cloneable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<Cloneable>.IsAssignableFrom<T>()
JVMBridgeBase<Cloneable>.Execute<T>(params T[])
JVMBridgeBase<Cloneable>.DynBridgeClazz
JVMBridgeBase<Cloneable>.BridgeClazz
JVMBridgeBase.RuntimeClassNameOf<T>()
JVMBridgeBase.ClassNameOf<T>()
JVMBridgeBase.ClassOf<T>()
JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)
JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)
JVMBridgeBase.MonitorEnter()
JVMBridgeBase.MonitorExit()
JVMBridgeBase.IsInstanceOf(IJavaType)
JVMBridgeBase.IsInstanceOf<T>()
JVMBridgeBase.RuntimeIsInstanceOf<T>()
JVMBridgeBase.CastTo<TNewClass>()
JVMBridgeBase.CastDirect<TNewClass>()
JVMBridgeBase.Dispose()
JVMBridgeBase.ToString()
JVMBridgeBase.GetHashCode()
JVMBridgeBase.Notify()
JVMBridgeBase.NotifyAll()
JVMBridgeBase.Wait()
JVMBridgeBase.DynBridgeInstance
JVMBridgeBase.BridgeInstance
JVMBridgeBase.IsBridgeListener
Extension Methods

Constructors

HttpCookie()

Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge

public HttpCookie()

HttpCookie(String, String)

public HttpCookie(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

HttpCookie(params object[])

Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class

public HttpCookie(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

Comment

public String Comment { get; set; }

Property Value

String

CommentURL

public String CommentURL { get; set; }

Property Value

String

Discard

public bool Discard { get; set; }

Property Value

bool

Domain

public String Domain { get; set; }

Property Value

String

IsBridgeAbstract

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

public override bool IsBridgeStatic { get; }

Property Value

bool

MaxAge

public long MaxAge { get; set; }

Property Value

long

Name

public String Name { get; }

Property Value

String

Path

public String Path { get; set; }

Property Value

String

Portlist

public String Portlist { get; set; }

Property Value

String

Secure

public bool Secure { get; set; }

Property Value

bool

Value

public String Value { get; set; }

Property Value

String

Version

public int Version { get; set; }

Property Value

int

Methods

DomainMatches(String, String)

public static bool DomainMatches(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Returns

bool

bool

HasExpired()

public bool HasExpired()

Returns

bool

bool

IsHttpOnly()

public bool IsHttpOnly()

Returns

bool

bool

Parse(String)

public static List<HttpCookie> Parse(String arg0)

Parameters

arg0 String

String

Returns

List<HttpCookie>

List

SetHttpOnly(bool)

public void SetHttpOnly(bool arg0)

Parameters

arg0 bool

bool