Uses of Class
org.newsclub.net.unix.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
Modifier and TypeClassDescriptionfinal class
A selectable channel for stream-oriented connecting sockets.Modifier and TypeMethodDescriptionAFServerSocketChannel.accept()
final AFSocketChannel
<A> AFSocketChannel.bind
(SocketAddress local) AFSocket.getChannel()
protected abstract AFSocketChannel
<A> AFSocket.newChannel()
Creates a newAFSocketChannel
for this socket.AFAddressFamily.newSocketChannel()
Creates a new, unconnected, unboundSocketChannel
compatible 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()
Modifier 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'sSocketChannel
class. -
Uses of AFSocketChannel in org.newsclub.net.unix.darwin.system
Modifier and TypeClassDescriptionfinal class
A selectable channel for stream-oriented connecting sockets. -
Uses of AFSocketChannel in org.newsclub.net.unix.tipc
Modifier and TypeClassDescriptionfinal class
A selectable channel for stream-oriented connecting sockets. -
Uses of AFSocketChannel in org.newsclub.net.unix.vsock
Modifier and TypeClassDescriptionfinal class
A selectable channel for stream-oriented connecting sockets.