Class AFTIPCSocketPair<T extends AFSomeSocket>

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

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