|
Fonctions membres publiques |
| JJclient () throws Exception |
| JJclient (String adr, int p) throws Exception |
| JJclient (String adr) throws Exception |
void | setKA (KernelAdaptator ka) |
KernelAdaptator | getKA () |
void | envoi (String str) |
void | envSelectionnerCG (int idCG) |
void | envSupprimerCG (int idCG) |
void | envDeSelectionnerCG (int idCG) |
void | envModeEdition (int ed) |
void | envActiverS (int idS, boolean actif) |
void | envOuvrirCG (String nom, boolean graphe, boolean miniature) |
void | envVerifierNomGraphe (String nom, boolean graphe, boolean miniature) |
void | envDeplacerCG (int ids1, int idz1, int ids2, int idz2, int idg, boolean estGraphe) |
void | envModeVisu (boolean unD, boolean deuxD, boolean troisD) |
void | envCreerCG (String nom, boolean graphe, boolean miniature, int idG, int idM, int idS, int idZ) |
void | envMAJZone (int idS, int idZ, double x, double y, double H, double L) |
void | envMoveCG (int idg, double x, double y) |
void | envCompleter (String s) |
void | reception (String str) |
void | parserRecpVerifnom (char parametre[]) |
void | fermer () throws Exception |
Attributs de paquetage |
int | port |
String | adresse |
PrintWriter | pred |
Jecoute | oreillette |
char | tabParser [] |
String | line = "" |
char | param [] = new char[maxMess] |
KernelAdaptator | kernel |
Attributs statiques de paquetage |
final char | CHARSEPARATION = '#' |
final int | PORT_DEFAULT = 1501 |
final String | ADR_DEFAULT = "129.88.46.248" |
Socket | socket |
final int | maxMess = 60 |