mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Correct grammar and format javadoc on DrmUtil.executePost
This commit is contained in:
parent
4ee34cc00e
commit
a509033a5c
@ -145,11 +145,11 @@ public final class DrmUtil {
|
||||
* Executes a Http Post Request to the supplied {@link StatsDataSource} with retry handling and
|
||||
* returns the entire response in a byte buffer.
|
||||
*
|
||||
* @param dataSource A {@link DataSource} that is usually be HTTP-based
|
||||
* @param dataSource A {@link DataSource} that is usually HTTP-based
|
||||
* @param url The requesting url
|
||||
* @param httpBody Request Payload
|
||||
* @param requestProperties Http Header Request Properties
|
||||
* @return a byte array that holds the response payload
|
||||
* @param httpBody The http request payload
|
||||
* @param requestProperties A keyed map of http header request properties
|
||||
* @return A byte array that holds the response payload
|
||||
* @throws MediaDrmCallbackException if an exception was encountered during the download
|
||||
*/
|
||||
public static byte[] executePost(
|
||||
|
Loading…
x
Reference in New Issue
Block a user