Class HandshakeCompletedEvent
public class HandshakeCompletedEvent : EventObject, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISerializable
- Inheritance
-
HandshakeCompletedEvent
- Implements
- Inherited Members
- Extension Methods
Constructors
HandshakeCompletedEvent(SSLSocket, SSLSession)
public HandshakeCompletedEvent(SSLSocket arg0, SSLSession arg1)
Parameters
arg0SSLSocketarg1SSLSession
HandshakeCompletedEvent(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public HandshakeCompletedEvent(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CipherSuite
public String CipherSuite { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
LocalCertificates
public Certificate[] LocalCertificates { get; }
Property Value
LocalPrincipal
public Principal LocalPrincipal { get; }
Property Value
PeerCertificateChain
public X509Certificate[] PeerCertificateChain { get; }
Property Value
PeerCertificates
public Certificate[] PeerCertificates { get; }
Property Value
PeerPrincipal
public Principal PeerPrincipal { get; }
Property Value
Session
public SSLSession Session { get; }
Property Value
Socket
public SSLSocket Socket { get; }
Property Value
Methods
CreatePoolableInstance(SSLSocket, SSLSession)
HPA initializer for HandshakeCompletedEvent(Javax.Net.Ssl.SSLSocket arg0, Javax.Net.Ssl.SSLSession arg1)
public static HandshakeCompletedEvent CreatePoolableInstance(SSLSocket arg0, SSLSession arg1)
Parameters
arg0SSLSocketarg1SSLSession