DefaultBootstrapDataProcessor Class Reference
| Inherits from | NSObject |
|---|---|
| Conforms to | KaaDataDemultiplexer KaaDataMultiplexer |
| Declared in | DefaultBootstrapDataProcessor.h DefaultBootstrapDataProcessor.m |
– compileRequestForTypes:
Compiles request for given transport types.
- (NSData *)compileRequestForTypes:(NSDictionary *)typesParameters
types |
Dictionary of types to be polled with <TransportType, ChannelDirection> as key-value. |
|---|
Return Value
Compiled request
Discussion
Compiles request for given transport types.
Declared In
KaaDataMultiplexer.h
– processResponse:
Processes the given response bytes.
- (void)processResponse:(NSData *)dataDiscussion
Processes the given response bytes.
Declared In
KaaDataDemultiplexer.h
– preProcess
Routines to be executed before response will be processed
- (void)preProcessDiscussion
Routines to be executed before response will be processed
Declared In
KaaDataDemultiplexer.h
– postProcess
Define routines to be executed after response is processed.
- (void)postProcessDiscussion
Define routines to be executed after response is processed.
Declared In
KaaDataDemultiplexer.h