Package org.newsclub.net.unix

The actual AF_UNIX Socket implementation.

See:
          Description

Class Summary
AFUNIXServerSocket The server part of an AF_UNIX domain socket.
AFUNIXSocket Implementation of an AF_UNIX domain socket.
AFUNIXSocketAddress Describes an InetSocketAddress that actually uses AF_UNIX sockets instead of AF_INET.
 

Exception Summary
AFUNIXSocketException Something went wrong with the communication to a Unix socket.
 

Package org.newsclub.net.unix Description

The actual AF_UNIX Socket implementation.