Instance Methods | |
| (NSMutableData *) | - cookieBytes |
| (NSMutableData *) | - getBytes |
| (instancetype) | - initWithCookie: |
| (instancetype) | - initWithCookieBytes: |
| (void) | - setCookieBytes: |
Instance Methods inherited from FMLiveSwitchSctpControlChunk | |
| (bool) | - canBundleWithDataAndSackChunks |
| (instancetype) | - init |
| (void) | - setCanBundleWithDataAndSackChunks: |
Instance Methods inherited from FMLiveSwitchSctpChunk | |
| (bool) | - doNotProcessFurtherChunksIfItIsNotRecognized |
| (bool) | - reportToSenderIfItIsNotRecognized |
| (FMLiveSwitchScheduledItem *) | - resendScheduledItem |
| (void) | - setResendScheduledItem: |
| (void) | - setType: |
| (void) | - setUnrecognized: |
| (int) | - type |
| (bool) | - unrecognized |
Class Methods | |
| (FMLiveSwitchSctpCookieEchoChunk *) | + cookieEchoChunkWithCookie: |
| (FMLiveSwitchSctpCookieEchoChunk *) | + cookieEchoChunkWithCookieBytes: |
| (NSMutableData *) | + getBytesWithChunk: |
| (FMLiveSwitchSctpCookieEchoChunk *) | + parseBytes:offsetPlus: |
Class Methods inherited from FMLiveSwitchSctpControlChunk | |
| (FMLiveSwitchSctpControlChunk *) | + controlChunk |
Class Methods inherited from FMLiveSwitchSctpChunk | |
| (void) | + addPaddingWithBytes: |
| (int) | + calculatePaddingBytesWithLen: |
| (FMLiveSwitchSctpChunk *) | + chunk |
| (FMLiveSwitchSctpChunk *) | + parseBytes:startIndex:offsetPlus: |
| - (NSMutableData*) cookieBytes |
| + (FMLiveSwitchSctpCookieEchoChunk*) cookieEchoChunkWithCookie: | (FMLiveSwitchSctpStateCookie *) | cookie |
| + (FMLiveSwitchSctpCookieEchoChunk*) cookieEchoChunkWithCookieBytes: | (NSMutableData *) | cookieBytes |
| - (NSMutableData*) getBytes |
Implements FMLiveSwitchSctpChunk.
| + (NSMutableData*) getBytesWithChunk: | (FMLiveSwitchSctpCookieEchoChunk *) | chunk |
| - (instancetype) initWithCookie: | (FMLiveSwitchSctpStateCookie *) | cookie |
| - (instancetype) initWithCookieBytes: | (NSMutableData *) | cookieBytes |
| + (FMLiveSwitchSctpCookieEchoChunk*) parseBytes: | (NSMutableData *) | bytes | |
| offsetPlus: | (int *) | offsetPlus | |
| - (void) setCookieBytes: | (NSMutableData *) | value |