Class SSLServerSocket
public class SSLServerSocket : ServerSocket, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ICloseable, IAutoCloseable
- Inheritance
-
SSLServerSocket
- Implements
- Inherited Members
- Extension Methods
Constructors
SSLServerSocket(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 SSLServerSocket(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { 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
Methods
GetEnableSessionCreation()
public bool GetEnableSessionCreation()
Returns
GetEnabledCipherSuites()
public String[] GetEnabledCipherSuites()
Returns
GetEnabledProtocols()
public String[] GetEnabledProtocols()
Returns
GetNeedClientAuth()
public bool GetNeedClientAuth()
Returns
GetSSLParameters()
public SSLParameters GetSSLParameters()
Returns
GetSupportedCipherSuites()
public String[] GetSupportedCipherSuites()
Returns
GetSupportedProtocols()
public String[] GetSupportedProtocols()
Returns
GetUseClientMode()
public bool GetUseClientMode()
Returns
GetWantClientAuth()
public bool GetWantClientAuth()
Returns
SetEnableSessionCreation(bool)
public void SetEnableSessionCreation(bool arg0)
Parameters
SetEnabledCipherSuites(String[])
public void SetEnabledCipherSuites(String[] arg0)
Parameters
SetEnabledProtocols(String[])
public void SetEnabledProtocols(String[] arg0)
Parameters
SetNeedClientAuth(bool)
public void SetNeedClientAuth(bool arg0)
Parameters
SetSSLParameters(SSLParameters)
public void SetSSLParameters(SSLParameters arg0)
Parameters
SetUseClientMode(bool)
https://developer.android.com/reference/javax/net/ssl/SSLServerSocket.html#setUseClientMode(boolean)
public void SetUseClientMode(bool arg0)
Parameters
SetWantClientAuth(bool)
public void SetWantClientAuth(bool arg0)