Rogue Wave banner
Previous fileTop of DocumentContentsIndexNext file

13.1 Constructing and Manipulating Socket Addresses

A socket address identifies the endpoint and type of a socket communication channel. A server process binds to an address and a client process connects to the server's address. The net library's Socket Address Adapter classes provide a framework for constructing and manipulating socket addresses. The adapter's open, modular architecture lets you add new address types and work with addresses, even if you don't know their exact type.


Previous fileTop of DocumentContentsIndexNext file

©Copyright 2000, Rogue Wave Software, Inc.
Contact Rogue Wave about documentation or support issues.