Uses of Class
ai.preferred.venom.Session
-
Packages that use Session Package Description ai.preferred.venom -
-
Uses of Session in ai.preferred.venom
Fields in ai.preferred.venom declared as Session Modifier and Type Field Description static SessionSession. EMPTY_SESSIONAn instance of an empty session.Methods in ai.preferred.venom that return Session Modifier and Type Method Description SessionSession.Builder. build()Create a new instance of session.static <T> SessionSession. singleton(@NotNull Session.Key<T> key, T value)Constructs a singleton session.Methods in ai.preferred.venom with parameters of type Session Modifier and Type Method Description voidHandler. handle(Request request, VResponse response, Scheduler scheduler, Session session, Worker worker)This function is called when the request is fetched successfully.Crawler.BuilderCrawler.Builder. setSession(@NotNull Session session)Sets the Session to be used, if not set, defaults to none.
-