Uses of Record Class
dev.mccue.jdk.httpserver.session.SessionData
-
Uses of SessionData in dev.mccue.jdk.httpserver.session
Methods in dev.mccue.jdk.httpserver.session that return SessionDataMethods in dev.mccue.jdk.httpserver.session that return types with arguments of type SessionDataMethods in dev.mccue.jdk.httpserver.session with parameters of type SessionDataModifier and TypeMethodDescriptiondefault SessionKeySessionStore.write(SessionData data) SessionStore.write(SessionKey key, SessionData data) Method parameters in dev.mccue.jdk.httpserver.session with type arguments of type SessionDataModifier and TypeMethodDescriptionSession.update(Function<SessionData, SessionData> f) Session.update(Function<SessionData, SessionData> f) Constructors in dev.mccue.jdk.httpserver.session with parameters of type SessionDataModifierConstructorDescriptionSession(SessionKey key, SessionData data) Creates an instance of aSessionrecord class.