ObjectiveLib
1.0.0
|
A socket that can be bound to a local address. More...
#import <ObjectiveLib/Socket.h>
Public Member Functions | |
(void) | - bindToAddress: |
Bind the socket to a local address. |
A socket that can be bound 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 OLUnixClientSocket, OLUnixServerSocket, and OLServerSocket.
|