Interface PlurlStreamHandler

All Known Implementing Classes:
BundleResourceHandler, Handler, Handler, Handler, PlurlStreamHandlerBase

public interface PlurlStreamHandler
The PlurlStreamHandler interface has public versions of the protected URLStreamHandler methods.

The important differences between this interface and the URLStreamHandler class are that the setURL method is absent and the parseURL method takes a PlurlStreamHandler.PlurlSetter object as the first argument. Classes implementing this interface must call the setURL method on the PlurlSetter object received in the parseURL method instead of URLStreamHandler.setURL to avoid a SecurityException.

See Also: