Java.Nio.Channels.ServerSocketChannel: Method Members

The methods of Java.Nio.Channels.ServerSocketChannel are listed below. For a list of all members, see the ServerSocketChannel Members list.

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

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.