Table of Contents

Class SSLSocketFactory

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

SSLSocketFactory()

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

[Obsolete("SSLSocketFactory 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 SSLSocketFactory()

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

Parameters

args object[]

Properties

BridgeClassName

public override string BridgeClassName { get; }

Property Value

string

DefaultCipherSuites

public String[] DefaultCipherSuites { 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

SupportedCipherSuites

public String[] SupportedCipherSuites { get; }

Property Value

String[]

Methods

CreateSocket(Socket, InputStream, bool)

public Socket CreateSocket(Socket arg0, InputStream arg1, bool arg2)

Parameters

arg0 Socket

Socket

arg1 InputStream

InputStream

arg2 bool

bool

Returns

Socket

Socket

Exceptions

IOException

CreateSocket(Socket, String, int, bool)

public Socket CreateSocket(Socket arg0, String arg1, int arg2, bool arg3)

Parameters

arg0 Socket

Socket

arg1 String

String

arg2 int

int

arg3 bool

bool

Returns

Socket

Socket

Exceptions

IOException