Class AFVSOCKSocketChannel

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<org.newsclub.net.unix.AFVSOCKSocketAddress>
org.newsclub.net.unix.vsock.AFVSOCKSocketChannel
All Implemented Interfaces:
Closeable, AutoCloseable, ByteChannel, Channel, GatheringByteChannel, InterruptibleChannel, NetworkChannel, ReadableByteChannel, ScatteringByteChannel, WritableByteChannel, org.newsclub.net.unix.AFSocketExtensions, org.newsclub.net.unix.AFSomeSocket, org.newsclub.net.unix.FileDescriptorAccess, AFVSOCKSocketExtensions

public final class AFVSOCKSocketChannel extends org.newsclub.net.unix.AFSocketChannel<org.newsclub.net.unix.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

    org.newsclub.net.unix.AFSocketChannel.AFSocketSupplier<A extends org.newsclub.net.unix.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, read, read, setAncillaryReceiveBufferSize, setOption, shutdownInput, shutdownOutput, socket, supportedOptions, toString, write, write

    Methods inherited from class java.nio.channels.SocketChannel

    open, open, open, read, validOps, write

    Methods inherited from class java.nio.channels.SelectableChannel

    register

    Methods inherited from class java.nio.channels.spi.AbstractInterruptibleChannel

    begin, close, end, isOpen

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.newsclub.net.unix.AFSocketExtensions

    ensureAncillaryReceiveBufferSize, getAncillaryReceiveBufferSize, setAncillaryReceiveBufferSize

    Methods inherited from interface java.nio.channels.Channel

    isOpen