org.eclipse.osgi.framework.internal.protocol
Class URLStreamHandlerSetter
java.lang.Object
org.eclipse.osgi.framework.internal.protocol.URLStreamHandlerSetter
- All Implemented Interfaces:
- URLStreamHandlerSetter
public class URLStreamHandlerSetter
- extends Object
- implements URLStreamHandlerSetter
|
Method Summary |
void |
setURL(URL url,
String protocol,
String host,
int port,
String file,
String ref)
Deprecated. |
void |
setURL(URL url,
String protocol,
String host,
int port,
String authority,
String userInfo,
String path,
String query,
String ref)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
handlerProxy
protected URLStreamHandlerProxy handlerProxy
URLStreamHandlerSetter
public URLStreamHandlerSetter(URLStreamHandlerProxy handler)
setURL
public void setURL(URL url,
String protocol,
String host,
int port,
String file,
String ref)
- Deprecated.
- Specified by:
setURL in interface URLStreamHandlerSetter
- See Also:
URLStreamHandlerSetter.setURL(URL, String, String, int, String, String)
setURL
public void setURL(URL url,
String protocol,
String host,
int port,
String authority,
String userInfo,
String path,
String query,
String ref)
- Specified by:
setURL in interface URLStreamHandlerSetter
- See Also:
URLStreamHandlerSetter.setURL(URL, String, String, int, String, String, String, String, String)
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.