BasicClientCookie2 Class

Definition

Extends a basic client cookie with RFC 2965 discard, port, and comment-URL attributes.

[Android.Runtime.Register("org/apache/http/impl/cookie/BasicClientCookie2", DoNotGenerateAcw=true)]
public class BasicClientCookie2 : Org.Apache.Http.Impl.Cookie.BasicClientCookie, IDisposable, Org.Apache.Http.Cookies.ISetCookie2
[<Android.Runtime.Register("org/apache/http/impl/cookie/BasicClientCookie2", DoNotGenerateAcw=true)>]
type BasicClientCookie2 = class
    inherit BasicClientCookie
    interface ISetCookie2
    interface ISetCookie
    interface ICookie
    interface IJavaObject
    interface IDisposable
    interface IJavaPeerable
Inheritance
Attributes
Implements

Remarks

Android platform documentation

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Constructors

Name Description
BasicClientCookie2(IntPtr, JniHandleOwnership)

Initializes a managed wrapper for an existing Java cookie implementation.

BasicClientCookie2(String, String)

Initializes a new instance of the BasicClientCookie2 class.

Properties

Name Description
Class

Returns the runtime class of this Object.

(Inherited from Object)
Comment

Gets or sets the optional human-readable comment for this cookie.

(Inherited from BasicClientCookie)
CommentURL

Gets the optional URL containing additional cookie information.

(Inherited from BasicClientCookie)
Domain

Gets or sets the domain to which this cookie is scoped.

(Inherited from BasicClientCookie)
ExpiryDate

Gets or sets the absolute date after which this cookie expires.

(Inherited from BasicClientCookie)
Handle

The handle to the underlying Android instance.

(Inherited from Object)
IsPersistent

Determines whether this cookie has an expiry date and can persist beyond the current session.

(Inherited from BasicClientCookie)
IsSecure

Determines whether this cookie is restricted to secure connections.

(Inherited from BasicClientCookie)
JniIdentityHashCode

Gets the identity hash code assigned to this Java peer by the interop runtime.

(Inherited from Object)
JniManagedPeerState (Inherited from JavaObject)
JniPeerMembers

Gets the JNI metadata and member bindings for this Java peer type.

Name

Gets the immutable name of this cookie.

(Inherited from BasicClientCookie)
Path

Gets or sets the request-path scope for this cookie.

(Inherited from BasicClientCookie)
PeerReference

Gets the JNI object reference for this Java peer.

(Inherited from Object)
ThresholdClass

Gets the Java class reference used for threshold dispatch by this managed peer.

ThresholdType

Gets the managed type used to decide whether JNI calls dispatch through the threshold class.

Value

Gets or sets the value carried by this cookie.

(Inherited from BasicClientCookie)
Version

Gets or sets the cookie specification version.

(Inherited from BasicClientCookie)

Methods

Name Description
Clone()

Creates a copy of this cookie, including its current attributes.

(Inherited from BasicClientCookie)
Construct(JniObjectReference, JniObjectReferenceOptions) (Inherited from JavaObject)
ContainsAttribute(String)

Determines whether the specified attribute maps to a non-null value.

(Inherited from BasicClientCookie)
Dispose()

Releases the resources held by this Java peer.

(Inherited from Object)
Dispose(Boolean)

Releases the resources held by this Java peer.

(Inherited from Object)
DisposeUnlessReferenced() (Inherited from JavaObject)
Equals(Object) (Inherited from JavaObject)
Equals(Object)

Indicates whether some other object is "equal to" this one.

(Inherited from Object)
GetAttribute(String)

Gets the value associated with a named cookie attribute.

(Inherited from BasicClientCookie)
GetHashCode()

Returns a hash code value for the object.

(Inherited from Object)
GetPorts()

Gets the port restrictions defined for this cookie.

(Inherited from BasicClientCookie)
IsExpired(Date)

Determines whether this cookie has expired at the supplied date.

(Inherited from BasicClientCookie)
JavaFinalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

(Inherited from Object)
Notify()

Wakes up a single thread that is waiting on this object's monitor.

(Inherited from Object)
NotifyAll()

Wakes up all threads that are waiting on this object's monitor.

(Inherited from Object)
SetAttribute(String, String)

Adds or replaces a named cookie attribute value.

(Inherited from BasicClientCookie)
SetComment(String)

Sets the optional human-readable comment for this cookie.

(Inherited from BasicClientCookie)
SetCommentURL(String)

Sets the optional URL containing additional cookie information.

SetDiscard(Boolean)

Sets whether the cookie is discarded when the current session ends.

SetDomain(String)

Sets the domain to which this cookie is scoped.

(Inherited from BasicClientCookie)
SetExpiryDate(Date)

Sets the cookie's expiry date.

(Inherited from BasicClientCookie)
SetHandle(IntPtr, JniHandleOwnership)

Sets the Handle property.

(Inherited from Object)
SetPath(String)

Sets the request-path scope for this cookie.

(Inherited from BasicClientCookie)
SetPeerReference(JniObjectReference, JniObjectReferenceOptions) (Inherited from JavaObject)
SetPorts(Int32[])

Sets the ports to which this cookie is restricted.

SetSecure(Boolean)

Sets whether this cookie is restricted to secure connections.

(Inherited from BasicClientCookie)
SetValue(String)

Sets the value carried by this cookie.

(Inherited from BasicClientCookie)
SetVersion(Int32)

Sets the cookie specification version.

(Inherited from BasicClientCookie)
ToArray<T>()

Creates a managed array from this Java array wrapper.

(Inherited from Object)
ToString()

Returns a string representation of the object.

(Inherited from Object)
UnregisterFromRuntime()

Unregisters this Java peer from the interop runtime.

(Inherited from Object)
Wait()

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>.

(Inherited from Object)
Wait(Int64, Int32)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)
Wait(Int64)

Causes the current thread to wait until it is awakened, typically by being <em>notified</em> or <em>interrupted</em>, or until a certain amount of real time has elapsed.

(Inherited from Object)

Explicit Interface Implementations

Name Description
IJavaPeerable.Disposed() (Inherited from JavaObject)
IJavaPeerable.Finalized() (Inherited from JavaObject)
IJavaPeerable.JniObjectReferenceControlBlock (Inherited from JavaObject)
IJavaPeerable.SetJniIdentityHashCode(Int32) (Inherited from JavaObject)
IJavaPeerable.SetJniManagedPeerState(JniManagedPeerStates) (Inherited from JavaObject)
IJavaPeerable.SetPeerReference(JniObjectReference) (Inherited from JavaObject)
IJavaPeerable.UnregisterFromRuntime()

Unregisters this Java peer from the interop runtime.

Extension Methods

Name Description
GetJniTypeName(IJavaPeerable)

Gets the JNI name of the type of the instance self.

JavaAs<TResult>(IJavaPeerable)

Try to coerce self to type TResult, checking that the coercion is valid on the Java side.

JavaCast<TResult>(IJavaObject)

Performs an Android runtime-checked type conversion.

JavaCast<TResult>(IJavaObject)
TryJavaCast<TResult>(IJavaPeerable, TResult)

Try to coerce self to type TResult, checking that the coercion is valid on the Java side.

Applies to