org.gudy.azureus2.core3.util.protocol
Class AzURLStreamHandlerFactory

java.lang.Object
  extended by org.gudy.azureus2.core3.util.protocol.AzURLStreamHandlerFactory
All Implemented Interfaces:
URLStreamHandlerFactory

public class AzURLStreamHandlerFactory
extends Object
implements URLStreamHandlerFactory

Author:
Aaron Grunthal

Constructor Summary
AzURLStreamHandlerFactory()
           
 
Method Summary
 URLStreamHandler createURLStreamHandler(String protocol)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AzURLStreamHandlerFactory

public AzURLStreamHandlerFactory()
Method Detail

createURLStreamHandler

public URLStreamHandler createURLStreamHandler(String protocol)
Specified by:
createURLStreamHandler in interface URLStreamHandlerFactory