Condividi tramite


AsynchronousServerSocketChannel Costruttori

Definizione

Overload

AsynchronousServerSocketChannel(AsynchronousChannelProvider)

Inizializza una nuova istanza della classe.

AsynchronousServerSocketChannel(IntPtr, JniHandleOwnership)

AsynchronousServerSocketChannel(AsynchronousChannelProvider)

Inizializza una nuova istanza della 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

Parametri

provider
AsynchronousChannelProvider

Provider che ha creato questo canale

Attributi

Commenti

Inizializza una nuova istanza della classe.

Documentazione java per java.nio.channels.AsynchronousServerSocketChannel.AsynchronousServerSocketChannel(java.nio.channels.spi.AsynchronousChannelProvider).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a

AsynchronousServerSocketChannel(IntPtr, JniHandleOwnership)

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

Parametri

javaReference
IntPtr

nativeint

Commenti

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a