public abstract class AbstractSession extends Object implements Session
| Constructor and Description |
|---|
AbstractSession(String sessionId,
Object registerInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getRegisterInfo() |
String |
getSessionId() |
int |
hashCode() |
boolean |
isNew() |
void |
setNew(boolean newSession) |
void |
setRegisterInfo(Object registerInfo) |
void |
setSessionId(String sessionId) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitclose, getAttributes, setReconnectionTimeoutsendNotification, sendNotification, sendNotification, sendRequest, sendRequest, sendRequest, sendRequest, sendRequest, sendRequest, sendRequest, sendRequestHonorId, sendRequestHonorIdpublic Object getRegisterInfo()
getRegisterInfo in interface Sessionpublic void setRegisterInfo(Object registerInfo)
public String getSessionId()
getSessionId in interface Sessionpublic void setSessionId(String sessionId)
public void setNew(boolean newSession)
Copyright © 2017 Kurento. All rights reserved.