Java network programming /

Main Author: Harold, Elliotte Rusty
Format: Book
Language:English
Published: Cambridge, Eng. ; Sebastopol : O'Reilly, c1997.
Edition:1st ed.
Subjects:
Table of Contents:
  • 1. Why Networked Java?
  • 2. Basic Network Concepts
  • 3. Basic WebConcepts
  • 4. Processing Internet Addresses
  • 5. Retrieving Data withURLs
  • 6. The Network Methods of java.applet.Applet
  • 7. Sockets forClients
  • 8. Sockets for Servers
  • 9. UDP Datagrams and Sockets
  • 10. The URLConnection Class
  • 11. Protocol Handlers
  • 12. ContentHandlers
  • 13. Multicast Sockets
  • 14. Remote Method Invocation
  • 15. The Java Server API and Servlets.