Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.net
Interface URLStreamHandlerFactory  view URLStreamHandlerFactory download URLStreamHandlerFactory.java


public interface URLStreamHandlerFactory

This interface contains one method which maps the protocol portion of a URL (eg, "http" in "http://www.urbanophile.com/arenn/") to a URLStreamHandler object.


Method Summary
 URLStreamHandler createURLStreamHandler(java.lang.String protocol)
          This method maps the protocol portion of a URL to a URLStreamHandler object.
 

Method Detail

createURLStreamHandler

public URLStreamHandler createURLStreamHandler(java.lang.String protocol)
This method maps the protocol portion of a URL to a URLStreamHandler object.