Table of Contents

Class SSLServerSocket

Namespace
Javax.Net.Ssl
Assembly
MASES.Netdroid.dll
public class SSLServerSocket : ServerSocket, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, ICloseable, IAutoCloseable
Inheritance
JVMBridgeBase
JVMBridgeBase<AutoCloseable>
SSLServerSocket
Implements
IJVMBridgeCore
IJVMBridgeBaseStatic
IJVMBridgeBase
IJVMBridgeDefinition
Inherited Members
JVMBridgeBase<AutoCloseable>.IsAssignableFrom(IJavaType)
JVMBridgeBase<AutoCloseable>.IsAssignableFrom<T>()
JVMBridgeBase<AutoCloseable>.Execute<T>(params T[])
JVMBridgeBase<AutoCloseable>.DynBridgeClazz
JVMBridgeBase<AutoCloseable>.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

SSLServerSocket()

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

[Obsolete("SSLServerSocket class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SSLServerSocket()

SSLServerSocket(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

[Obsolete("SSLServerSocket class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public SSLServerSocket(params object[] args)

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

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

Methods

GetEnableSessionCreation()

public bool GetEnableSessionCreation()

Returns

bool

bool

GetEnabledCipherSuites()

public String[] GetEnabledCipherSuites()

Returns

String[]

String

GetEnabledProtocols()

public String[] GetEnabledProtocols()

Returns

String[]

String

GetNeedClientAuth()

public bool GetNeedClientAuth()

Returns

bool

bool

GetSSLParameters()

public SSLParameters GetSSLParameters()

Returns

SSLParameters

SSLParameters

GetSupportedCipherSuites()

public String[] GetSupportedCipherSuites()

Returns

String[]

String

GetSupportedProtocols()

public String[] GetSupportedProtocols()

Returns

String[]

String

GetUseClientMode()

public bool GetUseClientMode()

Returns

bool

bool

GetWantClientAuth()

public bool GetWantClientAuth()

Returns

bool

bool

SetEnableSessionCreation(bool)

public void SetEnableSessionCreation(bool arg0)

Parameters

arg0 bool

bool

SetEnabledCipherSuites(String[])

public void SetEnabledCipherSuites(String[] arg0)

Parameters

arg0 String[]

String

SetEnabledProtocols(String[])

public void SetEnabledProtocols(String[] arg0)

Parameters

arg0 String[]

String

SetNeedClientAuth(bool)

public void SetNeedClientAuth(bool arg0)

Parameters

arg0 bool

bool

SetSSLParameters(SSLParameters)

public void SetSSLParameters(SSLParameters arg0)

Parameters

arg0 SSLParameters

SSLParameters

SetUseClientMode(bool)

public void SetUseClientMode(bool arg0)

Parameters

arg0 bool

bool

SetWantClientAuth(bool)

public void SetWantClientAuth(bool arg0)

Parameters

arg0 bool

bool