Partager via


AsynchronousServerSocketChannel Constructeurs

Définition

Surcharges

AsynchronousServerSocketChannel(AsynchronousChannelProvider)

Initialise une nouvelle instance de cette classe.

AsynchronousServerSocketChannel(IntPtr, JniHandleOwnership)

AsynchronousServerSocketChannel(AsynchronousChannelProvider)

Initialise une nouvelle instance de cette classe.

[Android.Runtime.Register(".ctor", "(Ljava/nio/channels/spi/AsynchronousChannelProvider;)V", "", ApiSince=26)]
protected AsynchronousServerSocketChannel (Java.Nio.Channels.Spi.AsynchronousChannelProvider? provider);
[<Android.Runtime.Register(".ctor", "(Ljava/nio/channels/spi/AsynchronousChannelProvider;)V", "", ApiSince=26)>]
new Java.Nio.Channels.AsynchronousServerSocketChannel : Java.Nio.Channels.Spi.AsynchronousChannelProvider -> Java.Nio.Channels.AsynchronousServerSocketChannel

Paramètres

provider
AsynchronousChannelProvider

Fournisseur qui a créé ce canal

Attributs

Remarques

Initialise une nouvelle instance de cette classe.

Documentation Java pour java.nio.channels.AsynchronousServerSocketChannel.AsynchronousServerSocketChannel(java.nio.channels.spi.AsynchronousChannelProvider).

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à

AsynchronousServerSocketChannel(IntPtr, JniHandleOwnership)

protected AsynchronousServerSocketChannel (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Java.Nio.Channels.AsynchronousServerSocketChannel : nativeint * Android.Runtime.JniHandleOwnership -> Java.Nio.Channels.AsynchronousServerSocketChannel

Paramètres

javaReference
IntPtr

nativeint

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.

S’applique à