@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,
String dbName) |
juzu.Response.Content |
deleteTeamRoom(String user,
String token,
String room,
String dbName) |
juzu.Response.Content |
edit(String user,
String token,
String room,
String messageId,
String message,
String dbName) |
juzu.Response.Content |
getCreator(String user,
String token,
String room,
String dbName) |
juzu.Response.Content |
getMeetingNotes(String user,
String token,
String room,
String fromTimestamp,
String toTimestamp,
String serverBase,
String dbName) |
juzu.Response.Content |
getRoom(String user,
String token,
String targetUser,
String isAdmin,
String withDetail,
String type,
String dbName) |
juzu.Response.Content |
getStatistics(String dbName) |
juzu.Response.Content |
getStatus(String user,
String token,
String targetUser,
String dbName) |
juzu.Response.Content |
getUsers(String user,
String token,
String room,
String filter,
String dbName) |
juzu.Response.Content |
index() |
juzu.Response.Content |
notification(String user,
String token,
String event,
String withDetails,
String dbName) |
juzu.Response.Content |
read(String user,
String token,
String room,
String fromTimestamp,
String isTextOnly,
String dbName) |
juzu.Response.Content |
saveTeamRoom(String user,
String token,
String teamName,
String room,
String users,
String dbName) |
juzu.Response.Content |
send(String user,
String token,
String targetUser,
String message,
String room,
String isSystem,
String options,
String dbName) |
void |
sendMailWithAuth(String senderFullname,
String senderMail,
List<String> toList,
String htmlBody,
String subject,
Map<String,String> inlineImages) |
juzu.Response.Content |
sendMeetingNotes(String user,
String token,
String room,
String fromTimestamp,
String toTimestamp,
String serverBase,
String dbName) |
juzu.Response.Content |
setStatus(String user,
String token,
String status,
String dbName) |
juzu.Response.Content |
toggleFavorite(String user,
String token,
String targetUser,
String dbName) |
juzu.Response.Content |
updateUnreadMessages(String room,
String user,
String token,
String dbName) |
juzu.Response.Content |
whoIsOnline(String user,
String token,
String filter,
String isAdmin,
String limit,
String dbName) |
public juzu.Response.Content index()
throws IOException
IOExceptionpublic juzu.Response.Content whoIsOnline(String user, String token, String filter, String isAdmin, String limit, String dbName)
public juzu.Response.Content send(String user, String token, String targetUser, String message, String room, String isSystem, String options, String dbName) throws IOException
IOExceptionpublic juzu.Response.Content read(String user, String token, String room, String fromTimestamp, String isTextOnly, String dbName) throws IOException
IOExceptionpublic juzu.Response.Content sendMeetingNotes(String user, String token, String room, String fromTimestamp, String toTimestamp, String serverBase, String dbName) throws IOException
IOExceptionpublic juzu.Response.Content getMeetingNotes(String user, String token, String room, String fromTimestamp, String toTimestamp, String serverBase, String dbName) throws IOException
IOExceptionpublic juzu.Response.Content delete(String user, String token, String room, String messageId, String dbName) throws IOException
IOExceptionpublic juzu.Response.Content deleteTeamRoom(String user, String token, String room, String dbName) throws IOException
IOExceptionpublic juzu.Response.Content edit(String user, String token, String room, String messageId, String message, String dbName) throws IOException
IOExceptionpublic juzu.Response.Content toggleFavorite(String user, String token, String targetUser, String dbName)
public juzu.Response.Content getRoom(String user, String token, String targetUser, String isAdmin, String withDetail, String type, String dbName)
public juzu.Response.Content saveTeamRoom(String user, String token, String teamName, String room, String users, String dbName)
public juzu.Response.Content updateUnreadMessages(String room, String user, String token, String dbName)
public juzu.Response.Content notification(String user, String token, String event, String withDetails, String dbName) throws IOException
IOExceptionpublic juzu.Response.Content getStatus(String user, String token, String targetUser, String dbName)
public juzu.Response.Content setStatus(String user, String token, String status, String dbName)
public juzu.Response.Content getCreator(String user, String token, String room, String dbName)
public juzu.Response.Content getUsers(String user, String token, String room, String filter, String dbName)
public juzu.Response.Content getStatistics(String dbName)
Copyright © 2003–2016 eXo Platform SAS. All rights reserved.