类 StaticResourceHandler

  • 所有已实现的接口:
    com.firefly.server.http2.router.Handler

    @Component("staticResourceHandler")
    public class StaticResourceHandler
    extends Object
    implements com.firefly.server.http2.router.Handler
    作者:
    Pengtao Qiu
    • 字段详细资料

      • log

        public static final com.firefly.utils.log.slf4j.ext.LazyLogger log
    • 构造器详细资料

      • StaticResourceHandler

        public StaticResourceHandler()
    • 方法详细资料

      • handle

        public void handle​(com.firefly.server.http2.router.RoutingContext ctx)
        指定者:
        handle 在接口中 com.firefly.server.http2.router.Handler
      • getStaticResources

        public List<String> getStaticResources()
      • getStaticFileHandler

        public com.firefly.server.http2.router.handler.file.StaticFileHandler getStaticFileHandler()