Uses of Class
org.newsclub.net.unix.AFSocketChannel
Packages that use AFSocketChannel
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
The junixsocket implementation for Darwin AF_SYSTEM sockets.
The junixsocket implementation for AF_TIPC sockets.
The junixsocket implementation for AF_VSOCK sockets.
-
Uses of AFSocketChannel in org.newsclub.net.unix
Subclasses of AFSocketChannel in org.newsclub.net.unixModifier and TypeClassDescriptionfinal classA selectable channel for stream-oriented connecting sockets.Methods in org.newsclub.net.unix that return AFSocketChannelModifier and TypeMethodDescriptionAFServerSocketChannel.accept()final AFSocketChannel<A> AFSocketChannel.bind(SocketAddress local) AFSocket.getChannel()protected abstract AFSocketChannel<A> AFSocket.newChannel()Creates a newAFSocketChannelfor this socket.AFAddressFamily.newSocketChannel()Creates a new, unconnected, unboundSocketChannelcompatible with this socket address.protected static final <A extends AFSocketAddress>
AFSocketChannel<A> AFSocketChannel.open(AFSocketChannel.AFSocketSupplier<A> supplier) Opens a socket channel.protected static final <A extends AFSocketAddress>
AFSocketChannel<A> AFSocketChannel.open(AFSocketChannel.AFSocketSupplier<A> supplier, SocketAddress remote) Opens a socket channel, connecting to the given socket address.AFProtocolFamily.openSocketChannel()Creates a new socket channel compatible with this protocol family.AFSelectorProvider.openSocketChannel()AFSelectorProvider.openSocketChannel(ProtocolFamily family) abstract AFSocketChannel<A> AFSelectorProvider.openSocketChannel(SocketAddress sa) Opens a socket channel connected to the givenSocketAddress.AFUNIXProtocolFamily.openSocketChannel()final <T> AFSocketChannel<A> AFSocketChannel.setOption(SocketOption<T> name, T value) final AFSocketChannel<A> AFSocketChannel.shutdownInput()final AFSocketChannel<A> AFSocketChannel.shutdownOutput()Methods in org.newsclub.net.unix that return types with arguments of type AFSocketChannelModifier and TypeMethodDescriptionAFSocketPair<? extends AFSocketChannel<A>> AFSelectorProvider.openSocketChannelPair()Opens a socket pair of interconnected channels.protected abstract Class<? extends AFSocketChannel<A>> AFAddressFamilyConfig.socketChannelClass()Returns the implementation'sSocketChannelclass. -
Uses of AFSocketChannel in org.newsclub.net.unix.darwin.system
Subclasses of AFSocketChannel in org.newsclub.net.unix.darwin.systemModifier and TypeClassDescriptionfinal classA selectable channel for stream-oriented connecting sockets. -
Uses of AFSocketChannel in org.newsclub.net.unix.tipc
Subclasses of AFSocketChannel in org.newsclub.net.unix.tipcModifier and TypeClassDescriptionfinal classA selectable channel for stream-oriented connecting sockets. -
Uses of AFSocketChannel in org.newsclub.net.unix.vsock
Subclasses of AFSocketChannel in org.newsclub.net.unix.vsockModifier and TypeClassDescriptionfinal classA selectable channel for stream-oriented connecting sockets.