DefaultMetaDataTransport Class Reference
Inherits from | NSObject |
---|---|
Conforms to | MetaDataTransport |
Declared in | DefaultMetaDataTransport.h DefaultMetaDataTransport.m |
– createMetaDataRequest
Creates new Meta data request.
- (SyncRequestMetaData *)createMetaDataRequest
Discussion
Creates new Meta data request.
Declared In
MetaDataTransport.h
– setClientProperties:
Sets the given client’s properties.
- (void)setClientProperties:(KaaClientProperties *)properties
Discussion
Sets the given client’s properties.
Declared In
MetaDataTransport.h
– setClientState:
Sets the given client’s state .
- (void)setClientState:(id<KaaClientState>)state
Discussion
Sets the given client’s state .
Declared In
MetaDataTransport.h
– setEndpointPublicKeyHash:
Sets the given public key hash.
- (void)setEndpointPublicKeyHash:(EndpointObjectHash *)hash
Discussion
Sets the given public key hash.
Declared In
MetaDataTransport.h
– setTimeout:
Sets the response timeout.
- (void)setTimeout:(int64_t)timeout
Discussion
Sets the response timeout.
Declared In
MetaDataTransport.h