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 *)types
Parameters
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 *)data
Discussion
Processes the given response bytes.
Declared In
KaaDataDemultiplexer.h
– preProcess
Routines to be executed before response will be processed
- (void)preProcess
Discussion
Routines to be executed before response will be processed
Declared In
KaaDataDemultiplexer.h
– postProcess
Define routines to be executed after response is processed.
- (void)postProcess
Discussion
Define routines to be executed after response is processed.
Declared In
KaaDataDemultiplexer.h