Uses of Interface
org.newsclub.net.unix.AFSocketExtensions
-
Uses of AFSocketExtensions in org.newsclub.net.unix
Subinterfaces of AFSocketExtensions in org.newsclub.net.unixModifier and TypeInterfaceDescriptioninterface
Defines certain methods that all junixsocket AF_UNIX socket implementations share and extend beyond the standard socket API.Classes in org.newsclub.net.unix that implement AFSocketExtensionsModifier and TypeClassDescriptionclass
AFDatagramChannel<A extends AFSocketAddress>
ADatagramChannel
implementation that works with junixsocket.class
AFDatagramSocket<A extends AFSocketAddress>
ADatagramSocket
implementation that works with junixsocket.class
AFSocket<A extends AFSocketAddress>
junixsocket's base implementation of aSocket
.class
AFSocketChannel<A extends AFSocketAddress>
A selectable channel for stream-oriented connecting sockets.final class
ADatagramChannel
implementation that works with AF_UNIX Unix domain sockets.final class
ADatagramSocket
implementation that works with AF_UNIX Unix domain sockets.final class
Implementation of an AF_UNIX domain socket.final class
A selectable channel for stream-oriented connecting sockets.