org.red5.server.net.rtsp
Class Handler
java.lang.Object
java.net.URLStreamHandler
org.red5.server.net.rtsp.Handler
public class Handler
- extends URLStreamHandler
Register the "rtsp://" scheme as a valid protocol.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_RTSP_PORT
public static final int DEFAULT_RTSP_PORT
- See Also:
- Constant Field Values
Handler
public Handler()
openConnection
protected URLConnection openConnection(URL url)
throws IOException
- Specified by:
openConnection in class URLStreamHandler
- Throws:
IOException
getDefaultPort
protected int getDefaultPort()
- Overrides:
getDefaultPort in class URLStreamHandler
- Returns:
- the default RTSP port
Copyright © 2006-2009 The Red5 Project