Uses of Interface
org.newsclub.net.unix.AFSomeSocketThing
-
Uses of AFSomeSocketThing in org.newsclub.net.unix
Modifier and TypeInterfaceDescriptioninterface
Marker interface that combines junixsocket-basedSocketChannel
s,Socket
s,DatagramChannel
s andDatagramSocket
s.interface
Marker interface that combines junixsocket-basedSocketChannel
s,DatagramChannel
s orServerSocketChannel
s.Modifier and TypeClassDescriptionclass
AFDatagramChannel<A extends AFSocketAddress>
ADatagramChannel
implementation that works with junixsocket.class
AFDatagramSocket<A extends AFSocketAddress>
ADatagramSocket
implementation that works with junixsocket.class
AFServerSocket<A extends AFSocketAddress>
The server part of a junixsocket socket.class
AFServerSocketChannel<A extends AFSocketAddress>
A selectable channel for stream-oriented listening sockets.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
The server part of an AF_UNIX domain socket.final class
A selectable channel for stream-oriented listening sockets.final class
Implementation of an AF_UNIX domain socket.final class
A selectable channel for stream-oriented connecting sockets.