이 내용부터가 본격적인 ace 의 내용이라고 볼수 있겠다.
Contents
Overview
ACE_Addr |
The root of the ACE network addressing hierarchy. |
ACE_INET_Addr |
Encapsulates the Internet-domain address family. |
ACE_IPC_SAP |
The root of the ACE IPC wrapper facade hierarchy. |
ACE_SOCK |
The root of the ACE Socket wrapper facade hierarchy. |
ACE_SOCK_Connector |
A factory that connects to a peer acceptor and then initializes a new endpoint of communication in an ACE_SOCK_Stream object. |
ACE_SOCK_IO |
Encapsulate the data transfer mechanisms supported by data-mode sockets. |
ACE_SOCK_Acceptor |
A factory that initializes a new endpoint of communication in an ACE_SOCK_Stream object in response to a connection request from a peer connector. |
