Uses of Class
com.avpkit.core.io.URLProtocolManager
-
Packages that use URLProtocolManager Package Description com.avpkit.core.io An API for extending AVPKit to read and write from arbitrary data sources. -
-
Uses of URLProtocolManager in com.avpkit.core.io
Methods in com.avpkit.core.io that return URLProtocolManager Modifier and Type Method Description static URLProtocolManagerURLProtocolManager. getManager()Factory method to get the global protocol manager.Methods in com.avpkit.core.io with parameters of type URLProtocolManager Modifier and Type Method Description voidIURLProtocolRegistrar. registerProtocol(java.lang.String protocol, URLProtocolManager manager)Tells AVPKit that any requests for a given protocol should be redirected to the given manager.
-