| Package | Description |
|---|---|
| xyz.nickr.jitter | |
| xyz.nickr.jitter.api | |
| xyz.nickr.jitter.api.event | |
| xyz.nickr.jitter.impl | |
| xyz.nickr.jitter.impl.event |
| Modifier and Type | Method and Description |
|---|---|
User |
Jitter.getCurrentUser()
Gets the authenticated
user object. |
| Modifier and Type | Method and Description |
|---|---|
void |
JitterBayeux.subscribeUserInformation(User user) |
void |
JitterBayeux.subscribeUserRooms(User user) |
void |
JitterBayeux.subscribeUserRoomUnread(User user,
Room room) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RoomUser
|
| Modifier and Type | Method and Description |
|---|---|
User |
Message.getSender()
Gets the
User this message was sent by. |
| Modifier and Type | Method and Description |
|---|---|
User |
UserJoinEvent.getUser()
Gets the user who joined.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<User> |
RoomEvent.getUser()
Gets the user that triggered the event.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RoomUserImpl |
class |
UserImpl |
| Modifier and Type | Method and Description |
|---|---|
User |
MessageImpl.getSender() |
| Constructor and Description |
|---|
MessageImpl(Jitter jitter,
Room room,
User user,
org.json.JSONObject json) |
| Modifier and Type | Method and Description |
|---|---|
User |
UserJoinEventImpl.getUser() |
| Modifier and Type | Method and Description |
|---|---|
Optional<User> |
RoomEventImpl.getUser() |
| Constructor and Description |
|---|
UserJoinEventImpl(Jitter jitter,
Room room,
User user,
org.json.JSONObject json) |
Copyright © 2016. All rights reserved.