|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HTTPClient | |
|---|---|
| fr.lip6.sma.simulacion.server.http | Paquet pour la transmission par HTTP (client et serveur). |
| Uses of HTTPClient in fr.lip6.sma.simulacion.server.http |
|---|
| Fields in fr.lip6.sma.simulacion.server.http declared as HTTPClient | |
|---|---|
private HTTPClient |
HTTPSetupFrame.mClient
Reference on the HTTP client. |
private HTTPClient |
HTTPAgentListManager.mClient
Client HTTP. |
private HTTPClient |
HTTPAgent.mClient
Client HTTP. |
| Methods in fr.lip6.sma.simulacion.server.http with parameters of type HTTPClient | |
|---|---|
static void |
HTTPSetupFrame.displaySetupFrame(HTTPClient inClient,
Configuration inConfiguration)
Display the frame (or not). |
| Constructors in fr.lip6.sma.simulacion.server.http with parameters of type HTTPClient | |
|---|---|
HTTPAgent(HTTPClient inHTTPClient,
String inClass,
String inName)
Constructeur à partir du client HTTP, d'une classe et d'un nom. |
|
HTTPAgentListManager(HTTPClient inClientHTTP,
Collection inPlayerClasses)
Constructeur à partir du client HTTP. |
|
HTTPPlayer(HTTPClient inHTTPClient,
String inClass,
String inName)
Constructeur à partir du client HTTP, d'une classe et d'un nom. |
|
HTTPSetupFrame(HTTPClient inClient,
Configuration inConfiguration)
Constructeur à partir du client et de la configuration. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||