Uses of Class
com.aspectran.undertow.server.resource.StaticResourceHandler
-
Packages that use StaticResourceHandler Package Description com.aspectran.undertow.server.http com.aspectran.undertow.server.servlet -
-
Uses of StaticResourceHandler in com.aspectran.undertow.server.http
Methods in com.aspectran.undertow.server.http that return StaticResourceHandler Modifier and Type Method Description StaticResourceHandlerHybridHttpHandler. getStaticResourceHandler()Methods in com.aspectran.undertow.server.http with parameters of type StaticResourceHandler Modifier and Type Method Description voidHybridHttpHandler. setStaticResourceHandler(StaticResourceHandler staticResourceHandler)voidHybridHttpHandlerFactory. setStaticResourceHandler(StaticResourceHandler staticResourceHandler) -
Uses of StaticResourceHandler in com.aspectran.undertow.server.servlet
Methods in com.aspectran.undertow.server.servlet that return StaticResourceHandler Modifier and Type Method Description StaticResourceHandlerHybridServletHandlerFactory. getStaticResourceHandler()Methods in com.aspectran.undertow.server.servlet with parameters of type StaticResourceHandler Modifier and Type Method Description voidHybridServletHandlerFactory. setStaticResourceHandler(StaticResourceHandler staticResourceHandler)
-