| Package | Description |
|---|---|
| com.threerings.crowd.chat.server | |
| com.threerings.crowd.peer.server | |
| com.threerings.crowd.server |
| Class and Description |
|---|
| ChannelSpeakProvider
Defines the server-side of the
ChannelSpeakService. |
| ChatChannelManager.ChatHistoryResult
Value asynchronously returned by
ChatChannelManager.collectChatHistory(com.threerings.util.Name, com.samskivert.util.ResultListener<com.threerings.crowd.chat.server.ChatChannelManager.ChatHistoryResult>) after polling all peer nodes. |
| ChatHistory.Entry
Recorded parcel of chat for historical purposes, maintained by
ChatHistory.record(ChatChannel, String, UserMessage, Name[]),
ChatHistory.get(Name), and ChatHistory.clear(Name). |
| ChatProvider.ChatForwarder
Used to forward certain types of chat messages between servers in a multi-server setup.
|
| ChatProvider.TellAutoResponder
Interface to allow an auto response to a tell message.
|
| SpeakHandler.SpeakerValidator
Used to prevent abitrary users from issuing speak requests.
|
| SpeakProvider
Defines the server-side of the
SpeakService. |
| SpeakUtil.MessageObserver
An interface used to notify external systems whenever a chat message is spoken by one user
and heard by another.
|
| Class and Description |
|---|
| ChatProvider.ChatForwarder
Used to forward certain types of chat messages between servers in a multi-server setup.
|
| Class and Description |
|---|
| SpeakHandler.SpeakerValidator
Used to prevent abitrary users from issuing speak requests.
|
Copyright © 2015. All rights reserved.