Java network programming / Elliotte Rusty Harold.

AUTOR: Elliotte Rusty Harold
ISBN: 1565928709
IDIOMA: eng
PÁGINAS: XXVI, 731
AÑO: 2000

 
   
RECOMENDADO EN LAS SIGUIENTES ASIGNATURAS
Sistemas distribuidos

 
RESUMEN

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.
 
INDICE

Preface 1. Why Networked Java? What Can a Network Program Do? But Wait!-There's More! 2. Basic Network Concepts Networks The Layers of a Network IP, TCP, and UDP The Internet The Client/Server Model Internet Standards 3. Basic Web Concepts URIs HTML, SGML, and XML HTTP MIME CGI Applets and Security 4. Java I/O Output Streams Input Streams Filter Streams Readers and Writers 5. Threads Running Threads Returning Information from a Thread Synchronization Deadlock Thread Scheduling Thread Pools 6. Looking Up Internet Addresses DNS, IP Addresses, and All That The InetAddress Class Some Useful Programs.