Available on Unix only.
Expand description
Unix-specific networking functionality.
Structs§
- Incoming
 - An iterator over incoming connections to a 
UnixListener. - Socket
Addr  - An address associated with a Unix socket.
 - Unix
Datagram  - A Unix datagram socket.
 - Unix
Listener  - A structure representing a Unix domain socket server.
 - Unix
Stream  - A Unix stream socket.
 - Messages
Experimental Android or Linux or Cygwin  - This struct is used to iterate through the control messages.
 - ScmCredentials
Experimental Android or Linux or Cygwin  - This control message contains unix credentials.
 - ScmRights
Experimental Android or Linux or Cygwin  - This control message contains file descriptors.
 - Socket
Ancillary Experimental Android or Linux or Cygwin  - A Unix socket Ancillary data struct.
 - Socket
Cred Experimental Android or Linux or Cygwin  - Unix credential.
 - UCred
Experimental  - Credentials for a UNIX process for credentials passing.
 
Enums§
- Ancillary
Data Experimental Android or Linux or Cygwin  - This enum represent one control message of variable type.
 - Ancillary
Error Experimental Android or Linux or Cygwin  - The error type which is returned from parsing the type a control message.