类 GlobalHandler

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

    @Component("globalHandler")
    public class GlobalHandler
    extends Object
    implements com.firefly.server.http2.router.Handler
    作者:
    Pengtao Qiu
    • 构造器详细资料

      • GlobalHandler

        public GlobalHandler()
    • 方法详细资料

      • handle

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