java.lang.Object
org.apache.openmeetings.db.entity.basic.Client
- All Implemented Interfaces:
- Serializable,- IWsClient,- IDataProviderEntity
- See Also:
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddStream(Client.StreamType stype, Client.Activity toggle) voidallow(Iterable<Room.Right> inRights) allow(Room.Right... inRights) voidclear()voiddeny(Room.Right... inRights) booleanintgetCam()intgetId()intgetMic()intgetRoom()getSid()getUid()getUser()intgetWidth()booleanhas(Client.Activity activity) inthashCode()booleanhasRight(Room.Right right) booleanbooleanbooleanbooleanbooleanisSip()voidremoveStream(String inUid) booleansameUserId(Long userId) setCam(int cam) setHeight(int height) voidsetMic(int mic) setRemoteAddress(String remoteAddress) voidsetServerId(String serverId) setWidth(int width) com.github.openjson.JSONObjecttoJson(boolean self) toString()updateUser(UserDao dao) 
- 
Constructor Details- 
Client
 
- 
- 
Method Details- 
getSessionId- Specified by:
- getSessionIdin interface- IWsClient
 
- 
getPageIdpublic int getPageId()
- 
getUser
- 
updateUser
- 
getUserId
- 
sameUserId
- 
getPictureUri
- 
getUid
- 
getSid
- 
isSippublic boolean isSip()
- 
clearpublic void clear()
- 
hasRight
- 
allow
- 
allow
- 
deny
- 
isBroadcastingpublic boolean isBroadcasting()
- 
getActivities
- 
has
- 
isAllowed
- 
addStream
- 
removeStream
- 
getStreams
- 
getStream
- 
getScreenStream
- 
getCamStreams
- 
getConnectedSince
- 
getId- Specified by:
- getIdin interface- IDataProviderEntity
 
- 
setId- Specified by:
- setIdin interface- IDataProviderEntity
 
- 
getRoom
- 
getRoomId
- 
setRoom
- 
isCamEnabledpublic boolean isCamEnabled()
- 
getCampublic int getCam()
- 
setCam
- 
isMicEnabledpublic boolean isMicEnabled()
- 
getMicpublic int getMic()
- 
setMic
- 
getWidthpublic int getWidth()
- 
setWidth
- 
getHeightpublic int getHeight()
- 
setHeight
- 
getRemoteAddress
- 
setRemoteAddress
- 
getServerId
- 
setServerId
- 
toJsonpublic com.github.openjson.JSONObject toJson(boolean self) 
- 
merge
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-