java.lang.Object
java.nio.channels.spi.AbstractInterruptibleChannel
java.nio.channels.SelectableChannel
java.nio.channels.spi.AbstractSelectableChannel
java.nio.channels.SocketChannel
org.newsclub.net.unix.AFSocketChannel<AFVSOCKSocketAddress>
org.newsclub.net.unix.vsock.AFVSOCKSocketChannel
- All Implemented Interfaces:
Closeable,AutoCloseable,ByteChannel,Channel,GatheringByteChannel,InterruptibleChannel,NetworkChannel,ReadableByteChannel,ScatteringByteChannel,WritableByteChannel,AFSocketExtensions,AFSomeSocket,AFSomeSocketChannel,AFSomeSocketThing,FileDescriptorAccess,AFVSOCKSocketExtensions
public final class AFVSOCKSocketChannel
extends AFSocketChannel<AFVSOCKSocketAddress>
implements AFVSOCKSocketExtensions
A selectable channel for stream-oriented connecting sockets.
- Author:
- Christian Kohlschütter
-
Nested Class Summary
Nested classes/interfaces inherited from class org.newsclub.net.unix.AFSocketChannel
AFSocketChannel.AFSocketSupplier<A extends AFSocketAddress> -
Method Summary
Methods inherited from class org.newsclub.net.unix.AFSocketChannel
bind, connect, ensureAncillaryReceiveBufferSize, finishConnect, getAFSocket, getAncillaryReceiveBufferSize, getFileDescriptor, getLocalAddress, getLocalSocketAddress, getOption, getRemoteAddress, getRemoteSocketAddress, implCloseSelectableChannel, implConfigureBlocking, isConnected, isConnectionPending, open, open, open, read, read, setAncillaryReceiveBufferSize, setOption, setShutdownOnClose, shutdownInput, shutdownOutput, socket, supportedOptions, toString, write, writeMethods inherited from class java.nio.channels.SocketChannel
open, read, validOps, writeMethods 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, wait, wait, waitMethods inherited from interface org.newsclub.net.unix.AFSocketExtensions
ensureAncillaryReceiveBufferSize, getAncillaryReceiveBufferSize, setAncillaryReceiveBufferSizeMethods inherited from interface org.newsclub.net.unix.AFSomeSocketChannel
configureBlocking, isBlockingMethods inherited from interface java.nio.channels.InterruptibleChannel
close
-
Method Details
-
open
Opens a socket channel.- Returns:
- The new channel
- Throws:
IOException- on error.
-