Uses of Class
org.eclipse.jetty.server.session.HouseKeeper
-
Packages that use HouseKeeper Package Description org.eclipse.jetty.server Jetty Server : Core Server APIorg.eclipse.jetty.server.session Jetty Server : Session Management Implementations -
-
Uses of HouseKeeper in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return HouseKeeper Modifier and Type Method Description HouseKeeper
SessionIdManager. getSessionHouseKeeper()
Methods in org.eclipse.jetty.server with parameters of type HouseKeeper Modifier and Type Method Description void
SessionIdManager. setSessionHouseKeeper(HouseKeeper houseKeeper)
-
Uses of HouseKeeper in org.eclipse.jetty.server.session
Fields in org.eclipse.jetty.server.session declared as HouseKeeper Modifier and Type Field Description protected HouseKeeper
DefaultSessionIdManager. _houseKeeper
Methods in org.eclipse.jetty.server.session that return HouseKeeper Modifier and Type Method Description HouseKeeper
DefaultSessionIdManager. getSessionHouseKeeper()
Methods in org.eclipse.jetty.server.session with parameters of type HouseKeeper Modifier and Type Method Description void
DefaultSessionIdManager. setSessionHouseKeeper(HouseKeeper houseKeeper)
-