Uses of Interface
org.newsclub.net.unix.AFSomeSocket
Packages that use AFSomeSocket
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 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) -
Uses of AFSomeSocket in org.newsclub.net.unix.darwin.system
Classes in org.newsclub.net.unix.darwin.system with type parameters of type AFSomeSocketModifier and TypeClassDescriptionfinal classAFSYSTEMSocketPair<T extends AFSomeSocket>A pair of sockets.Classes in org.newsclub.net.unix.darwin.system that implement AFSomeSocketModifier and TypeClassDescriptionfinal classADatagramChannelimplementation that works withAF_SYSTEMsockets.final classADatagramSocketimplementation that works withAF_SYSTEMsockets.final classImplementation of anAF_SYSTEMsocket.final classA selectable channel for stream-oriented connecting sockets.Methods in org.newsclub.net.unix.darwin.system with type parameters of type AFSomeSocketModifier and TypeMethodDescriptionprotected <P extends AFSomeSocket>
AFSocketPair<P> AFSYSTEMSelectorProvider.newSocketPair(P s1, P s2) Constructs a new socket pair from two sockets. -
Uses of AFSomeSocket in org.newsclub.net.unix.tipc
Classes in org.newsclub.net.unix.tipc with type parameters of type AFSomeSocketModifier and TypeClassDescriptionfinal classAFTIPCSocketPair<T extends AFSomeSocket>A pair of sockets.Classes in org.newsclub.net.unix.tipc that implement AFSomeSocketModifier and TypeClassDescriptionfinal classADatagramChannelimplementation that works withAF_TIPCsockets.final classADatagramSocketimplementation that works withAF_TIPCsockets.final classImplementation of anAF_TIPCsocket.final classA selectable channel for stream-oriented connecting sockets.Methods in org.newsclub.net.unix.tipc with type parameters of type AFSomeSocketModifier and TypeMethodDescriptionprotected <P extends AFSomeSocket>
AFSocketPair<P> AFTIPCSelectorProvider.newSocketPair(P s1, P s2) Constructs a new socket pair from two sockets. -
Uses of AFSomeSocket in org.newsclub.net.unix.vsock
Classes in org.newsclub.net.unix.vsock with type parameters of type AFSomeSocketModifier and TypeClassDescriptionfinal classAFVSOCKSocketPair<T extends AFSomeSocket>A pair of sockets.Classes in org.newsclub.net.unix.vsock that implement AFSomeSocketModifier and TypeClassDescriptionfinal classADatagramChannelimplementation that works withAF_VSOCKsockets.final classADatagramSocketimplementation that works withAF_VSOCKsockets.final classImplementation of anAF_VSOCKsocket.final classA selectable channel for stream-oriented connecting sockets.Methods in org.newsclub.net.unix.vsock with type parameters of type AFSomeSocketModifier and TypeMethodDescriptionprotected <P extends AFSomeSocket>
AFSocketPair<P> AFVSOCKSelectorProvider.newSocketPair(P s1, P s2) Constructs a new socket pair from two sockets.