public class Handler
extends java.net.URLStreamHandler
Title: Handler for rtp:// protocol
Description:
Copyright: Copyright (c) 2007-2008
Company: VoiceInteraction
| Constructor and Description |
|---|
Handler() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
getDefaultPort()
Returns the default port for a URL parsed by this handler.
|
protected java.net.InetAddress |
getHostAddress(java.net.URL u)
Get the IP address of our host.
|
protected java.net.URLConnection |
openConnection(java.net.URL url) |
protected java.net.URLConnection openConnection(java.net.URL url)
throws java.io.IOException
openConnection in class java.net.URLStreamHandlerjava.io.IOExceptionprotected int getDefaultPort()
getDefaultPort in class java.net.URLStreamHandlerURL parsed by this handler.protected java.net.InetAddress getHostAddress(java.net.URL u)
getHostAddress in class java.net.URLStreamHandleru - a URL objectInetAddress representing the host IP address.