Shaka Player Embedded
Instance Methods | Properties | List of all members
ShakaPlayerRequest Class Reference

#import <net_objc.h>

Inheritance diagram for ShakaPlayerRequest:

Instance Methods

(instancetype) - NS_UNAVAILABLE
 
(instancetype) - initWithRequest:
 
(void) - finalize:
 

Properties

NSMutableArray< NSString * > * uris
 
NSString * method
 
NSMutableDictionary< NSString *, NSString * > * headers
 
NSData * body
 

Detailed Description

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.

Method Documentation

§ finalize:()

- (void) finalize: (shaka::Request *)  request

Provided by category ShakaPlayerRequest(Internal).

§ initWithRequest:()

- (instancetype) initWithRequest: (const shaka::Request &)  request

Provided by category ShakaPlayerRequest(Internal).

§ NS_UNAVAILABLE()

- (instancetype) NS_UNAVAILABLE

Property Documentation

§ body

- (NSData*) body
readwriteatomicassign

The body of the request, or nil if no body.

Definition at line 60 of file net_objc.h.

§ headers

- (NSMutableDictionary<NSString *, NSString *>*) headers
readwriteatomicassign

A mapping of headers for the request.

Definition at line 57 of file net_objc.h.

§ method

- (NSString*) method
readwriteatomicassign

The HTTP method to use for the request.

Definition at line 54 of file net_objc.h.

§ uris

- (NSMutableArray<NSString *>*) uris
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.


The documentation for this class was generated from the following file: