ObjFW
Public Member Functions | Static Public Member Functions | Properties
OFConnectionFailedException Class Reference

An exception indicating that a connection could not be established. More...

#include <OFConnectionFailedException.h>

Inheritance diagram for OFConnectionFailedException:
OFException OFObject <OFObject>

List of all members.

Public Member Functions

id initWithClass:socket:host:port: (Class class_,[socket] OFTCPSocket *socket,[host] OFString *host,[port] uint16_t port)
OFTCPSocketsocket ()
OFStringhost ()
uint16_t port ()
int errNo ()

Static Public Member Functions

id newWithClass:socket:host:port: (Class class_,[socket] OFTCPSocket *socket,[host] OFString *host,[port] uint16_t port)

Properties

OFTCPSocketsocket
OFStringhost
uint16_t port
int errNo

Detailed Description

An exception indicating that a connection could not be established.


Member Function Documentation

int OFConnectionFailedException::errNo ( ) [virtual]
Returns:
The errno from when the exception was created
OFString* OFConnectionFailedException::host ( ) [virtual]
Returns:
The host to which the connection failed
id OFConnectionFailedException::initWithClass:socket:host:port: ( Class  class_,
[socket] OFTCPSocket socket,
[host] OFString host,
[port] uint16_t  port 
) [virtual]

Initializes an already allocated connection failed exception.

Parameters:
class_The class of the object which caused the exception
socketThe socket which could not connect
hostThe host to which the connection failed
portThe port on the host to which the connection failed
Returns:
An initialized connection failed exception
id OFConnectionFailedException::newWithClass:socket:host:port: ( Class  class_,
[socket] OFTCPSocket socket,
[host] OFString host,
[port] uint16_t  port 
) [static, virtual]
Parameters:
class_The class of the object which caused the exception
socketThe socket which could not connect
hostThe host to which the connection failed
portThe port on the host to which the connection failed
Returns:
A new connection failed exception
uint16_t OFConnectionFailedException::port ( ) [virtual]
Returns:
The port on the host to which the connection failed
OFTCPSocket* OFConnectionFailedException::socket ( ) [virtual]
Returns:
The socket which could not connect

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