Class AFUNIXSocketPair<T extends AFSomeSocket>

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

public final class AFUNIXSocketPair<T extends AFSomeSocket> extends AFSocketPair<T>
A pair of sockets.
Author:
Christian Kohlschütter