Uses of Interface
org.eblocker.server.common.session.Session
Packages that use Session
Package
Description
-
Uses of Session in org.eblocker.server.common.page
Methods in org.eblocker.server.common.page with parameters of type SessionModifier and TypeMethodDescriptionPageContextStore.create(PageContext parentContext, Session session, String url) -
Uses of Session in org.eblocker.server.common.session
Classes in org.eblocker.server.common.session that implement SessionMethods in org.eblocker.server.common.session that return SessionModifier and TypeMethodDescriptionSessionStore.findSession(String sessionId) Return the session with sessionId.SessionStore.getSession(TransactionIdentifier transactionId) -
Uses of Session in org.eblocker.server.http.server
Methods in org.eblocker.server.http.server that return SessionModifier and TypeMethodDescriptionprotected SessionSessionContextController.getSession(org.restexpress.Request request) -
Uses of Session in org.eblocker.server.http.service
Constructors in org.eblocker.server.http.service with parameters of type SessionModifierConstructorDescriptionHttpTransactionContext(Session session, io.netty.handler.codec.http.HttpRequest request) -
Uses of Session in org.eblocker.server.icap.transaction
Methods in org.eblocker.server.icap.transaction that return SessionMethods in org.eblocker.server.icap.transaction with parameters of type SessionModifier and TypeMethodDescriptionvoidAbstractTransaction.setSession(Session session) voidTransaction.setSession(Session session) -
Uses of Session in org.eblocker.server.icap.transaction.processor.filter
Methods in org.eblocker.server.icap.transaction.processor.filter with parameters of type SessionModifier and TypeMethodDescriptionvoidPatternBlockerUtils.countBlockedDomain(Category category, FilterResult filterResult, Session session, Transaction transaction) voidPatternBlockerUtils.countPassedDomain(Session session, Transaction transaction)