Uses of Class
org.foray.common.url.AbstractProtocolRegistration

Packages that use AbstractProtocolRegistration
org.foray.common.url Classes useful for URL management, including a custom protocol registration scheme. 
 

Uses of AbstractProtocolRegistration in org.foray.common.url
 

Subclasses of AbstractProtocolRegistration in org.foray.common.url
 class FactoryProtocolRegistration
          An implementation of {#link ProtocolHandlerRegistry} which does not attempt to use the "java.protocol.handler.pkgs" property to register new URLStreamHandlers, but instead attempts to use only a URLStreamHandlerFactory.
 class PropertyProtocolRegistration
          An implementation of {#link ProtocolHandlerRegistry} which does not attempt to use a URLStreamHandlerFactory, but instead modifies the "java.protocol.handler.pkgs" property to register new URLStreamHandlers.
 



Copyright © 2017. All rights reserved.