Java Network Programming, 4/e (Paperback)
Elliotte Rusty Harold
- 出版商: O'Reilly
- 出版日期: 2013-10-29
- 定價: $1,750
- 售價: 9.5 折 $1,663
- 貴賓價: 9.0 折 $1,575
- 語言: 英文
- 頁數: 506
- 裝訂: Paperback
- ISBN: 1449357679
- ISBN-13: 9781449357672
-
相關分類:
Java 程式語言
-
相關翻譯:
Java 網路程式設計, 4/e (Java Network Programming, 4/e) (繁中版)
立即出貨 (庫存 < 3)
買這商品的人也買了...
-
$350$315 -
$2,420$2,299 -
$650$553 -
$1,860$1,767 -
$480$379 -
$520$411 -
$690$545 -
$680$530 -
$650$514 -
$1,440$1,368 -
$450$356 -
$1,130$961 -
$400$380 -
$1,500$1,275 -
$490$387 -
$1,520$1,444 -
$360$284 -
$1,440$1,368 -
$480$379 -
$780$663 -
$1,330$1,260 -
$1,360$1,074 -
$499$424 -
$1,650$1,568 -
$680$578
相關主題
商品描述
This practical guide provides a complete introduction to developing network programs with Java. You’ll learn how to use Java’s network class library to quickly and easily accomplish common networking tasks such as writing multithreaded servers, encrypting communications, broadcasting to the local network, and posting data to server-side programs.
Author Elliotte Rusty Harold provides complete working programs to illustrate the methods and classes he describes. This thoroughly revised fourth edition covers REST, SPDY, asynchronous I/O, and many other recent technologies.
- Explore protocols that underlie the Internet, such as TCP/IP and UDP/IP
- Learn how Java’s core I/O API handles network input and output
- Discover how the InetAddress class helps Java programs interact with DNS
- Locate, identify, and download network resources with Java’s URI and URL classes
- Dive deep into the HTTP protocol, including REST, HTTP headers, and cookies
- Write servers and network clients, using Java’s low-level socket classes
- Manage many connections at the same time with the nonblocking I/O