Class HttpFilter

  • All Implemented Interfaces:
    Filter

    public abstract class HttpFilter
    extends Object
    implements Filter
    • Constructor Detail

      • HttpFilter

        public HttpFilter()
    • Method Detail

      • init

        public void init​(io.vertx.ext.web.RoutingContext context)
        Specified by:
        init in interface Filter
      • get

        protected <T> T get​(String key)
      • doNext

        protected void doNext​(io.vertx.core.http.HttpServerRequest request,
                              io.vertx.core.http.HttpServerResponse response)
      • getSession

        protected io.vertx.ext.web.Session getSession()
      • getCookies

        protected Map<String,​io.vertx.core.http.Cookie> getCookies()
      • getLogger

        protected io.vertx.up.log.Annal getLogger()
      • init

        public void init()