Java.Nio.Channels.ServerSocketChannel Members

The members of Java.Nio.Channels.ServerSocketChannel are listed below.

See Also: Inherited members from Java.Nio.Channels.Spi.AbstractSelectableChannel

Protected Constructors

Constructs a new Java.Nio.Channels.ServerSocketChannel.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

abstract
Accept() : SocketChannel
Accepts a connection to this server-socket channel.
AcceptAsync() : System.Threading.Tasks.Task<SocketChannel>
Documentation for this section has not yet been entered.
Bind(Java.Net.SocketAddress) : ServerSocketChannel
Documentation for this section has not yet been entered.
abstract
Bind(Java.Net.SocketAddress, int) : ServerSocketChannel
Documentation for this section has not yet been entered.
static
Open() : ServerSocketChannel
Creates an open and unbound server-socket channel.
abstract
Socket() : Java.Net.ServerSocket
Return the server-socket assigned this channel, which does not declare any public methods that are not declared in ServerSocket.
override
ValidOps() : Operations
Gets the valid operations of this channel.