gogogo
Syndetics cover image
Image from Syndetics

Java network programming / Elliotte Rusty Harold.

By: Material type: TextTextSeries: Java series (O\'Reilly & Associates)Publication details: Beijing ; Sebastopol [Calif.] : O\'Reilly, c2000.Edition: 2nd edDescription: xxvi, 731 p. : ill. ; 24 cmISBN:
  • 1565928709
Other title:
  • Network programming
Subject(s): DDC classification:
  • 005.133 HAR
Holdings
Item type Current library Call number Copy number Status Date due Barcode
Standard Loan Moylish Library Main Collection 005.133 HAR (Browse shelf(Opens below)) 1 Available 39002000384587

Enhanced descriptions from Syndetics:

Java Network Programming, 2nd Edition, is a complete introduction to developing network programs (both applets and applications) using Java, covering everything from Networking fundamentals to remote method invocation (RMI). It includes chapters on TCP and UDP sockets, multicasting protocol and content handlers, and servlets. This second edition also includes coverage of Java 1.1, 1.2 and 1.3. New chapters cover multithreaded network programming, I/O, HTML parsing and display, the Java Mail API, the Java Secure Sockets Extension, and more.

Includes bibliographical references and index.

Table of contents provided by Syndetics

  • Preface (p. xiii)
  • 1. Why Networked Java? (p. 1)
  • What Can a Network Program Do? (p. 2)
  • But Wait!--There's More! (p. 19)
  • 2. Basic Network Concepts (p. 20)
  • Networks (p. 20)
  • The Layers of a Network (p. 22)
  • IP, TCP, and UDP (p. 28)
  • The Internet (p. 32)
  • The Client/Server Model (p. 37)
  • Internet Standards (p. 39)
  • 3. Basic Web Concepts (p. 49)
  • URIs (p. 50)
  • HTML, SGML, and XML (p. 56)
  • HTTP (p. 58)
  • MIME (p. 63)
  • CGI (p. 68)
  • Applets and Security (p. 71)
  • 4. Java I/O (p. 75)
  • Output Streams (p. 76)
  • Input Streams (p. 80)
  • Filter Streams (p. 84)
  • Readers and Writers (p. 101)
  • 5. Threads (p. 117)
  • Running Threads (p. 119)
  • Returning Information from a Thread (p. 124)
  • Synchronization (p. 136)
  • Deadlock (p. 144)
  • Thread Scheduling (p. 145)
  • Thread Pools (p. 159)
  • 6. Looking Up Internet Addresses (p. 165)
  • DNS, IP Addresses, and All That (p. 165)
  • The InetAddress Class (p. 167)
  • Some Useful Programs (p. 181)
  • 7. Retrieving Data with URLs (p. 193)
  • The URL Class (p. 193)
  • The URLEncoder and URLDecoder Classes (p. 218)
  • Communicating with CGIs and Servlets Through GET (p. 223)
  • Accessing Password-Protected Sites (p. 228)
  • 8. HTML in Swing (p. 236)
  • HTML on Components (p. 236)
  • JEditorPane (p. 238)
  • Parsing HTML (p. 247)
  • 9. The Network Methods of java.applet.Applet (p. 267)
  • Using java.applet.Applet to Download Data (p. 267)
  • The ImageObserver Interface (p. 276)
  • The MediaTracker Class (p. 281)
  • Network Methods of Java.applet.AppletContext (p. 297)
  • 10. Sockets for Clients (p. 301)
  • Socket Basics (p. 302)
  • Investigating Protocols with Telnet (p. 302)
  • The Socket Class (p. 304)
  • Socket Exceptions (p. 329)
  • Examples (p. 330)
  • 11. Sockets for Servers (p. 350)
  • The ServerSocket Class (p. 351)
  • Some Useful Servers (p. 364)
  • 12. Secure Sockets (p. 388)
  • Secure Communications (p. 389)
  • Creating Secure Client Sockets (p. 393)
  • Methods of the SSLSocket Class (p. 397)
  • Creating Secure Server Sockets (p. 403)
  • Methods of the SSLServerSocket Class (p. 408)
  • 13. UDP Datagrams and Sockets (p. 411)
  • The UDP Protocol (p. 411)
  • The DatagramPacket Class (p. 413)
  • The DatagramSocket Class (p. 423)
  • Some Useful Applications (p. 435)
  • 14. Multicast Sockets (p. 450)
  • What Is a Multicast Socket? (p. 451)
  • Working with Multicast Sockets (p. 461)
  • Two Simple Examples (p. 466)
  • 15. The URLConnection Class (p. 472)
  • Opening URLConnections (p. 473)
  • Reading Data from a Server (p. 475)
  • Reading the Header (p. 476)
  • Configuring the Connection (p. 485)
  • Configuring the Client Request MIME Header (p. 495)
  • Writing Data to a Server (p. 497)
  • Content Handlers (p. 503)
  • The Object Methods (p. 505)
  • Security Considerations for URLConnections (p. 505)
  • Guessing MIME Types (p. 506)
  • HttpURLConnection (p. 509)
  • JarURLConnection (p. 525)
  • 16. Protocol Handlers (p. 529)
  • What Is a Protocol Handler? (p. 530)
  • The URLStreamHandler Class (p. 534)
  • Writing a Protocol Handler (p. 542)
  • More Protocol Handler Examples and Techniques (p. 546)
  • The URLStreamHandlerFactory Interface (p. 556)
  • 17. Content Handlers (p. 560)
  • What Is a Content Handler? (p. 562)
  • The ContentHandler Class (p. 565)
  • The ContentHandlerFactory Interface (p. 578)
  • A Content Handler for an Image Format: image/x-fits (p. 581)
  • 18. Remote Method Invocation (p. 594)
  • What Is Remote Method Invocation? (p. 594)
  • Implementation (p. 600)
  • Loading Classes at Runtime (p. 609)
  • The java.rmi Package (p. 617)
  • The java.rmi.registry Package (p. 626)
  • The java.rmi.server Package (p. 628)
  • 19. The JavaMail API (p. 634)
  • What Is the JavaMail API? (p. 635)
  • Sending Email (p. 637)
  • Receiving Mail (p. 648)
  • Password Authentication (p. 654)
  • Addresses (p. 658)
  • The URLName Class (p. 663)
  • The Message Class (p. 666)
  • The Part Interface (p. 678)
  • Multipart Messages and File Attachments (p. 690)
  • MIME Messages (p. 695)
  • Folders (p. 697)
  • Index (p. 711)

Author notes provided by Syndetics

Elliotte Rusty Harold is the author of Cafe au Lait, an important online resource for Java-related news

Powered by Koha