Package org.onlab.junit
Class HttpResourceUrlInterceptor.HttpResourceUrlInterceptorFactory
- java.lang.Object
-
- org.onlab.junit.HttpResourceUrlInterceptor.HttpResourceUrlInterceptorFactory
-
- All Implemented Interfaces:
java.net.URLStreamHandlerFactory
- Enclosing class:
- HttpResourceUrlInterceptor
public static class HttpResourceUrlInterceptor.HttpResourceUrlInterceptorFactory extends java.lang.Object implements java.net.URLStreamHandlerFactory
Creates stream handlers for the interceptor.
-
-
Constructor Summary
Constructors Constructor Description HttpResourceUrlInterceptorFactory(java.lang.String resourceName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.net.URLStreamHandler
createURLStreamHandler(java.lang.String protocol)
-