語系:
繁體中文
English
說明(常見問題)
圖資館首頁
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
TCP/IP sockets in Javapractical guid...
~
Calvert, Kenneth L.
TCP/IP sockets in Javapractical guide for programmers /
紀錄類型:
書目-電子資源 : Monograph/item
正題名/作者:
TCP/IP sockets in JavaKenneth L. Calvert, Michael J. Donahoo.
其他題名:
practical guide for programmers /
作者:
Calvert, Kenneth L.
其他作者:
Donahoo, Michael J.
出版者:
Amsterdam ;Elsevier/Morgan Kaufmann,c2008.
面頁冊數:
xiv, 177 p. :ill. ;24 cm.
叢書名:
The Morgan Kaufmann practical guides series
標題:
Internet programming.
電子資源:
An electronic book accessible through the World Wide Web; click for information
電子資源:
http://www.engineeringvillage.com/controller/servlet/OpenURL?genre=book&isbn=9780123742551
電子資源:
http://www.loc.gov/catdir/toc/fy0804/2007039444.html
ISBN:
9780123742551
TCP/IP sockets in Javapractical guide for programmers /
Calvert, Kenneth L.
TCP/IP sockets in Java
practical guide for programmers /[electronic resource] :Kenneth L. Calvert, Michael J. Donahoo. - 2nd ed. - Amsterdam ;Elsevier/Morgan Kaufmann,c2008. - xiv, 177 p. :ill. ;24 cm. - The Morgan Kaufmann practical guides series.
Includes bibliographical references (p. 167-168) and index.
Ch 1: Introduction to Networks, Packets and Protocols -- Ch 2: Basic Sockets -- Ch 3: Sending and Receiving Messages -- Ch 4: Beyond the Basics -- Ch 5: Scalable Interoperability -- Ch 6: Under the Hood.
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 genral 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. The book's Web site contains many examples of command-based sockets-related code discussed throughout the book. No other resource presents so concisely or so effectively the material necessary to get up and running with Java sockets programming. KEY FEATURES * 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 * Provides code for all example programs via a companion Web site to let the reader see the important objects and methods in context and to understand the purpose of each line of code.
Electronic reproduction.
Amsterdam :
Elsevier Science & Technology,
2008.
Mode of access: World Wide Web.
ISBN: 9780123742551
Source: 142074:142219Elsevier Science & Technologyhttp://www.sciencedirect.comSubjects--Topical Terms:
189338
Internet programming.
Index Terms--Genre/Form:
214472
Electronic books.
LC Class. No.: QA76.625 / .C35 2008eb
Dewey Class. No.: 005.13/3
TCP/IP sockets in Javapractical guide for programmers /
LDR
:04761cmm 2200349Ia 4500
001
214524
003
OCoLC
005
20090612093507.0
006
m d
007
cr cn|||||||||
008
090907s2008 ne a sb 001 0 eng d
020
$a
9780123742551
020
$a
0123742552
035
$a
(OCoLC)281598631
035
$a
ocn281598631
037
$a
142074:142219
$b
Elsevier Science & Technology
$n
http://www.sciencedirect.com
040
$a
OPELS
$b
eng
$c
OPELS
$d
OPELS
049
$a
TEFA
050
1 4
$a
QA76.625
$b
.C35 2008eb
082
0 4
$a
005.13/3
$2
22
100
1
$a
Calvert, Kenneth L.
$3
233453
245
1 0
$a
TCP/IP sockets in Java
$h
[electronic resource] :
$b
practical guide for programmers /
$c
Kenneth L. Calvert, Michael J. Donahoo.
250
$a
2nd ed.
260
$a
Amsterdam ;
$a
Boston :
$c
c2008.
$b
Elsevier/Morgan Kaufmann,
300
$a
xiv, 177 p. :
$b
ill. ;
$c
24 cm.
440
4
$a
The Morgan Kaufmann practical guides series
504
$a
Includes bibliographical references (p. 167-168) and index.
505
0
$a
Ch 1: Introduction to Networks, Packets and Protocols -- Ch 2: Basic Sockets -- Ch 3: Sending and Receiving Messages -- Ch 4: Beyond the Basics -- Ch 5: Scalable Interoperability -- Ch 6: Under the Hood.
520
$a
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 genral 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. The book's Web site contains many examples of command-based sockets-related code discussed throughout the book. No other resource presents so concisely or so effectively the material necessary to get up and running with Java sockets programming. KEY FEATURES * 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 * Provides code for all example programs via a companion Web site to let the reader see the important objects and methods in context and to understand the purpose of each line of code.
533
$a
Electronic reproduction.
$b
Amsterdam :
$c
Elsevier Science & Technology,
$d
2008.
$n
Mode of access: World Wide Web.
$n
System requirements: Web browser.
$n
Title from title screen (viewed on Dec. 9, 2008).
$n
Access may be restricted to users at subscribing institutions.
650
0
$a
Internet programming.
$3
189338
650
0
$a
TCP/IP (Computer network protocol)
$3
182376
650
0
$a
Java (Computer program language)
$3
189341
655
7
$a
Electronic books.
$2
local.
$3
214472
700
1
$a
Donahoo, Michael J.
$3
233452
710
2
$a
ScienceDirect (Online service)
$3
307425
856
4 0
$3
ScienceDirect
$u
http://www.sciencedirect.com/science/book/9780123742551
$z
An electronic book accessible through the World Wide Web; click for information
856
4 0
$3
Referex
$u
http://www.engineeringvillage.com/controller/servlet/OpenURL?genre=book&isbn=9780123742551
$z
An electronic book accessible through the World Wide Web; click for information
856
4 1
$3
Table of contents
$u
http://www.loc.gov/catdir/toc/fy0804/2007039444.html
994
$a
C0
$b
TEF
筆 0 讀者評論
全部
電子館藏
館藏
1 筆 • 頁數 1 •
1
條碼號
館藏地
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
000000029081
電子館藏
1圖書
電子書
EB QA76.625 C167 2008
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
多媒體檔案
http://www.sciencedirect.com/science/book/9780123742551
http://www.engineeringvillage.com/controller/servlet/OpenURL?genre=book&isbn=9780123742551
http://www.loc.gov/catdir/toc/fy0804/2007039444.html
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼
登入