TCP/IP Sockets in Java

TCP/IP Sockets in Java
Author :
Publisher : Morgan Kaufmann
Total Pages : 192
Release :
ISBN-10 : 0080568785
ISBN-13 : 9780080568782
Rating : 4/5 (782 Downloads)

Book Synopsis TCP/IP Sockets in Java by : Kenneth L. Calvert

Download or read book TCP/IP Sockets in Java written by Kenneth L. Calvert and published by Morgan Kaufmann. This book was released on 2011-08-29 with total page 192 pages. Available in PDF, EPUB and Kindle. Book excerpt: The networking capabilities of the Java platform have been extended considerably since the first edition of the book. This new edition covers version 1.5-1.7, the most current iterations, as well as making the following improvements: The API (application programming interface) reference sections in each chapter, which describe the relevant parts of each class, have been replaced with (i) a summary section that lists the classes and methods used in the code, and (ii) a "gotchas" section that mentions nonobvious or poorly-documented aspects of the objects. In addition, the book covers several new classes and capabilities introduced in the last few revisions of the Java platform. New abstractions to be covered include NetworkInterface, InterfaceAddress, Inet4/6Address, SocketAddress/InetSocketAddress, Executor, and others; extended access to low-level network information; support for IPv6; more complete access to socket options; and scalable I/O. The example code is also modified to take advantage of new language features such as annotations, enumerations, as well as generics and implicit iterators where appropriate. Most Internet applications use sockets to implement network communication protocols. This book's focused, tutorial-based approach helps the reader master the tasks and techniques essential to virtually all client-server projects using sockets in Java. Chapter 1 provides a general overview of networking concepts to allow readers to synchronize the concepts with terminology. Chapter 2 introduces the mechanics of simple clients and servers. Chapter 3 covers basic message construction and parsing. Chapter 4 then deals with techniques used to build more robust clients and servers. Chapter 5 (NEW) introduces the scalable interface facilities which were introduced in Java 1.5, including the buffer and channel abstractions. Chapter 6 discusses the relationship between the programming constructs and the underlying protocol implementations in more detail. Programming concepts are introduced through simple program examples accompanied by line-by-line code commentary that describes the purpose of every part of the program. No other resource presents so concisely or so effectively the material necessary to get up and running with Java sockets programming. Focused, tutorial-based instruction in key sockets programming techniques allows reader to quickly come up to speed on Java applications. Concise and up-to-date coverage of the most recent platform (1.7) for Java applications in networking technology.


TCP/IP Sockets in Java Related Books

TCP/IP Sockets in Java
Language: en
Pages: 192
Authors: Kenneth L. Calvert
Categories: Computers
Type: BOOK - Published: 2011-08-29 - Publisher: Morgan Kaufmann

DOWNLOAD EBOOK

The networking capabilities of the Java platform have been extended considerably since the first edition of the book. This new edition covers version 1.5-1.7, t
TCP/IP Sockets in Java
Language: en
Pages: 132
Authors: Kenneth L. Calvert
Categories: Computers
Type: BOOK - Published: 2002 - Publisher: Morgan Kaufmann

DOWNLOAD EBOOK

Chapter 1 Introduction -- Chapter 2 Basic Sockets -- Chapter 3 Sending and Receiving Messages -- Chapter 4 Beyond the Basics -- Chapter 5 Under The Hood.
TCP/IP Sockets in Java
Language: en
Pages: 192
Authors: Kenneth Calvert
Categories: Internet programming
Type: BOOK - Published: 2011 - Publisher:

DOWNLOAD EBOOK

The networking capabilities of the Java platform have been extended considerably since the first edition of the book. This new edition covers version 1.5-1.7, t
TCP/IP Sockets in C
Language: en
Pages: 216
Authors: Michael J. Donahoo
Categories: Computers
Type: BOOK - Published: 2009-03-02 - Publisher: Morgan Kaufmann

DOWNLOAD EBOOK

TCP/IP Sockets in C: Practical Guide for Programmers, Second Edition is a quick and affordable way to gain the knowledge and skills needed to develop sophistica
Java TCP/IP Socket编程/华章程序员书库/TCP/IP sockets in java practical guide for programmers
Language: zh-CN
Pages: 172
Authors: Kenneth L. Calvert
Categories: TCP/IP (Computer network protocol)
Type: BOOK - Published: 2009 - Publisher:

DOWNLOAD EBOOK

本书基于TCP/IP Socket相关原理,对如何在Java中进行Socket编程作了深入浅出的介绍。本书内容简明扼要,条理清晰,并在讲解相�