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 HouseKeeperSessionIdManager. getSessionHouseKeeper()Methods in org.eclipse.jetty.server with parameters of type HouseKeeper Modifier and Type Method Description voidSessionIdManager. 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 HouseKeeperDefaultSessionIdManager. _houseKeeperMethods in org.eclipse.jetty.server.session that return HouseKeeper Modifier and Type Method Description HouseKeeperDefaultSessionIdManager. getSessionHouseKeeper()Methods in org.eclipse.jetty.server.session with parameters of type HouseKeeper Modifier and Type Method Description voidDefaultSessionIdManager. setSessionHouseKeeper(HouseKeeper houseKeeper)
-