@ApplicationScoped public class ChatServer extends Object
| Constructor and Description |
|---|
ChatServer() |
| Modifier and Type | Method and Description |
|---|---|
juzu.Response.Content |
delete(String user,
String token,
String room,
String messageId) |
juzu.Response.Content |
edit(String user,
String token,
String room,
String messageId,
String message) |
juzu.Response.Content |
getCreator(String user,
String token,
String room) |
juzu.Response.Content |
getMeetingNotes(String user,
String token,
String room,
String fromTimestamp,
String toTimestamp,
String serverBase) |
juzu.Response.Content |
getRoom(String user,
String token,
String targetUser,
String isAdmin,
String withDetail,
String type) |
juzu.Response.Content |
getStatistics() |
juzu.Response.Content |
getStatus(String user,
String token,
String targetUser) |
juzu.Response.Content |
getUsers(String user,
String token,
String room,
String filter) |
void |
index() |
juzu.Response.Content |
notification(String user,
String token,
String event,
String withDetails) |
juzu.Response.Content |
read(String user,
String token,
String room,
String fromTimestamp,
String isTextOnly) |
juzu.Response.Content |
saveTeamRoom(String user,
String token,
String teamName,
String room,
String users) |
juzu.Response.Content |
send(String user,
String token,
String targetUser,
String message,
String room,
String isSystem,
String options) |
void |
sendMailWithAuth(String senderFullname,
List<String> toList,
String htmlBody,
String subject) |
juzu.Response.Content |
sendMeetingNotes(String user,
String token,
String room,
String fromTimestamp,
String toTimestamp) |
juzu.Response.Content |
setStatus(String user,
String token,
String status) |
juzu.Response.Content |
toggleFavorite(String user,
String token,
String targetUser) |
juzu.Response.Content |
updateUnreadMessages(String room,
String user,
String token) |
juzu.Response.Content |
whoIsOnline(String user,
String token,
String filter,
String isAdmin,
String limit) |
public void index()
throws IOException
IOExceptionpublic juzu.Response.Content whoIsOnline(String user, String token, String filter, String isAdmin, String limit)
public juzu.Response.Content send(String user, String token, String targetUser, String message, String room, String isSystem, String options) throws IOException
IOExceptionpublic juzu.Response.Content read(String user, String token, String room, String fromTimestamp, String isTextOnly) throws IOException
IOExceptionpublic juzu.Response.Content sendMeetingNotes(String user, String token, String room, String fromTimestamp, String toTimestamp) throws IOException
IOExceptionpublic juzu.Response.Content getMeetingNotes(String user, String token, String room, String fromTimestamp, String toTimestamp, String serverBase) throws IOException
IOExceptionpublic juzu.Response.Content delete(String user, String token, String room, String messageId) throws IOException
IOExceptionpublic juzu.Response.Content edit(String user, String token, String room, String messageId, String message) throws IOException
IOExceptionpublic juzu.Response.Content toggleFavorite(String user, String token, String targetUser)
public juzu.Response.Content getRoom(String user, String token, String targetUser, String isAdmin, String withDetail, String type)
public juzu.Response.Content saveTeamRoom(String user, String token, String teamName, String room, String users)
public juzu.Response.Content updateUnreadMessages(String room, String user, String token)
public juzu.Response.Content notification(String user, String token, String event, String withDetails) throws IOException
IOExceptionpublic juzu.Response.Content getUsers(String user, String token, String room, String filter)
public juzu.Response.Content getStatistics()
Copyright © 2003-2014 eXo Platform SAS. All Rights Reserved.