Package | Description |
---|---|
org.kurento.jsonrpc.internal.server | |
org.kurento.jsonrpc.internal.ws |
Modifier and Type | Method and Description |
---|---|
ServerSession |
ProtocolManager.ServerSessionFactory.createSession(String sessionId,
Object registerInfo,
SessionsManager sessionsManager) |
ServerSession |
SessionsManager.get(String sessionId) |
ServerSession |
SessionsManager.getByTransportId(String transportId) |
ServerSession |
SessionsManager.remove(String sessionId) |
ServerSession |
SessionsManager.removeByTransportId(String transportId) |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolManager.cancelCloseTimer(ServerSession session) |
void |
ProtocolManager.closeSession(ServerSession session,
String reason) |
void |
SessionsManager.put(ServerSession session) |
void |
SessionsManager.remove(ServerSession session) |
void |
PingWatchdogManager.removeSession(ServerSession session) |
void |
ProtocolManager.ServerSessionFactory.updateSessionOnReconnection(ServerSession session) |
void |
SessionsManager.updateTransportId(ServerSession session,
String oldTransportId) |
Modifier and Type | Class and Description |
---|---|
class |
WebSocketServerSession |
Copyright © 2017 Kurento. All rights reserved.