Class UnixDomainSocketChannelNotes
java.lang.Object
net.jrodolfo.java_evolution.java16.UnixDomainSocketChannelNotes
Explains Unix-domain socket channel support, introduced in Java 16.
Before Java 16, Java's standard socket channel APIs focused on network sockets. Local inter-process communication through Unix-domain sockets required platform-specific approaches or non-standard libraries.
Java 16 added standard Unix-domain socket channel support. The API is platform-dependent, so this repository keeps the example explanatory instead of opening OS-specific sockets in unit tests.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionExplains why this repository keeps the example as notes.Names the standard protocol family.purpose()Explains the typical use case.
-
Constructor Details
-
UnixDomainSocketChannelNotes
public UnixDomainSocketChannelNotes()
-
-
Method Details
-
protocolFamily
Names the standard protocol family.- Returns:
- the protocol family name
-
purpose
-
projectDecision
Explains why this repository keeps the example as notes.- Returns:
- the project decision
-