org.osgi.service.url.URLStreamHandlerSetter Interface Reference

Inheritance diagram for org.osgi.service.url.URLStreamHandlerSetter:

org.knopflerfish.framework.URLStreamHandlerWrapper

List of all members.


Detailed Description

Interface used by URLStreamHandlerService objects to call the setURL method on the proxy URLStreamHandler object.

Objects of this type are passed to the URLStreamHandlerService#parseURLmethod. Invoking the setURL method on the URLStreamHandlerSetter object will invoke the setURL method on the proxy URLStreamHandler object that is actually registered with java.net.URL for the protocol.

Version:
Revision
1.8

Definition at line 36 of file URLStreamHandlerSetter.java.


Public Member Functions

void setURL (URL u, String protocol, String host, int port, String file, String ref)
 
See also:
"java.net.URLStreamHandler.setURL(URL,String,String,int,String,String)"

void setURL (URL u, String protocol, String host, int port, String authority, String userInfo, String path, String query, String ref)
 
See also:
"java.net.URLStreamHandler.setURL(URL,String,String,int,String,String,String,String)"


Member Function Documentation

void org.osgi.service.url.URLStreamHandlerSetter.setURL ( URL  u,
String  protocol,
String  host,
int  port,
String  file,
String  ref 
)

See also:
"java.net.URLStreamHandler.setURL(URL,String,String,int,String,String)"

Deprecated:
This method is only for compatibility with handlers written for JDK 1.1.

Implemented in org.knopflerfish.framework.URLStreamHandlerWrapper.

Referenced by org.osgi.service.url.AbstractURLStreamHandlerService.setURL().


The documentation for this interface was generated from the following file:
Generated on Mon Jan 11 21:19:24 2010 for OpenMobileIS by  doxygen 1.5.4