FMIceLinkWebSocketStreamFailureArgs Class Reference

Inherits from FMIceLinkDynamic : FMIceLinkSerializable : NSObject
Declared in FMIceLinkWebSocketStreamFailureArgs.h
FMIceLinkWebSocketStreamFailureArgs.m

Overview

Arguments for FMIceLinkWebSocketOpenArgs#onStreamFailure.

– exception

Gets the exception generated by the active connection.
- (NSException *)exception

Discussion

Gets the exception generated by the active connection.

Declared In

FMIceLinkWebSocketStreamFailureArgs.h

– init

- (instancetype)init

Declared In

FMIceLinkSerializable.h

– openArgs

Gets the original arguments passed to the open method.
- (FMIceLinkWebSocketOpenArgs *)openArgs

Discussion

Gets the original arguments passed to the open method.

Declared In

FMIceLinkWebSocketStreamFailureArgs.h

– setException:

Sets the [exception](#//api/name/exception) generated by the active connection.
- (void)setException:(NSException *)value

Discussion

Sets the [exception](#//api/name/exception) generated by the active connection.

Declared In

FMIceLinkWebSocketStreamFailureArgs.h

– setOpenArgs:

Sets the original arguments passed to the open method.
- (void)setOpenArgs:(FMIceLinkWebSocketOpenArgs *)value

Discussion

Sets the original arguments passed to the open method.

Declared In

FMIceLinkWebSocketStreamFailureArgs.h

– setStatusCode:

Sets the status code associated with the stream failure.
- (void)setStatusCode:(FMIceLinkWebSocketStatusCode)value

Discussion

Sets the status code associated with the stream failure.

Declared In

FMIceLinkWebSocketStreamFailureArgs.h

– statusCode

Gets the status code associated with the stream failure.
- (FMIceLinkWebSocketStatusCode)statusCode

Discussion

Gets the status code associated with the stream failure.

Declared In

FMIceLinkWebSocketStreamFailureArgs.h