Uses of Class
com.orbitz.consul.model.session.SessionInfo
-
Packages that use SessionInfo Package Description com.orbitz.consul com.orbitz.consul.model.session -
-
Uses of SessionInfo in com.orbitz.consul
Methods in com.orbitz.consul that return types with arguments of type SessionInfo Modifier and Type Method Description java.util.Optional<SessionInfo>SessionClient. getSessionInfo(java.lang.String sessionId)Retrieves session info.java.util.Optional<SessionInfo>SessionClient. getSessionInfo(java.lang.String sessionId, java.lang.String dc)Retrieves session info.java.util.List<SessionInfo>SessionClient. listSessions()Lists all sessions.java.util.List<SessionInfo>SessionClient. listSessions(java.lang.String dc)Lists all sessions.java.util.Optional<SessionInfo>SessionClient. renewSession(java.lang.String sessionId)java.util.Optional<SessionInfo>SessionClient. renewSession(java.lang.String dc, java.lang.String sessionId)Renews a session. -
Uses of SessionInfo in com.orbitz.consul.model.session
Subclasses of SessionInfo in com.orbitz.consul.model.session Modifier and Type Class Description classImmutableSessionInfoImmutable implementation ofSessionInfo.Methods in com.orbitz.consul.model.session with parameters of type SessionInfo Modifier and Type Method Description static ImmutableSessionInfoImmutableSessionInfo. copyOf(SessionInfo instance)Creates an immutable copy of aSessionInfovalue.ImmutableSessionInfo.BuilderImmutableSessionInfo.Builder. from(SessionInfo instance)Fill a builder with attribute values from the providedSessionInfoinstance.
-