Uses of Interface
services.moleculer.web.common.HttpConstants
Packages that use HttpConstants
Package
Description
-
Uses of HttpConstants in services.moleculer.web.common
Classes in services.moleculer.web.common that implement HttpConstants -
Uses of HttpConstants in services.moleculer.web.middleware
Classes in services.moleculer.web.middleware that implement HttpConstantsModifier and TypeClassDescriptionclassSimple middleware that provides HTTP BASIC Authentication support.classCustom error page (Error 404, 500, etc.) handler.classServer "/favicon.ico" HTTP requests.classThe HostNameFilter adds the ability to allow or block requests based on the host name of the client.classThe IpFilter Middleware adds the ability to allow or block requests based on the IP address of the client.classRefuses all requests with "Error 400 Not Found" message.classRate Limiter limits concurrent constant requests to the HTTP calls in the application.classRedirects all requests to the specified URL / location.classWrites request headers and response headers + response body into the log.classCompresses body of REST responses.classMiddleware that will timeout requests if the response has not been written after the specified time.classService to serve files from within a given root directory.classURL-based content cache.classThis middleware adds "X-XSRF-TOKEN" header to responses. -
Uses of HttpConstants in services.moleculer.web.middleware.session
Classes in services.moleculer.web.middleware.session that implement HttpConstantsModifier and TypeClassDescriptionclassclassGenerates Session Cookies, and sets the cookie header.class// Store "$session" block (in meta) SessionHandler sessionHandler = new SessionHandler(broker); gateway.setBeforeCall(sessionHandler.beforeCall()); gateway.setAfterCall(sessionHandler.afterCall()); // Session cookie handling gateway.use(new SessionCookie()); -
Uses of HttpConstants in services.moleculer.web.netty
Classes in services.moleculer.web.netty that implement HttpConstants -
Uses of HttpConstants in services.moleculer.web.router
Classes in services.moleculer.web.router that implement HttpConstants -
Uses of HttpConstants in services.moleculer.web.servlet.request
Classes in services.moleculer.web.servlet.request that implement HttpConstantsModifier and TypeClassDescriptionclassclassclass