FMWebSocketOpenFailureArgs Class Reference

Inherits from FMDynamic : FMSerializable : NSObject
Declared in FM.h

Overview

Arguments for .

– exception

Gets the exception generated while connecting.

- (NSException *)exception

Discussion

Gets the exception generated while connecting.

Declared In

FM.h

– init

- (id)init

Declared In

FM.h

– openArgs

Gets the original arguments passed to the open method.

- (FMWebSocketOpenArgs *)openArgs

Discussion

Gets the original arguments passed to the open method.

Declared In

FM.h

– setException:

Sets the exception generated while connecting.

- (void)setException:(NSException *)value

Discussion

Sets the exception generated while connecting.

Declared In

FM.h

– setOpenArgs:

Sets the original arguments passed to the open method.

- (void)setOpenArgs:(FMWebSocketOpenArgs *)value

Discussion

Sets the original arguments passed to the open method.

Declared In

FM.h

– setStatusCode:

Sets the status code associated with the failure to connect.

- (void)setStatusCode:(FMWebSocketStatusCode)value

Discussion

Sets the status code associated with the failure to connect.

Declared In

FM.h

– statusCode

Gets the status code associated with the failure to connect.

- (FMWebSocketStatusCode)statusCode

Discussion

Gets the status code associated with the failure to connect.

Declared In

FM.h