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