Uses of Class
unlimited.fc.server.api.ClientSessionContainer
-
-
Uses of ClientSessionContainer in unlimited.fc.server.api
Methods in unlimited.fc.server.api that return ClientSessionContainer Modifier and Type Method Description static ClientSessionContainerClientSessionContainer. convertSessionToClientSessionContainer(unlimited.fc.server.engine.session.Session a)Methods in unlimited.fc.server.api that return types with arguments of type ClientSessionContainer Modifier and Type Method Description java.util.LinkedList<ClientSessionContainer>FCServerIfc. getClientSessions()java.util.LinkedList<ClientSessionContainer>FCServerLite. getClientSessions()Gets the list of sessions currently running on FileCatalyst Server.
-