Various networking applications written in Java.
This repository incldes the following applications:
- weblog-analysis: MyPooledWeblog.java, LookupTask.java, and README.md - introduces the Java Networking concepts of streams, threads, futures, and weblogs.
- source-parsing: SourceViewer.java and README.md - introduces the Java Networking concepts of URLs, URLConnections, and parsing.
- 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.
- http-server-logging: HTTPServerWLog.java, Directory/crosby.html, Directory/McDavid.html, Directory/strome.html, and README.md - introduces the Java Networking concept of Logging.
- custom-server-protocol: PodServer.java, mypoems.txt, PodProtocol.rtf, and README.md - introduces the concept of creating a custom protocol for server communication.
- 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.
- 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.