Uses of Class
org.newsclub.net.unix.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
Modifier and TypeClassDescriptionfinal class
AFUNIXSocketPair<T extends AFSomeSocket>
A pair of sockets.Modifier 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 interconnectedDatagramChannel
s, 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
Modifier and TypeClassDescriptionfinal class
AFSYSTEMSocketPair<T extends AFSomeSocket>
A pair of sockets.Modifier 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
Modifier and TypeClassDescriptionfinal class
AFTIPCSocketPair<T extends AFSomeSocket>
A pair of sockets.Modifier 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
Modifier and TypeClassDescriptionfinal class
AFVSOCKSocketPair<T extends AFSomeSocket>
A pair of sockets.Modifier and TypeMethodDescriptionprotected <P extends AFSomeSocket>
AFSocketPair<P> AFVSOCKSelectorProvider.newSocketPair
(P s1, P s2) Constructs a new socket pair from two sockets.