Work in Progress
- IP (Internet Protocol) Address
- Domain Names
- The InetAddress Class
- Inet4Address and Inet6Address
- Network Interface
- The Real Difference: URIs vs URLs vs URNs
- Structure of a URL
- The URL Class
- The URI Class
- The URLEncoder and URLDecoder Classes
- Proxies
- Communicating with server side programs through GET
- Accessing Password Protected Sites
(back to top) β¬οΈ
- Sockets in Java: Client-Side
- Multicast Addresses and Groups
- Examples of Multicast Groups in Use
- Multicast Addresses
- Clients and Servers
- Routers and Routing
- Working with Multicast Sockets
- Communication With A Multicast Group
(back to top) β¬οΈ
ππππππππππππ Completed all The Course! ππππππππππππ
Thanks to everyone who is taking, participating in, and working on this repo !.
π Contributors
Java Networking content is open-sourced licensed as GPLv3.
If you find this repository useful, please give it a star! It helps others find the project and shows your support.
We welcome contributions to this repository. If you want to contribute, please follow these steps:
- Fork the repository
- Create a new branch (
git checkout -b feature/YourFeature
) - Commit your changes (
git commit -am 'Add new feature'
) - Push to the branch (
git push origin feature/YourFeature
) - Create a new Pull Request
Your contributions will help improve this project for everyone!
(back to top) β¬οΈ