Linguaggio

AsynchronousServerSocketChannel Costruttori

Definizione

Overload

AsynchronousServerSocketChannel(AsynchronousChannelProvider)

Inizializza una nuova istanza di questa 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 di questa classe.

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

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

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 dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a