Uses of Interface
org.glassfish.tyrus.core.cluster.DistributedSession
-
Packages that use DistributedSession Package Description org.glassfish.tyrus.core Core classes.org.glassfish.tyrus.core.cluster Cluster relates classes and interfaces. -
-
Uses of DistributedSession in org.glassfish.tyrus.core
Classes in org.glassfish.tyrus.core that implement DistributedSession Modifier and Type Class Description class
TyrusSession
Implementation of theSession
.Methods in org.glassfish.tyrus.core that return types with arguments of type DistributedSession Modifier and Type Method Description java.util.Set<DistributedSession>
TyrusSession. getAllSessions()
Get set of all sessions opened to the same endpoint. -
Uses of DistributedSession in org.glassfish.tyrus.core.cluster
Classes in org.glassfish.tyrus.core.cluster that implement DistributedSession Modifier and Type Class Description class
RemoteSession
Remote session represents session originating from another node.
-