|
Shaka Player Embedded
|
#import <net_objc.h>
Instance Methods | |
| (instancetype) | - NS_UNAVAILABLE |
| (instancetype) | - initWithRequest: |
| (void) | - finalize: |
Properties | |
| NSMutableArray< NSString * > * | uris |
| NSString * | method |
| NSMutableDictionary< NSString *, NSString * > * | headers |
| NSData * | body |
Defines a network request. This is passed to one or more request filters that may alter the request, then it is passed to a scheme plugin which performs the actual operation.
Definition at line 43 of file net_objc.h.
| - (void) finalize: | (shaka::Request *) | request |
Provided by category ShakaPlayerRequest(Internal).
| - (instancetype) initWithRequest: | (const shaka::Request &) | request |
Provided by category ShakaPlayerRequest(Internal).
| - (instancetype) NS_UNAVAILABLE |
|
readwriteatomicassign |
The body of the request, or nil if no body.
Definition at line 60 of file net_objc.h.
|
readwriteatomicassign |
A mapping of headers for the request.
Definition at line 57 of file net_objc.h.
|
readwriteatomicassign |
The HTTP method to use for the request.
Definition at line 54 of file net_objc.h.
|
readwriteatomicassign |
An array of URIs to attempt. They will be tried in the order they are given.
Definition at line 51 of file net_objc.h.
1.8.13