Package | Description |
---|---|
massim.framework.connection | |
massim.server |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSocketLoginManager |
class |
UsernamePasswordSocketLoginManager |
class |
XMLSocketSimulationAgent
This class manages the communication to an agent, offering methods that will make it possible to treat instances of this object as
a simulation agent.
|
Modifier and Type | Method and Description |
---|---|
SocketHandler |
AbstractSocketListener.getSocketHandler() |
Modifier and Type | Method and Description |
---|---|
Map<Account,SocketHandler> |
AbstractSocketLoginManager.getAccountSocketHandlerMap() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSocketListener.setSocketHandler(SocketHandler socketHandler) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSocketLoginManager.setAccountSocketHandlerMap(Map<Account,SocketHandler> v) |
Constructor and Description |
---|
AbstractSocketLoginManager(Account[] accounts,
Map<Account,SocketHandler> socketHandlerMap) |
UsernamePasswordSocketLoginManager(Account[] accounts,
Map<Account,SocketHandler> socketHandlerMap) |
Modifier and Type | Field and Description |
---|---|
Map<Account,SocketHandler> |
ServerSimulationAgents.accountSocketHandlerMap |
Copyright © 2013. All Rights Reserved.