Class AFVSOCKSocketPair<T extends org.newsclub.net.unix.AFSomeSocket>

java.lang.Object
org.newsclub.net.unix.CloseablePair<T>
org.newsclub.net.unix.AFSocketPair<T>
org.newsclub.net.unix.vsock.AFVSOCKSocketPair<T>
Type Parameters:
T - The socket type.
All Implemented Interfaces:
Closeable, AutoCloseable

public final class AFVSOCKSocketPair<T extends org.newsclub.net.unix.AFSomeSocket> extends org.newsclub.net.unix.AFSocketPair<T>
A pair of sockets.
Author:
Christian Kohlschütter