Uses of Class
org.kiwiproject.consul.model.session.SessionInfo
Packages that use SessionInfo
-
Uses of SessionInfo in org.kiwiproject.consul
Methods in org.kiwiproject.consul that return types with arguments of type SessionInfoModifier and TypeMethodDescriptionSessionClient.getSessionInfo(String sessionId) Retrieves session info.SessionClient.getSessionInfo(String sessionId, String dc) Retrieves session info.SessionClient.listSessions()Lists all sessions.SessionClient.listSessions(String dc) Lists all sessions.SessionClient.renewSession(String sessionId) SessionClient.renewSession(String dc, String sessionId) Renews a session. -
Uses of SessionInfo in org.kiwiproject.consul.model.session
Subclasses of SessionInfo in org.kiwiproject.consul.model.sessionMethods in org.kiwiproject.consul.model.session with parameters of type SessionInfoModifier and TypeMethodDescriptionstatic ImmutableSessionInfoImmutableSessionInfo.copyOf(SessionInfo instance) Creates an immutable copy of aSessionInfovalue.ImmutableSessionInfo.Builder.from(SessionInfo instance) Fill a builder with attribute values from the providedSessionInfoinstance.