Skip navigation links
B C G O R S 

B

bytesRead() - Method in class com.google.android.exoplayer2.ext.okhttp.OkHttpDataSource
Returns the number of bytes that have been read since the most recent call to OkHttpDataSource.open(DataSpec).
bytesRemaining() - Method in class com.google.android.exoplayer2.ext.okhttp.OkHttpDataSource
Returns the number of bytes that are still to be read for the current DataSpec.
bytesSkipped() - Method in class com.google.android.exoplayer2.ext.okhttp.OkHttpDataSource
Returns the number of bytes that have been skipped since the most recent call to OkHttpDataSource.open(DataSpec).

C

clearAllRequestProperties() - Method in class com.google.android.exoplayer2.ext.okhttp.OkHttpDataSource
 
clearRequestProperty(String) - Method in class com.google.android.exoplayer2.ext.okhttp.OkHttpDataSource
 
close() - Method in class com.google.android.exoplayer2.ext.okhttp.OkHttpDataSource
 
com.google.android.exoplayer2.ext.okhttp - package com.google.android.exoplayer2.ext.okhttp
 
createDataSourceInternal(HttpDataSource.RequestProperties) - Method in class com.google.android.exoplayer2.ext.okhttp.OkHttpDataSourceFactory
 

G

getResponseHeaders() - Method in class com.google.android.exoplayer2.ext.okhttp.OkHttpDataSource
 
getUri() - Method in class com.google.android.exoplayer2.ext.okhttp.OkHttpDataSource
 

O

OkHttpDataSource - Class in com.google.android.exoplayer2.ext.okhttp
An HttpDataSource that delegates to Square's Call.Factory.
OkHttpDataSource(Call.Factory, String, Predicate<String>) - Constructor for class com.google.android.exoplayer2.ext.okhttp.OkHttpDataSource
 
OkHttpDataSource(Call.Factory, String, Predicate<String>, TransferListener<? super OkHttpDataSource>) - Constructor for class com.google.android.exoplayer2.ext.okhttp.OkHttpDataSource
 
OkHttpDataSource(Call.Factory, String, Predicate<String>, TransferListener<? super OkHttpDataSource>, CacheControl, HttpDataSource.RequestProperties) - Constructor for class com.google.android.exoplayer2.ext.okhttp.OkHttpDataSource
 
OkHttpDataSourceFactory - Class in com.google.android.exoplayer2.ext.okhttp
A HttpDataSource.Factory that produces OkHttpDataSource.
OkHttpDataSourceFactory(Call.Factory, String, TransferListener<? super DataSource>) - Constructor for class com.google.android.exoplayer2.ext.okhttp.OkHttpDataSourceFactory
 
OkHttpDataSourceFactory(Call.Factory, String, TransferListener<? super DataSource>, CacheControl) - Constructor for class com.google.android.exoplayer2.ext.okhttp.OkHttpDataSourceFactory
 
open(DataSpec) - Method in class com.google.android.exoplayer2.ext.okhttp.OkHttpDataSource
 

R

read(byte[], int, int) - Method in class com.google.android.exoplayer2.ext.okhttp.OkHttpDataSource
 

S

setRequestProperty(String, String) - Method in class com.google.android.exoplayer2.ext.okhttp.OkHttpDataSource
 
B C G O R S 
Skip navigation links