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 StaticResourceHandler
HttpHybridHandler. getStaticResourceHandler()
Methods in com.aspectran.undertow.server.http with parameters of type StaticResourceHandler Modifier and Type Method Description void
HttpHybridHandler. setStaticResourceHandler(StaticResourceHandler staticResourceHandler)
void
HttpHybridHandlerFactory. 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 StaticResourceHandler
ServletHybridHandlerFactory. getStaticResourceHandler()
Methods in com.aspectran.undertow.server.servlet with parameters of type StaticResourceHandler Modifier and Type Method Description void
ServletHybridHandlerFactory. setStaticResourceHandler(StaticResourceHandler staticResourceHandler)
-