Uses of Interface
org.newsclub.net.unix.AFSocketChannel.AFSocketSupplier
Package
Description
The junixsocket base implementation, including support for AF_UNIX sockets.
-
Uses of AFSocketChannel.AFSocketSupplier in org.newsclub.net.unix
Modifier and TypeMethodDescriptionprotected 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.