Uses of Interface
org.newsclub.net.unix.AFSomeSocket
-
Uses of AFSomeSocket in org.newsclub.net.unix
Classes in org.newsclub.net.unix with type parameters of type AFSomeSocketModifier and TypeClassDescriptionclassAFSocketPair<T extends AFSomeSocket>A pair of sockets.final classAFUNIXSocketPair<T extends AFSomeSocket>A pair of sockets.Classes in org.newsclub.net.unix that implement AFSomeSocketModifier and TypeClassDescriptionclassAFDatagramChannel<A extends AFSocketAddress>ADatagramChannelimplementation that works with junixsocket.classAFDatagramSocket<A extends AFSocketAddress>ADatagramSocketimplementation that works with junixsocket.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 classImplementation of an AF_UNIX domain socket.final classA selectable channel for stream-oriented connecting sockets.Methods in org.newsclub.net.unix with type parameters of type AFSomeSocketModifier and TypeMethodDescriptionprotected abstract <Y extends AFSomeSocket>
AFSocketPair<Y> AFSelectorProvider.newSocketPair(Y s1, Y s2) Constructs a new socket pair from two sockets.protected <P extends AFSomeSocket>
AFSocketPair<P> AFUNIXSelectorProvider.newSocketPair(P s1, P s2)