SNIMatcher 构造函数

定义

重载

SNIMatcher(Int32)

使用指定的服务器名称类型创建一个 SNIMatcher

SNIMatcher(IntPtr, JniHandleOwnership)

SNIMatcher(Int32)

使用指定的服务器名称类型创建一个 SNIMatcher

[Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=24)]
protected SNIMatcher (int type);
[<Android.Runtime.Register(".ctor", "(I)V", "", ApiSince=24)>]
new Javax.Net.Ssl.SNIMatcher : int -> Javax.Net.Ssl.SNIMatcher

参数

type
Int32

此匹配程序执行的服务器名称的类型

属性

注解

使用指定的服务器名称类型创建一个 SNIMatcher

适用于 . 的 javax.net.ssl.SNIMatcher.SNIMatcher(int)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

SNIMatcher(IntPtr, JniHandleOwnership)

protected SNIMatcher (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Javax.Net.Ssl.SNIMatcher : nativeint * Android.Runtime.JniHandleOwnership -> Javax.Net.Ssl.SNIMatcher

参数

javaReference
IntPtr

nativeint

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于