TCP/IP Sockets in Java: Practical Guide for Programmers

Kenneth L. Calvert, Michael J. Donahoo

  • 出版商: Morgan Kaufmann
  • 出版日期: 2001-11-02
  • 售價: $1,360
  • 貴賓價: 9.5$1,292
  • 語言: 英文
  • 頁數: 72
  • 裝訂: Paperback
  • ISBN: 1558606858
  • ISBN-13: 9781558606852
  • 相關分類: Java 程式語言TCP/IP
  • 已過版

買這商品的人也買了...

商品描述


Order This Book | Authors | Contents | Web-Enhanced | Related Titles

TCP/IP Sockets in Java is a concise, no-fluff guide to low-level network programming in Java. Packed with example code, this book will be indispensable to anyone who wants to understand the finer points of using sockets in Java. Ken and Jeff are not only experts, but also are able to explain practical details clearly. Highly recommended!

-- Keith Edwards, Xerox PARC

This guide is exactly what I needed for both my introductory and my advanced networking courses: an efficient and effective description of network programming using sockets in Java, that is also inexpensive enough to be a supplement for my other course materials. Additionally, one-third of this book goes far beyond the typical examples by providing a clear description of exactly how to send and receive data of various types.

-- Chris Edmondson-Yurkanan, The University of Texas at Austin


Most Internet applications use sockets to implement network communication protocols. TCP/IP Sockets in Java: Practical Guide for Programmers, with its focused, tutorial-based coverage, helps you master the tasks and techniques essential to virtually all client-server projects using sockets in Java. Later chapters teach you to implement more specialized functionality; incisive discussions of programming constructs and protocol implementations equip you with a deeper understanding that is invaluable for meeting future challenges. No other resource presents so concisely or so effectively the exact material you need to get up and running with Java sockets programming right away.

For those who program using the C language, be sure to check out this books companion, TCP/IP Sockets in C: Practical Guide for Programmers.

Features

  • Provides tutorial-based instruction in key sockets programming techniques, focused exclusively on Java and complemented by example code.
  • Covers challenging sockets programming issues: message construction and parsing, underlying TCP/IP protocol mechanisms, Java I/O, iterative and threaded servers, and timeouts.
  • Includes references to the relevant JAVA class libraries that often go beyond the "official" Java documentation in clarity and explanation.
  • Via a companion Web site, provides code for all example programs, along with additional exercises.

Authors:

Kenneth L. Calvert is an associate professor at the University of Kentucky, where he teaches and does research on the design and implementation of computer network protocols. He wrote his first TCP/IP socket program in the mid 1980s.

Michael J. Donahoo teaches networking to undergraduate and graduate students at Baylor University, where he is an assistant professor. He received his Ph.D. in Computer Science from the Georgia Institute of Technology.

Table of Contents:

The whole table of contents in PDF

Chapter 1 Introduction
Chapter 2 Basic Sockets
Chapter 3 Sending and Receiving Messages
Chapter 4 Beyond the Basics
Chapter 5 Under The Hood

Web-Enhanced:

Related Titles:

Computer & Communication Networks
The Morgan Kaufmann Practical Guides Series