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