Interface AFUNIXSocketExtensions

All Superinterfaces:
AFSocketExtensions
All Known Implementing Classes:
AFUNIXDatagramChannel, AFUNIXDatagramSocket, AFUNIXSocket, AFUNIXSocketChannel

public interface AFUNIXSocketExtensions extends AFSocketExtensions
Defines certain methods that all junixsocket AF_UNIX socket implementations share and extend beyond the standard socket API. The set of features include methods to support working with ancillary messages (such as file descriptors) as well as socket credentials. Keep in mind that the platform this code runs on may not support these features, and exceptions may be thrown when not checking for the corresponding AFUNIXSocketCapability first.
Author:
Christian Kohlschütter