From which we read:
"The java.net package provides two classes--Socket and ServerSocket--that implement the client side of the connection and the server side of the connection, respectively."
These are great for socket programming, but rather low level.
Do you have needs for more than raw socket programming?
I know this is a really old thread, but I have created a library in Java for easier socket programming. It can be found on github, https://github.com/czifro-development/JSocket. I am also open to any suggestions for improvement.
Ad
Advertisements
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.