- All Implemented Interfaces:
- MediaHandler, MediaProxy
- Direct Known Subclasses:
- Handler
public class Handler
extends java.lang.Object
implements MediaProxy
MediaProxy Handler for merge protocol/content type, allowing multiple merged data sources to be specified with a single URL.
Creates a merging datasource from all of the component datasources
that correspond to the (multiple) URLs embedded within the URL.
The separator characters used to separate the embedded URLs are
arbitrary, and are determined by looking at the first and last
character in the remainder. This allows plenty of choices for
avoiding conflicts with characters within the embedded URLs.
Examples:
merge:[civil:/0][javasound://0]
merge:{civil:/0}{javasound://0}
merge:
- Author:
- Ken Larson