Uses of Record Class
dev.mccue.jdk.httpserver.session.SessionKey
-
Uses of SessionKey in dev.mccue.jdk.httpserver.session
Methods in dev.mccue.jdk.httpserver.session that return SessionKeyModifier and TypeMethodDescriptionSession.key()Returns the value of thekeyrecord component.static SessionKeySessionKey.random()default SessionKeySessionStore.write(SessionData data) SessionStore.write(SessionKey key, SessionData data) Methods in dev.mccue.jdk.httpserver.session that return types with arguments of type SessionKeyMethods in dev.mccue.jdk.httpserver.session with parameters of type SessionKeyModifier and TypeMethodDescriptionSessionStore.delete(SessionKey key) SessionStore.read(SessionKey key) SessionStore.write(SessionKey key, SessionData data) Constructors in dev.mccue.jdk.httpserver.session with parameters of type SessionKeyModifierConstructorDescriptionSession(SessionKey key, SessionData data) Creates an instance of aSessionrecord class.