Uses of Interface
org.eclipse.jetty.server.Session
Packages that use Session
-
Uses of Session in org.eclipse.jetty.server
Methods in org.eclipse.jetty.server that return SessionModifier and TypeMethodDescriptionRequest.getSession(boolean create) Get aSessionassociated with the request.Request.Wrapper.getSession(boolean create) Session.API.getSession()static SessionSession.getSession(Object session) Get the session associated with an API session wrapper.Methods in org.eclipse.jetty.server with parameters of type SessionModifier and TypeMethodDescriptiondefault voidSession.ValueListener.onSessionActivation(Session session) default voidSession.ValueListener.onSessionAttributeUpdate(Session session, String name, Object oldValue, Object newValue) default voidSession.LifeCycleListener.onSessionCreated(Session session) default voidSession.LifeCycleListener.onSessionDestroyed(Session session) default voidSession.LifeCycleListener.onSessionIdChanged(Session session, String oldId) default voidSession.ValueListener.onSessionPassivation(Session session)