SSLContextSpi.EngineGetSocketFactory Method

Definition

Returns a SocketFactory object for this context.

[Android.Runtime.Register("engineGetSocketFactory", "()Ljavax/net/ssl/SSLSocketFactory;", "GetEngineGetSocketFactoryHandler")]
protected abstract Javax.Net.Ssl.SSLSocketFactory? EngineGetSocketFactory ();
[<Android.Runtime.Register("engineGetSocketFactory", "()Ljavax/net/ssl/SSLSocketFactory;", "GetEngineGetSocketFactoryHandler")>]
abstract member EngineGetSocketFactory : unit -> Javax.Net.Ssl.SSLSocketFactory

Returns

the SocketFactory object

Attributes

Remarks

Returns a SocketFactory object for this context.

Java documentation for javax.net.ssl.SSLContextSpi.engineGetSocketFactory().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to