Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.42 KB

README.md

File metadata and controls

12 lines (10 loc) · 1.42 KB

java-network-programming

Various networking applications written in Java.

This repository incldes the following applications:

  1. weblog-analysis: MyPooledWeblog.java, LookupTask.java, and README.md - introduces the Java Networking concepts of streams, threads, futures, and weblogs.
  2. source-parsing: SourceViewer.java and README.md - introduces the Java Networking concepts of URLs, URLConnections, and parsing.
  3. http-server: FileHTTPServer.java, Directory/crosby.html, Directory/McDavid.html, Directory/strome.html, and README.md - introduces the Java Networking concepts of server I/O, Sockets, ServerSockets, etc.
  4. http-server-logging: HTTPServerWLog.java, Directory/crosby.html, Directory/McDavid.html, Directory/strome.html, and README.md - introduces the Java Networking concept of Logging.
  5. custom-server-protocol: PodServer.java, mypoems.txt, PodProtocol.rtf, and README.md - introduces the concept of creating a custom protocol for server communication.
  6. RMI-client-server: LargestPrimeNumberRMIClient.java, LargestPrimeNumberRMIServer.java, compute.jar, client.policy, server.policy, compute/LargestPrimeNumber.java, compute/LargestPrimeNumber.class, and README.md - introduces the Java Networking RMI concepts.
  7. javamail-email-server: GetMail.java, SendProgram1.java, SendProgramWAttachment.java, kess.jpg, ISO.png, and README.md - introduces the Java Networking concepts of sending and receiving emails, using the JavaMail API.