Class AFSYSTEMSocketChannel

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.AFSYSTEMSocketAddress>
org.newsclub.net.unix.darwin.system.AFSYSTEMSocketChannel
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.AFSomeSocketChannel, org.newsclub.net.unix.AFSomeSocketThing, AFSYSTEMSocketExtensions, org.newsclub.net.unix.FileDescriptorAccess

public final class AFSYSTEMSocketChannel extends org.newsclub.net.unix.AFSocketChannel<org.newsclub.net.unix.AFSYSTEMSocketAddress> implements AFSYSTEMSocketExtensions
A selectable channel for stream-oriented connecting sockets.
Author:
Christian Kohlschütter