Home

This Chapter
-Chapter 4: Networking
-Client-Side Cookies
-HttpCookie Example
-Internationalized Domain Names (IDNs)
-Internationalized Resource Identifiers
-The InterfaceAddress Interface
-Lightweight HTTP Server
-Summary

Table of Contents
-Introduction
-Chapter 1: Core Libraries
-Chapter 2: Dynamic Compilation
-Chapter 3: Scripting
-Chapter 4: Networking
-Chapter 5: Swing Updates
-Chapter 6: Abstract Window Toolkit
-Chapter 7: Internationalization
-Chapter 8: Java Database Connectivity 4.0
-Chapter 9: XML Digital Signature API
-Chapter 10: Streaming API for XML
-Chapter 11: Java Architecture for XML Binding
-Chapter 12: Web Services
-Chapter 13: JavaBeans Activation Framework
-Chapter 14: User-Defined MXBeans
-Chapter 15: Concurrency Updates
-Appendix A: Enums
-Appendix B: Generics
-Appendix C: Annotations

Previous
Next

 

Chapter 4

Networking

Mustang adds some networking-related features too and in this chapter we’ll learn what have been brought to the table. This chapter starts with the new API for working with client-side cookies—that’s right, as opposed to cookies manageable by servlets and JSPs, and concludes with the discussion of a brand new HTTP server for testing your web applications and web services. Between the two are topics on internationalized domain names, internationalized resource identifiers, and the InterfaceAddress interface.

Previous
Next