Uses of Class
convex.cli.peer.SessionItem
Packages that use SessionItem
-
Uses of SessionItem in convex.cli
Methods in convex.cli that return SessionItemModifier and TypeMethodDescriptionstatic SessionItem
Helpers.getSessionItem
(String sessionFilename) Return a random session hostname, by looking at the session file.static SessionItem
Helpers.getSessionItem
(String sessionFilename, int index) Return an indexed session item, by looking at the session file. -
Uses of SessionItem in convex.cli.peer
Fields in convex.cli.peer with type parameters of type SessionItemMethods in convex.cli.peer that return SessionItemModifier and TypeMethodDescriptionstatic SessionItem
SessionItem.create
(AccountKey accountKey, String hostname, String etchFilename) Create a new SessionItem object using the following fields:static SessionItem
SessionItem.createFromString
(String value) Create a new SessionItem from a comma delimited string.Session.getItemFromAccountKey
(AccountKey accountKey) Get a session item based on the peers AccountKey.Session.getItemFromIndex
(int index) Return a session item based on the peer index.