类 LoginHandler

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

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

      • LoginHandler

        public LoginHandler()
    • 方法详细资料

      • handle

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