Uses of Class
org.newsclub.net.unix.AFSocketPair
Packages that use AFSocketPair
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 AFSocketPair in org.newsclub.net.unix
Subclasses of AFSocketPair in org.newsclub.net.unixModifier and TypeClassDescriptionfinal classAFUNIXSocketPair<T extends AFSomeSocket>A pair of sockets.Methods in org.newsclub.net.unix that return AFSocketPairModifier 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) AFSocketPair<? extends AFDatagramChannel<A>> AFSelectorProvider.openDatagramChannelPair()Opens a socket pair of interconnected datagram channels.AFSocketPair<? extends AFDatagramChannel<A>> AFSelectorProvider.openDatagramChannelPair(AFSocketType type) Opens a socket pair of interconnectedDatagramChannels, using the givenAFSocketType.AFSocketPair<? extends AFSocketChannel<A>> AFSelectorProvider.openSocketChannelPair()Opens a socket pair of interconnected channels. -
Uses of AFSocketPair in org.newsclub.net.unix.darwin.system
Subclasses of AFSocketPair in org.newsclub.net.unix.darwin.systemModifier and TypeClassDescriptionfinal classAFSYSTEMSocketPair<T extends AFSomeSocket>A pair of sockets.Methods in org.newsclub.net.unix.darwin.system that return AFSocketPairModifier and TypeMethodDescriptionprotected <P extends AFSomeSocket>
AFSocketPair<P> AFSYSTEMSelectorProvider.newSocketPair(P s1, P s2) Constructs a new socket pair from two sockets. -
Uses of AFSocketPair in org.newsclub.net.unix.tipc
Subclasses of AFSocketPair in org.newsclub.net.unix.tipcModifier and TypeClassDescriptionfinal classAFTIPCSocketPair<T extends AFSomeSocket>A pair of sockets.Methods in org.newsclub.net.unix.tipc that return AFSocketPairModifier and TypeMethodDescriptionprotected <P extends AFSomeSocket>
AFSocketPair<P> AFTIPCSelectorProvider.newSocketPair(P s1, P s2) Constructs a new socket pair from two sockets. -
Uses of AFSocketPair in org.newsclub.net.unix.vsock
Subclasses of AFSocketPair in org.newsclub.net.unix.vsockModifier and TypeClassDescriptionfinal classAFVSOCKSocketPair<T extends AFSomeSocket>A pair of sockets.Methods in org.newsclub.net.unix.vsock that return AFSocketPairModifier and TypeMethodDescriptionprotected <P extends AFSomeSocket>
AFSocketPair<P> AFVSOCKSelectorProvider.newSocketPair(P s1, P s2) Constructs a new socket pair from two sockets.