|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidLocatorException | |
---|---|
org.dvb.dsmcc | Provides extended access to files carried in the broadcast stream. |
org.ocap.net | The org.ocap.net package provides locators for accessing various types of items in the transport stream. |
Uses of InvalidLocatorException in org.dvb.dsmcc |
---|
Methods in org.dvb.dsmcc that throw InvalidLocatorException | |
---|---|
static URL |
ServiceDomain.getURL(Locator l)
Obtain a java.net.URL corresponding to a 'dvb:' locator. |
Uses of InvalidLocatorException in org.ocap.net |
---|
Constructors in org.ocap.net that throw InvalidLocatorException | |
---|---|
OcapLocator(int sourceID)
A constructor of this class corresponding to the OCAP URL form "ocap://source_id". |
|
OcapLocator(int frequency,
int modulationFormat)
A constructor of this class corresponding to the OCAP URL form "ocap://f=frequency[.m=modulation_format]". |
|
OcapLocator(int sourceID,
int[] PID,
int eventID,
String pathSegments)
A constructor of this class corresponding to the OCAP URL form "ocap://source_id[.+PID{&PID}][;event_id]{/path_segments}". |
|
OcapLocator(int frequency,
int programNumber,
int modulationFormat)
A constructor of this class corresponding to the OCAP URL form "ocap://(oobfdc|f=frequency).program_number[.m=modulation_format]". |
|
OcapLocator(int sourceID,
int eventID,
int[] componentTags,
String pathSegments)
A constructor of this class corresponding to the OCAP URL form "ocap://source_id[.@component_tag{&component_tag}][;event_id]{/path_segments}". |
|
OcapLocator(int frequency,
int programNumber,
int modulationFormat,
int[] PID,
int eventID,
String pathSegments)
A constructor of this class corresponding to the OCAP URL form "ocap://(oobfdc|f=frequency).program_number[.m=modulation_format] [.+PID{&PID}][;event_id]{/path_segments}". |
|
OcapLocator(int frequency,
int programNumber,
int modulationFormat,
int eventID,
int[] componentTags,
String pathSegments)
A constructor of this class corresponding to the OCAP URL form "ocap://(oobfdc|f=frequency).program_number[.m=modulation_format] [.@component_tag{&component_tag}][;event_id]{/path_segments}". |
|
OcapLocator(int frequency,
int programNumber,
int modulationFormat,
short[] streamType,
int[] index,
int eventID,
String pathSegments)
A constructor of this class corresponding to the OCAP URL form "ocap://(oobfdc|f=frequency).program_number.[m=modulation_format] [.stream_type[,index]{&stream_type[,index]}] [;event_id]{/path_segments}". |
|
OcapLocator(int frequency,
int programNumber,
int modulationFormat,
short[] streamType,
String[] ISO639LanguageCode,
int eventID,
String pathSegments)
A constructor of this class corresponding to the OCAP URL form "ocap://(oobfdc|f=frequency).program_number[.m=modulation_format] [.stream_type[,ISO_639_language_code] {&stream_type[,ISO_639_language_code]}][;event_id]{/path_segments}". |
|
OcapLocator(int frequency,
int programNumber,
int modulationFormat,
String[] componentName,
int eventID,
String pathSegments)
A constructor of this class corresponding to the OCAP URL form "ocap://(oobfdc|f=frequency).program_number[.m=modulation_format] [.$component_name{&component_name}] [;event_id]{/path_segments}". |
|
OcapLocator(int sourceID,
short[] streamType,
int[] index,
int eventID,
String pathSegments)
A constructor of this class corresponding to the OCAP URL form "ocap://source_id[.stream_type[,index]{&stream_type[,index]}] [;event_id]{/path_segments}". |
|
OcapLocator(int sourceID,
short[] streamType,
String[] ISO639LanguageCode,
int eventID,
String pathSegments)
A constructor of this class corresponding to the OCAP URL form "ocap://source_id[.stream_type[,ISO_639_language_code]{& stream_type[,ISO_639_language_code]}][;event_id]{/path_segments}". |
|
OcapLocator(int sourceID,
String[] componentName,
int eventID,
String pathSegments)
A constructor of this class corresponding to the OCAP URL form "ocap://source_id[.$component_name{&component_name}] [;event_id]{/path_segments}". |
|
OcapLocator(String url)
A constructor of this class for any form of OCAP URL. |
|
OcapLocator(String serviceName,
int[] PID,
int eventID,
String pathSegments)
A constructor of this class corresponding to the OCAP URL form "ocap://n=service_name[.+PID{&PID}][;event_id]{/path_segments}". |
|
OcapLocator(String serviceName,
int eventID,
int[] componentTags,
String pathSegments)
A constructor of this class corresponding to the OCAP URL form "ocap://n=service_name[.@component_tag{&component_tag}][;event_id]{/path_segments}". |
|
OcapLocator(String serviceName,
short[] streamType,
int[] index,
int eventID,
String pathSegments)
A constructor of this class corresponding to the OCAP URL form "ocap://n=service_name[.stream_type[,index]{&stream_type[,index]}] [;event_id]{/path_segments}". |
|
OcapLocator(String serviceName,
short[] streamType,
String[] ISO639LanguageCode,
int eventID,
String pathSegments)
A constructor of this class corresponding to the OCAP URL form "ocap://n=service_name[.stream_type[,ISO_639_language_code]{& stream_type[,ISO_639_language_code]}][;event_id]{/path_segments}". |
|
OcapLocator(String serviceName,
String[] componentName,
int eventID,
String pathSegments)
A constructor of this class corresponding to the OCAP URL form "ocap://n=service_name[.$component_name{&component_name}] [;event_id]{/path_segments}". |
|
URLLocator(String url)
Construct an URLLocator encapsulating the given URL. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |