Package | Description |
---|---|
org.eclipse.jetty.server.session |
Jetty Server : Session Management Implementations
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractClusteredInvalidationSessionTest
AbstractClusteredInvalidationSessionTest
Goal of the test is to be sure that invalidating a session on one node
result in the session being unavailable in the other node also.
|
class |
AbstractClusteredOrphanedSessionTest
AbstractClusteredOrphanedSessionTest
Mimic node1 creating a session then crashing.
|
class |
AbstractClusteredSessionScavengingTest
AbstractClusteredSessionScavengingTest
Test that a session that was live on node1, but then more
recently used on node2 does not expire over on node1.
|
class |
AbstractWebAppObjectInSessionTest
AbstractWebAppObjectInSessionTest
Target of this test is to check that when a webapp on nodeA puts in the session
an object of a class loaded from the war (and hence with a WebAppClassLoader),
the same webapp on nodeB is able to load that object from the session.
|
Copyright © 1995–2023 Webtide. All rights reserved.