@Component public class SessionsManager extends Object
Constructor and Description |
---|
SessionsManager() |
Modifier and Type | Method and Description |
---|---|
ServerSession |
get(String sessionId) |
ServerSession |
getByTransportId(String transportId) |
void |
put(ServerSession session) |
void |
remove(ServerSession session) |
ServerSession |
remove(String sessionId) |
ServerSession |
removeByTransportId(String transportId) |
String |
toString() |
void |
updateTransportId(ServerSession session,
String oldTransportId) |
public void put(ServerSession session)
public ServerSession get(String sessionId)
public ServerSession getByTransportId(String transportId)
public ServerSession removeByTransportId(String transportId)
public ServerSession remove(String sessionId)
public void updateTransportId(ServerSession session, String oldTransportId)
public void remove(ServerSession session)
Copyright © 2017 Kurento. All rights reserved.