Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
924a0417
authored
Oct 20, 2016
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'dev-v2' of persistent-
https://github.com/google/ExoPlayer
into dev-v2
parents
f56b05f0
aa660acf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/OkHttpDataSource.java
extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/OkHttpDataSource.java
View file @
924a0417
...
@@ -65,7 +65,7 @@ public class OkHttpDataSource implements HttpDataSource {
...
@@ -65,7 +65,7 @@ public class OkHttpDataSource implements HttpDataSource {
private
long
bytesRead
;
private
long
bytesRead
;
/**
/**
* @param callFactory A
n
{@link Call.Factory} for use by the source.
* @param callFactory A {@link Call.Factory} for use by the source.
* @param userAgent The User-Agent string that should be used.
* @param userAgent The User-Agent string that should be used.
* @param contentTypePredicate An optional {@link Predicate}. If a content type is rejected by the
* @param contentTypePredicate An optional {@link Predicate}. If a content type is rejected by the
* predicate then a InvalidContentTypeException} is thrown from {@link #open(DataSpec)}.
* predicate then a InvalidContentTypeException} is thrown from {@link #open(DataSpec)}.
...
@@ -76,7 +76,7 @@ public class OkHttpDataSource implements HttpDataSource {
...
@@ -76,7 +76,7 @@ public class OkHttpDataSource implements HttpDataSource {
}
}
/**
/**
* @param callFactory A
n
{@link Call.Factory} for use by the source.
* @param callFactory A {@link Call.Factory} for use by the source.
* @param userAgent The User-Agent string that should be used.
* @param userAgent The User-Agent string that should be used.
* @param contentTypePredicate An optional {@link Predicate}. If a content type is rejected by the
* @param contentTypePredicate An optional {@link Predicate}. If a content type is rejected by the
* predicate then a {@link InvalidContentTypeException} is thrown from
* predicate then a {@link InvalidContentTypeException} is thrown from
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment