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