Skip to content

Commit

Permalink
README: Mention Android compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Jul 13, 2023
1 parent 9b7b2cf commit d4abc74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ other address/protocol families (such as [AF_TIPC](http://tipc.io/) and AF_VSOCK
* *junixsocket* is the most complete implementation of AF_UNIX sockets for the Java ecosystem.
* Supports other socket types, such as TIPC (on Linux) and VSOCK (on Linux, and certain macOS VMs), as well!
* Comes with pre-built native libraries for most operating systems and platforms, including
macOS, Linux, Windows, Solaris, FreeBSD, NetBSD, OpenBSD, DragonFlyBSD, AIX, IBM i.
macOS, Linux, Android, Windows, Solaris, FreeBSD, NetBSD, OpenBSD, DragonFlyBSD, AIX, IBM i.
* Additionally, you can build and run junixsocket natively on IBM z/OS (experimental).
* Supports all Java versions since Java 8*
* Supports both the Java Socket API and NIO (`java.net.Socket`, `java.net.SocketChannel`, etc.)
Expand Down

0 comments on commit d4abc74

Please sign in to comment.