Package com.theoplayer.android.api.network.http
See: Description
-
Interface Summary Interface Description HTTPInterceptor An interceptor for HTTP requests made by the player. HTTPRequest An HTTP request. InterceptableHTTPRequest An HTTP request that can be intercepted using HTTPInterceptor.onRequest. ChunkInterceptor An interceptor to inspect or modify individual byte chunks as they are being received from the HTTP response body. BodyInterceptor An interceptor to inspect or modify the HTTP response body after it's been fully received. HTTPResponse A response from an HTTP request. InterceptableHTTPResponse An HTTP response that can be intercepted using HTTPInterceptor.onResponse. JavaHTTPInterceptor An HTTPInterceptor adapter that uses Java-style callbacks instead. JavaChunkInterceptor An ChunkInterceptor adapter that uses Java-style callbacks instead. JavaBodyInterceptor An BodyInterceptor adapter that uses Java-style callbacks instead. -
Class Summary Class Description CompleteHTTPResponse A complete HTTP response, with a full response body. -
Enum Summary Enum Description RequestType The request's type. RequestSubType The request's subtype. RequestMediaType The media's type. ResponseType