Package org.ngengine.network
Class Lobby
java.lang.Object
org.ngengine.network.Lobby
- All Implemented Interfaces:
Serializable
,Cloneable
- Direct Known Subclasses:
LocalLobby
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionclone()
getData()
getDataOrDefault
(String key, String defaultValue) getId()
org.ngengine.nostr4j.keypair.NostrPrivateKey
getKey()
org.ngengine.nostr4j.keypair.NostrPrivateKey
protected String
boolean
isLocked()
boolean
boolean
protected void
protected void
setRawData
(String rawData) toString()
-
Field Details
-
id
-
key
-
roomRawData
-
data
-
expiration
-
-
Method Details
-
getExpiration
-
getId
-
isOwnedByLocalPeer
public boolean isOwnedByLocalPeer() -
getKey
public org.ngengine.nostr4j.keypair.NostrPrivateKey getKey(String passphrase) throws org.ngengine.nostr4j.nip49.Nip49FailedException - Throws:
org.ngengine.nostr4j.nip49.Nip49FailedException
-
getKey
public org.ngengine.nostr4j.keypair.NostrPrivateKey getKey() -
matches
-
clone
-
setData
-
getData
-
getDataOrDefault
-
getDataKeys
-
getData
-
getRawData
-
setRawData
-
toString
-
isLocked
public boolean isLocked()
-