Package | Description |
---|---|
ra.net | |
ra.server.basis |
Modifier and Type | Class and Description |
---|---|
class |
DefaultUser
User.
|
Modifier and Type | Method and Description |
---|---|
<T extends User> |
MessageSender.broadcast(java.lang.String message,
java.util.Map<java.lang.String,T> userlist)
Broadcast message to all users.
|
Modifier and Type | Method and Description |
---|---|
User |
NetServerApplication.getUser(int index)
Returns user.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,User> |
NetServerApplication.getUsers() |
java.util.Map<java.lang.String,User> |
NetServiceProvider.getUsers()
Hash Key : {User.getIndex()} ex:0~n.
|
Modifier and Type | Method and Description |
---|---|
void |
NetServerApplication.putUser(int index,
User listener)
Put the user into user pool.
|
Modifier and Type | Method and Description |
---|---|
<T extends User> |
SenderAdapter.broadcast(java.lang.String message,
java.util.Map<java.lang.String,T> userlist) |