41 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Smali
		
	
	
	
	
	
| .class public interface abstract Lcom/google/android/exoplayer2/upstream/HttpDataSource$Factory;
 | |
| .super Ljava/lang/Object;
 | |
| .source "HttpDataSource.java"
 | |
| 
 | |
| # interfaces
 | |
| .implements Lcom/google/android/exoplayer2/upstream/DataSource$Factory;
 | |
| 
 | |
| 
 | |
| # annotations
 | |
| .annotation system Ldalvik/annotation/EnclosingClass;
 | |
|     value = Lcom/google/android/exoplayer2/upstream/HttpDataSource;
 | |
| .end annotation
 | |
| 
 | |
| .annotation system Ldalvik/annotation/InnerClass;
 | |
|     accessFlags = 0x609
 | |
|     name = "Factory"
 | |
| .end annotation
 | |
| 
 | |
| 
 | |
| # virtual methods
 | |
| .method public abstract clearAllDefaultRequestProperties()V
 | |
|     .annotation runtime Ljava/lang/Deprecated;
 | |
|     .end annotation
 | |
| .end method
 | |
| 
 | |
| .method public abstract clearDefaultRequestProperty(Ljava/lang/String;)V
 | |
|     .annotation runtime Ljava/lang/Deprecated;
 | |
|     .end annotation
 | |
| .end method
 | |
| 
 | |
| .method public abstract createDataSource()Lcom/google/android/exoplayer2/upstream/HttpDataSource;
 | |
| .end method
 | |
| 
 | |
| .method public abstract getDefaultRequestProperties()Lcom/google/android/exoplayer2/upstream/HttpDataSource$RequestProperties;
 | |
| .end method
 | |
| 
 | |
| .method public abstract setDefaultRequestProperty(Ljava/lang/String;Ljava/lang/String;)V
 | |
|     .annotation runtime Ljava/lang/Deprecated;
 | |
|     .end annotation
 | |
| .end method
 |