Uses of Class
com.orbitz.consul.model.session.Session
-
Packages that use Session Package Description com.orbitz.consul com.orbitz.consul.model.session -
-
Uses of Session in com.orbitz.consul
Methods in com.orbitz.consul with parameters of type Session Modifier and Type Method Description SessionCreatedResponseSessionClient. createSession(Session value)Create Session.SessionCreatedResponseSessionClient. createSession(Session value, java.lang.String dc)Create Session. -
Uses of Session in com.orbitz.consul.model.session
Subclasses of Session in com.orbitz.consul.model.session Modifier and Type Class Description classImmutableSessionImmutable implementation ofSession.Methods in com.orbitz.consul.model.session with parameters of type Session Modifier and Type Method Description static ImmutableSessionImmutableSession. copyOf(Session instance)Creates an immutable copy of aSessionvalue.ImmutableSession.BuilderImmutableSession.Builder. from(Session instance)Fill a builder with attribute values from the providedSessioninstance.
-