Table of Contents

Class SSLSessionBindingListener

Namespace
Javax.Net.Ssl
Assembly
MASES.JNet.dll
public class SSLSessionBindingListener : EventListener, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IEventListener, ISSLSessionBindingListener
Inheritance
SSLSessionBindingListener
Implements
Derived
Inherited Members
Extension Methods

Constructors

SSLSessionBindingListener()

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

public SSLSessionBindingListener()

SSLSessionBindingListener(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 SSLSessionBindingListener(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

OnValueBound

public Action<SSLSessionBindingEvent> OnValueBound { get; set; }

Property Value

Action<SSLSessionBindingEvent>

Remarks

If OnValueBound has a value it takes precedence over corresponding class method

OnValueUnbound

public Action<SSLSessionBindingEvent> OnValueUnbound { get; set; }

Property Value

Action<SSLSessionBindingEvent>

Remarks

If OnValueUnbound has a value it takes precedence over corresponding class method

Methods

InitializeHandlers()

Handlers initializer for SSLSessionBindingListener

protected virtual void InitializeHandlers()

ValueBound(SSLSessionBindingEvent)

public virtual void ValueBound(SSLSessionBindingEvent arg0)

Parameters

arg0 SSLSessionBindingEvent

SSLSessionBindingEvent

ValueUnbound(SSLSessionBindingEvent)

public virtual void ValueUnbound(SSLSessionBindingEvent arg0)

Parameters

arg0 SSLSessionBindingEvent

SSLSessionBindingEvent