FMWebSocketCloseCompleteArgs Class Reference

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

Overview

Arguments for .

– closeArgs

Gets the original arguments passed to the close method.

- (FMWebSocketCloseArgs *)closeArgs

Discussion

Gets the original arguments passed to the close method.

Declared In

FM.h

– init

- (id)init

Declared In

FM.h

– reason

Gets the reason given for closing the connection.

- (NSString *)reason

Discussion

Gets the reason given for closing the connection.

Declared In

FM.h

– setCloseArgs:

Sets the original arguments passed to the close method.

- (void)setCloseArgs:(FMWebSocketCloseArgs *)value

Discussion

Sets the original arguments passed to the close method.

Declared In

FM.h

– setReason:

Sets the reason given for closing the connection.

- (void)setReason:(NSString *)value

Discussion

Sets the reason given for closing the connection.

Declared In

FM.h

– setStatusCode:

Sets the status code associated with the close operation.

- (void)setStatusCode:(FMWebSocketStatusCode)value

Discussion

Sets the status code associated with the close operation.

Declared In

FM.h

– statusCode

Gets the status code associated with the close operation.

- (FMWebSocketStatusCode)statusCode

Discussion

Gets the status code associated with the close operation.

Declared In

FM.h