Package io.undertow.servlet.handlers
Class CrawlerSessionManagerHandler
java.lang.Object
io.undertow.servlet.handlers.CrawlerSessionManagerHandler
- All Implemented Interfaces:
HttpHandler
Web crawlers can trigger the creation of many thousands of sessions as they
crawl a site which may result in significant memory consumption. This Valve
ensures that crawlers are associated with a single session - just like normal
users - regardless of whether or not they provide a session token with their
requests.
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
-
Constructor Details
-
CrawlerSessionManagerHandler
-
-
Method Details
-
handleRequest
- Specified by:
handleRequestin interfaceHttpHandler- Throws:
Exception
-