#import <ObjectiveLib/Socket.h>
Inheritance diagram for OLBindableSocket:

Public Member Functions | |
| (void) | - bindToAddress: |
| Bind the socket to a local address. | |
| - (void) bindToAddress: | (OLSocketAddress *) | address |
Bind the socket to a local address.
After successfully sending this message the socket will be assigned the local address.
| OLSocketException | if there is a problem binding the socket |
| address | the address that should be assigned to the socket |
Reimplemented in OLServerSocket, OLUnixServerSocket, and OLUnixClientSocket.
|