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 StaticResourceHandlerHttpHybridHandler. getStaticResourceHandler()Methods in com.aspectran.undertow.server.http with parameters of type StaticResourceHandler Modifier and Type Method Description voidHttpHybridHandler. setStaticResourceHandler(StaticResourceHandler staticResourceHandler)voidHttpHybridHandlerFactory. 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 StaticResourceHandlerServletHybridHandlerFactory. getStaticResourceHandler()Methods in com.aspectran.undertow.server.servlet with parameters of type StaticResourceHandler Modifier and Type Method Description voidServletHybridHandlerFactory. setStaticResourceHandler(StaticResourceHandler staticResourceHandler)
-