Uses of Class
net.webpdf.wsclient.openapi.SessionTable
-
Packages that use SessionTable Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest.administration -
-
Uses of SessionTable in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return SessionTable Modifier and Type Method Description SessionTableSessionTable. activeSessions(Long activeSessions)SessionTableSessionTable. addSessionListItem(SessionTableEntry sessionListItem)SessionTableSessionTable. expiredSessions(Long expiredSessions)SessionTableSessionTable. sessionCount(Long sessionCount)SessionTableSessionTable. sessionDiskUsage(Long sessionDiskUsage)SessionTableSessionTable. sessionId(String sessionId)SessionTableSessionTable. sessionList(List<SessionTableEntry> sessionList)SessionTableSessionTable. timestamp(Long timestamp)SessionTableSessionTable. unstableSessions(Long unstableSessions) -
Uses of SessionTable in net.webpdf.wsclient.session.rest.administration
Methods in net.webpdf.wsclient.session.rest.administration that return SessionTable Modifier and Type Method Description @NotNull SessionTableAbstractAdministrationManager. fetchSessionTable()Returns the session table from server with detailed status information about each session.@NotNull SessionTableAdministrationManager. fetchSessionTable()Returns the session table from server with detailed status information about each session.
-