An exception indicating that listening on the socket failed.
More...
#import <OFListenFailedException.h>
List of all members.
Detailed Description
An exception indicating that listening on the socket failed.
Member Function Documentation
- Returns:
- The requested back log.
- Returns:
- The errno from when the exception was created
+ (id) exceptionWithClass: |
|
(Class) |
class_ |
socket: |
|
(OFTCPSocket*) |
socket |
backLog: |
|
(int) |
backlog |
|
|
| |
- Parameters:
-
class_ | The class of the object which caused the exception |
socket | The socket which failed to listen |
backlog | The requested size of the back log |
- Returns:
- A new listen failed exception
- (id) initWithClass: |
|
(Class) |
class_ |
socket: |
|
(OFTCPSocket*) |
socket |
backLog: |
|
(int) |
backlog |
|
|
| |
Initializes an already allocated listen failed exception
- Parameters:
-
class_ | The class of the object which caused the exception |
socket | The socket which failed to listen |
backlog | The requested size of the back log |
- Returns:
- An initialized listen failed exception
- Returns:
- The socket which failed to listen
The documentation for this class was generated from the following files: