Package org.spincast.plugins.undertow
Interface SpincastResourceHandlerFactory
public interface SpincastResourceHandlerFactory
Factory to create SpincastResourceHandler
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(io.undertow.server.handlers.resource.ResourceManager resourceManager, StaticResource<?> staticResource) create
(io.undertow.server.handlers.resource.ResourceManager resourceManager, StaticResource<?> staticResource, io.undertow.server.HttpHandler nextHandler)
-
Method Details
-
create
SpincastResourceHandler create(io.undertow.server.handlers.resource.ResourceManager resourceManager, StaticResource<?> staticResource) -
create
SpincastResourceHandler create(io.undertow.server.handlers.resource.ResourceManager resourceManager, StaticResource<?> staticResource, io.undertow.server.HttpHandler nextHandler)
-