Module org.newsclub.net.unix.darwin
Class AFSYSTEMServerSocketChannel
java.lang.Object
java.nio.channels.spi.AbstractInterruptibleChannel
java.nio.channels.SelectableChannel
java.nio.channels.spi.AbstractSelectableChannel
java.nio.channels.ServerSocketChannel
org.newsclub.net.unix.AFServerSocketChannel<AFSYSTEMSocketAddress>
org.newsclub.net.unix.darwin.system.AFSYSTEMServerSocketChannel
- All Implemented Interfaces:
Closeable,AutoCloseable,Channel,InterruptibleChannel,NetworkChannel,AFSomeSocketChannel,AFSomeSocketThing,FileDescriptorAccess
A selectable channel for stream-oriented listening sockets.
- Author:
- Christian Kohlschütter
-
Method Summary
Modifier and TypeMethodDescriptionstatic AFSYSTEMServerSocketChannelopen()Opens a server-socket channel.Methods inherited from class org.newsclub.net.unix.AFServerSocketChannel
accept, bind, getFileDescriptor, getLocalAddress, getLocalSocketAddress, getOption, implCloseSelectableChannel, implConfigureBlocking, isDeleteOnClose, isLocalSocketAddressValid, open, setDeleteOnClose, setOption, setShutdownOnClose, socket, supportedOptionsMethods inherited from class java.nio.channels.ServerSocketChannel
bind, validOpsMethods inherited from class java.nio.channels.spi.AbstractSelectableChannel
blockingLock, configureBlocking, implCloseChannel, isBlocking, isRegistered, keyFor, provider, registerMethods inherited from class java.nio.channels.SelectableChannel
registerMethods inherited from class java.nio.channels.spi.AbstractInterruptibleChannel
begin, close, end, isOpenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.newsclub.net.unix.AFSomeSocketChannel
configureBlocking, isBlockingMethods inherited from interface java.nio.channels.InterruptibleChannel
close
-
Method Details
-
open
Opens a server-socket channel.- Returns:
- The new channel
- Throws:
IOException- on error.
-