Uses of Record Class
io.github.protasm.jvmud.engine.identity.SessionId
Packages that use SessionId
Package
Description
Host-facing LPC execution runtime.
Compiled-LPC support runtime consumed by generated bytecode.
Player, session, and persona identity records for a running JVMud world.
-
Uses of SessionId in io.github.protasm.jvmud.compiler.exec
Methods in io.github.protasm.jvmud.compiler.exec with parameters of type SessionIdModifier and TypeMethodDescriptionbooleanLPCRuntime.writeToSession(SessionId sessionId, Object value) Writes engine control-plane or transport text to one bound Session. -
Uses of SessionId in io.github.protasm.jvmud.compiler.runtime
Methods in io.github.protasm.jvmud.compiler.runtime with parameters of type SessionIdModifier and TypeMethodDescriptionbooleanRuntimeContext.writeToSession(SessionId sessionId, Object value) Writes engine control-plane or transport text to one bound Session. -
Uses of SessionId in io.github.protasm.jvmud.engine.identity
Methods in io.github.protasm.jvmud.engine.identity that return SessionIdModifier and TypeMethodDescriptionSessionRecord.id()Returns the value of theidrecord component.Methods in io.github.protasm.jvmud.engine.identity that return types with arguments of type SessionIdModifier and TypeMethodDescriptionPlayerRecord.activeSessionIds()Returns the value of theactiveSessionIdsrecord component.Constructors in io.github.protasm.jvmud.engine.identity with parameters of type SessionIdModifierConstructorDescriptionSessionRecord(SessionId id, PlayerId playerId, Optional<String> remoteAddress, Instant connectedAt, Instant lastActivityAt, Optional<PersonaId> attachedPersonaId) Creates an instance of aSessionRecordrecord class.Constructor parameters in io.github.protasm.jvmud.engine.identity with type arguments of type SessionId