Package org.osgi.service.url
Interface URLStreamHandlerSetter
- All Known Implementing Classes:
URLHandlersStreamHandlerProxy
@ConsumerType
public interface URLStreamHandlerSetter
Interface used by
URLStreamHandlerService
objects to call the
setURL
method on the proxy URLStreamHandler
object.
Objects of this type are passed to the
URLStreamHandlerService.parseURL(URLStreamHandlerSetter, URL, String, int, int)
method. 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.
- Author:
- $Id: 96648b48a7ce8fb4baf50c7b118a0339f4efcf35 $