Module org.newsclub.net.unix.vsock
Package org.newsclub.net.unix.vsock
Class AFVSOCKServerSocketChannel
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<AFVSOCKSocketAddress>
org.newsclub.net.unix.vsock.AFVSOCKServerSocketChannel
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- Channel,- InterruptibleChannel,- NetworkChannel,- AFSomeSocketChannel,- AFSomeSocketThing,- FileDescriptorAccess
A selectable channel for stream-oriented listening sockets.
- Author:
- Christian Kohlschütter
- 
Method SummaryModifier and TypeMethodDescriptionstatic AFVSOCKServerSocketChannelopen()Opens a server-socket channel.Methods inherited from class org.newsclub.net.unix.AFServerSocketChannelaccept, bind, getFileDescriptor, getLocalAddress, getLocalSocketAddress, getOption, implCloseSelectableChannel, implConfigureBlocking, isDeleteOnClose, isLocalSocketAddressValid, open, setDeleteOnClose, setOption, setShutdownOnClose, socket, supportedOptionsMethods inherited from class java.nio.channels.ServerSocketChannelbind, validOpsMethods inherited from class java.nio.channels.spi.AbstractSelectableChannelblockingLock, configureBlocking, implCloseChannel, isBlocking, isRegistered, keyFor, provider, registerMethods inherited from class java.nio.channels.SelectableChannelregisterMethods inherited from class java.nio.channels.spi.AbstractInterruptibleChannelbegin, close, end, isOpenMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.newsclub.net.unix.AFSomeSocketChannelconfigureBlocking, isBlockingMethods inherited from interface java.nio.channels.InterruptibleChannelclose
- 
Method Details- 
openOpens a server-socket channel.- Returns:
- The new channel
- Throws:
- IOException- on error.
 
 
-