OLBindableSocket Class Reference
[Sockets]

A socket that can be bound to a local address. More...

#import <ObjectiveLib/Socket.h>

Inheritance diagram for OLBindableSocket:

Inheritance graph
[legend]
List of all members.

Public Member Functions

(void) - bindToAddress:
 Bind the socket to a local address.

Detailed Description

A socket that can be bound to a local address.


Member Function Documentation

- (void) bindToAddress: (OLSocketAddress *)  address  

Bind the socket to a local address.

After successfully sending this message the socket will be assigned the local address.

Exceptions:
OLSocketException if there is a problem binding the socket
Parameters:
address the address that should be assigned to the socket

Reimplemented in OLServerSocket, OLUnixServerSocket, and OLUnixClientSocket.


The documentation for this class was generated from the following file:
ObjectiveLibGenerated Sun Apr 22 15:18:12 2007, © 2004-2007 Will Mason
SourceForge.net Logo