com.jproxy.proxy.server.protocol
Class MemoryURLStreamHandlerFactory

java.lang.Object
  extended bycom.jproxy.proxy.server.protocol.MemoryURLStreamHandlerFactory
All Implemented Interfaces:
java.net.URLStreamHandlerFactory

public class MemoryURLStreamHandlerFactory
extends java.lang.Object
implements java.net.URLStreamHandlerFactory


Constructor Summary
MemoryURLStreamHandlerFactory(IMemoryHandler _handler)
           
 
Method Summary
 java.net.URLStreamHandler createURLStreamHandler(java.lang.String protocol)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryURLStreamHandlerFactory

public MemoryURLStreamHandlerFactory(IMemoryHandler _handler)
Method Detail

createURLStreamHandler

public java.net.URLStreamHandler createURLStreamHandler(java.lang.String protocol)
Specified by:
createURLStreamHandler in interface java.net.URLStreamHandlerFactory


Copyright © JProxy LLC. All Rights Reserved.