Partilhar via


AsynchronousServerSocketChannel Construtores

Definição

Sobrecargas

AsynchronousServerSocketChannel(AsynchronousChannelProvider)

Inicializa uma nova instância desta classe.

AsynchronousServerSocketChannel(IntPtr, JniHandleOwnership)

AsynchronousServerSocketChannel(AsynchronousChannelProvider)

Inicializa uma nova instância desta 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

Parâmetros

provider
AsynchronousChannelProvider

O provedor que criou este canal

Atributos

Comentários

Inicializa uma nova instância desta classe.

Documentação Java para java.nio.channels.AsynchronousServerSocketChannel.AsynchronousServerSocketChannel(java.nio.channels.spi.AsynchronousChannelProvider).

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se 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

Parâmetros

javaReference
IntPtr

nativeint

Comentários

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a