ObjectiveLib  1.0.0
Public Member Functions
OLBindableSocket Class Reference

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:
OLSocketExceptionif there is a problem binding the socket
Parameters:
addressthe address that should be assigned to the socket

Reimplemented in OLUnixClientSocket, OLUnixServerSocket, and OLServerSocket.


The documentation for this class was generated from the following file:

ObjectiveLibGenerated Sat Feb 15 2014 07:45:34, © 2004-2007 Will Mason