My Tech Notes
Java: Open a socket only listening to localhost
new ServerSocket(9090, 0, InetAddress.getLoopbackAddress());
see also
https://stackoverflow.com/questions/2205073/how-to-create-java-socket-that-is-localhost-only/2994761
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment