Commit 355a464e authored by Mohamad Bashar Desoki's avatar Mohamad Bashar Desoki

update Readme.md

parent 3c04a810
# Network Communication # Network Communication
## Simple HTTP Server and Client ## Simple HTTP Server and Client
*Some useful links* *Some useful links*
* [HttpServer Class](https://docs.oracle.com/javase/8/docs/jre/api/net/httpserver/spec/com/sun/net/httpserver/HttpServer.html) * [HttpServer Class](https://docs.oracle.com/javase/8/docs/jre/api/net/httpserver/spec/com/sun/net/httpserver/HttpServer.html)
* [HttpClient Class](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpClient.html) * [HttpClient Class](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpClient.html)
* [HttpRequest Class](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpRequest.html) * [HttpRequest Class](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpRequest.html)
* [SLF4J Logback Tutorial](https://mkyong.com/logging/slf4j-logback-tutorial/)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment