|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.lip6.sma.simulacion.server.http.HTTPConsts
public final class HTTPConsts
Classe pour les constantes relatives au serveur HTTP. Ce n'est pas une interface parce que les interfaces sont toutes des types. En plus, ces constantes ne sont accessibles que dans le paquet http.
Field Summary | |
---|---|
(package private) static int |
CLIENT_MAXATTEMPTS
Nombre maximal de tentatives de connexion pour les requêtes. |
(package private) static int |
CLIENT_TIMEOUT
Temps maximum sans avoir de nouvelle d'un client. |
(package private) static int |
DEFAULT_PORT
Port par défaut. |
(package private) static int |
EXECUTE_TIMEOUT
Temps à attendre pour execute. |
(package private) static String |
FILE_PROPERTY
Propriété avec le fichier dans l'URL (au sens de URL.getFile()). |
(package private) static String |
GAMEID_PROPERTY
Propriété avec le jeu et la version. |
(package private) static String |
HOST_PROPERTY
Propriété avec le nom du serveur. |
(package private) static int |
LISTEN_RETRY
Temps maximum qu'un client attend avec un listen avant de réitérer son message. |
(package private) static int |
LISTEN_TIMEOUT
Temps à attendre pour listen. |
(package private) static String |
MDNS_SERVICE_TYPE
mDNS service type prefix for the HTTP server. |
(package private) static String |
PORT_PROPERTY
Propriété avec le numéro du port. |
(package private) static String |
ZEROCONF_NAME_SUFFIX_PROPERTY
Property to mention if the service is published with ZeroConf. |
(package private) static String |
ZEROCONF_PUBLISH_PROPERTY
Property to mention if the service is published with ZeroConf. |
Constructor Summary | |
---|---|
private |
HTTPConsts()
Constructeur par défaut non disponible. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
static final String PORT_PROPERTY
static final int DEFAULT_PORT
static final String HOST_PROPERTY
static final String FILE_PROPERTY
URL.getFile()
,
Constant Field Valuesstatic final String ZEROCONF_PUBLISH_PROPERTY
static final String ZEROCONF_NAME_SUFFIX_PROPERTY
static final String GAMEID_PROPERTY
static final String MDNS_SERVICE_TYPE
static final int LISTEN_TIMEOUT
static final int LISTEN_RETRY
static final int EXECUTE_TIMEOUT
static final int CLIENT_TIMEOUT
static final int CLIENT_MAXATTEMPTS
Constructor Detail |
---|
private HTTPConsts()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |