| |
|
| java.lang.Object com.sun.mmedia.rtsp.RtspUrl
RtspUrl | public class RtspUrl (Code) | | Encapsulates an RTSP URL of the form rtsp://host:port/file.
author: Marc Owerfeldt |
Method Summary | |
public String | getFile() Gets the file attribute of the RtspUrl object. | public String | getHost() Gets the host attribute of the RtspUrl object. | public int | getPort() |
RtspUrl | public RtspUrl(String url) throws IOException(Code) | | Constructor for the RtspUrl object
Parameters: url - The RTSP URL to be parsed. exception: IOException - Thows an IOException if the URL cannot be parsed as a valid RTP URL. |
getFile | public String getFile()(Code) | | Gets the file attribute of the RtspUrl object.
The file value |
getHost | public String getHost()(Code) | | Gets the host attribute of the RtspUrl object.
The host value |
getPort | public int getPort()(Code) | | Gets the port attribute of the RtspUrl object
The port value |
|
|
|