Uses of Interface
org.newsclub.net.unix.AFSomeSocketThing
-
Uses of AFSomeSocketThing in org.newsclub.net.unix
Subinterfaces of AFSomeSocketThing in org.newsclub.net.unixModifier and TypeInterfaceDescriptioninterfaceMarker interface that combines junixsocket-basedSocketChannels,Sockets,DatagramChannels andDatagramSockets.interfaceMarker interface that combines junixsocket-basedSocketChannels,DatagramChannels orServerSocketChannels.Classes in org.newsclub.net.unix that implement AFSomeSocketThingModifier and TypeClassDescriptionclassAFDatagramChannel<A extends AFSocketAddress>ADatagramChannelimplementation that works with junixsocket.classAFDatagramSocket<A extends AFSocketAddress>ADatagramSocketimplementation that works with junixsocket.classAFServerSocket<A extends AFSocketAddress>The server part of a junixsocket socket.classAFServerSocketChannel<A extends AFSocketAddress>A selectable channel for stream-oriented listening sockets.classAFSocket<A extends AFSocketAddress>junixsocket's base implementation of aSocket.classAFSocketChannel<A extends AFSocketAddress>A selectable channel for stream-oriented connecting sockets.final classADatagramChannelimplementation that works with AF_UNIX Unix domain sockets.final classADatagramSocketimplementation that works with AF_UNIX Unix domain sockets.final classThe server part of an AF_UNIX domain socket.final classA selectable channel for stream-oriented listening sockets.final classImplementation of an AF_UNIX domain socket.final classA selectable channel for stream-oriented connecting sockets.