Public Member Functions | Static Public Member Functions | Properties

OFAlreadyConnectedException Class Reference

An exception indicating an attempt to connect or bind an already connected or bound socket. More...

#import <OFAlreadyConnectedException.h>

Inheritance diagram for OFAlreadyConnectedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

(id) - initWithClass:socket:
(OFTCPSocket *) - socket

Static Public Member Functions

(id) + newWithClass:socket:

Properties

OFTCPSocketsocket

Detailed Description

An exception indicating an attempt to connect or bind an already connected or bound socket.


Member Function Documentation

- (id) initWithClass: (Class)  class_
socket: (OFTCPSocket*)  socket 

Initializes an already allocated already connected exception.

Parameters:
class_ The class of the object which caused the exception
socket The socket which is already connected
Returns:
An initialized already connected exception
+ (id) newWithClass: (Class)  class_
socket: (OFTCPSocket*)  socket 
Parameters:
class_ The class of the object which caused the exception
socket The socket which is already connected
Returns:
A new already connected exception
- (OFTCPSocket*) socket  
Returns:
The socket which is already connected

The documentation for this class was generated from the following files:
 All Classes Functions Variables