Errata


Print Print Icon

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question



Version Location Description Submitted By
Printed Page 41
Figure 4-4

The diagram (and some of the surrounding text) seems wrong to me. I would have
thought that for server/client, the server would send the initial message to the
client, which would then respond with the answer message(s).

Anonymous 
Printed Page 50
Example 5-2 line 3

In example 5-2, a new session is created with a utility call on TCPSessionCreator.
The method called does not exist in the API of 9780596002442core-java (v0.9.06) available at
9780596002442core.org.

line 3:

is:
TCPSessionCreator.initiate(host, port);

should be:
AutomatedTCPSessionCreator.initiate(host, port,
new ProfileRegistry());

Anonymous