Uses of Interface
org.newsclub.net.unix.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
Modifier and TypeClassDescriptionclass
AFSocketPair<T extends AFSomeSocket>
A pair of sockets.final class
AFUNIXSocketPair<T extends AFSomeSocket>
A pair of sockets.Modifier and TypeClassDescriptionclass
AFDatagramChannel<A extends AFSocketAddress>
ADatagramChannel
implementation that works with junixsocket.class
AFDatagramSocket<A extends AFSocketAddress>
ADatagramSocket
implementation that works with junixsocket.class
AFSocket<A extends AFSocketAddress>
junixsocket's base implementation of aSocket
.class
AFSocketChannel<A extends AFSocketAddress>
A selectable channel for stream-oriented connecting sockets.final class
ADatagramChannel
implementation that works with AF_UNIX Unix domain sockets.final class
ADatagramSocket
implementation that works with AF_UNIX Unix domain sockets.final class
Implementation of an AF_UNIX domain socket.final class
A selectable channel for stream-oriented connecting 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) -
Uses of AFSomeSocket in org.newsclub.net.unix.darwin.system
Modifier and TypeClassDescriptionfinal class
AFSYSTEMSocketPair<T extends AFSomeSocket>
A pair of sockets.Modifier and TypeClassDescriptionfinal class
ADatagramChannel
implementation that works withAF_SYSTEM
sockets.final class
ADatagramSocket
implementation that works withAF_SYSTEM
sockets.final class
Implementation of anAF_SYSTEM
socket.final class
A selectable channel for stream-oriented connecting 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 AFSomeSocket in org.newsclub.net.unix.tipc
Modifier and TypeClassDescriptionfinal class
AFTIPCSocketPair<T extends AFSomeSocket>
A pair of sockets.Modifier and TypeClassDescriptionfinal class
ADatagramChannel
implementation that works withAF_TIPC
sockets.final class
ADatagramSocket
implementation that works withAF_TIPC
sockets.final class
Implementation of anAF_TIPC
socket.final class
A selectable channel for stream-oriented connecting 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 AFSomeSocket in org.newsclub.net.unix.vsock
Modifier and TypeClassDescriptionfinal class
AFVSOCKSocketPair<T extends AFSomeSocket>
A pair of sockets.Modifier and TypeClassDescriptionfinal class
ADatagramChannel
implementation that works withAF_VSOCK
sockets.final class
ADatagramSocket
implementation that works withAF_VSOCK
sockets.final class
Implementation of anAF_VSOCK
socket.final class
A selectable channel for stream-oriented connecting sockets.Modifier and TypeMethodDescriptionprotected <P extends AFSomeSocket>
AFSocketPair<P> AFVSOCKSelectorProvider.newSocketPair
(P s1, P s2) Constructs a new socket pair from two sockets.