
public interface IURLProtocolRegistrar
| Modifier and Type | Method and Description |
|---|---|
void |
registerProtocol(String protocol,
URLProtocolManager manager)
Tells Humble Video that any requests for a given protocol should be
redirected to the given manager.
|
void registerProtocol(String protocol, URLProtocolManager manager)
NOTE: Protocol can only be alpha-characters; no numbers or punctuation.
protocol - The protocol (alpha-only) without ":"manager - The manager object you want to use.Copyright © 2018 Humble Software. All rights reserved.