| Interface | Description |
|---|---|
| ServerSelector |
Interface for selecting a server from a middleware cluster.
|
| SessionUrlsHolder |
Interface to be implemented by objects storing the list of server URLs for the current session.
|
| Class | Description |
|---|---|
| NoopServerSorter |
Strategy class for work with
StaticServerSelector. |
| RandomServerSorter |
Strategy class for work with
StaticServerSelector. |
| StaticServerSelector |
Implementation of the
ServerSelector interface working with static list of cluster members. |
| StickySessionServerSelector |
Abstract implementation of the
ServerSelector interface providing selection of the same server for all
requests in a user session. |
| UserSessionUrlsHolder |
Stores the list of server URLs in the UserSession.
|