Browse Source

Ajout du code source du serveur, du war et du jar

Nabzzz 3 years ago
parent
commit
0fc995c97d
100 changed files with 29661 additions and 13 deletions
  1. BIN
      Application/chatapp-1.0-SNAPSHOT-all.jar
  2. 7
    0
      Application/config.json
  3. BIN
      Implementation/chatapp/build/distributions/chatapp-1.0-SNAPSHOT.tar
  4. BIN
      Implementation/chatapp/build/distributions/chatapp-1.0-SNAPSHOT.zip
  5. BIN
      Implementation/chatapp/build/distributions/chatapp-shadow-1.0-SNAPSHOT.tar
  6. BIN
      Implementation/chatapp/build/distributions/chatapp-shadow-1.0-SNAPSHOT.zip
  7. 3
    0
      Implementation/chatapp/build/resources/main/META-INF/MANIFEST.MF
  8. 185
    0
      Implementation/chatapp/build/scripts/chatapp
  9. 89
    0
      Implementation/chatapp/build/scripts/chatapp.bat
  10. 183
    0
      Implementation/chatapp/build/scriptsShadow/chatapp
  11. 84
    0
      Implementation/chatapp/build/scriptsShadow/chatapp.bat
  12. 13
    13
      Implementation/chatapp/build/tmp/compileJava/source-classes-mapping.txt
  13. 3
    0
      Implementation/chatapp/build/tmp/jar/MANIFEST.MF
  14. 3
    0
      Implementation/chatapp/build/tmp/shadowJar/MANIFEST.MF
  15. 14
    0
      Implementation/chatapp/chatapp.plantuml
  16. 3
    0
      Implementation/chatapp/out/production/resources/META-INF/MANIFEST.MF
  17. 65
    0
      Implementation/chatapp/out/production/resources/fenetres/ConnexionScreen.fxml
  18. 72
    0
      Implementation/chatapp/out/production/resources/fenetres/View_ChangementPseudo.fxml
  19. 90
    0
      Implementation/chatapp/out/production/resources/fenetres/View_Clavardage.fxml
  20. 62
    0
      Implementation/chatapp/out/production/resources/fenetres/View_Demarrer_Session.fxml
  21. 54
    0
      Implementation/chatapp/out/production/resources/fenetres/View_Menu.fxml
  22. 53
    0
      Implementation/chatapp/out/production/resources/fenetres/View_Utilisateurs.fxml
  23. 3
    0
      Implementation/chatapp/src/main/META-INF/MANIFEST.MF
  24. 58
    0
      Implementation/chatapp/src/main/java/chatapp/Controller/Controller.plantuml
  25. 113
    0
      Implementation/chatapp/src/main/java/chatapp/Model/Model.plantuml
  26. 121
    0
      Implementation/chatapp/src/main/java/chatapp/Protocol/Protocol.plantuml
  27. 134
    0
      Implementation/chatapp/src/main/java/chatapp/View/View.plantuml
  28. 32
    0
      Implementation/chatapp/src/main/java/chatapp/chatapp.plantuml
  29. 3
    0
      Implementation/chatapp/src/main/resources/META-INF/MANIFEST.MF
  30. 3
    0
      Implementation/chatapp/src/resources/META-INF/MANIFEST.MF
  31. 8
    0
      Serveur/Code Source/JavaEEHelloWorld/.idea/.gitignore
  32. 14
    0
      Serveur/Code Source/JavaEEHelloWorld/.idea/artifacts/JavaEEHelloWorld_war.xml
  33. 23
    0
      Serveur/Code Source/JavaEEHelloWorld/.idea/artifacts/JavaEEHelloWorld_war_exploded.xml
  34. 16
    0
      Serveur/Code Source/JavaEEHelloWorld/.idea/compiler.xml
  35. 20
    0
      Serveur/Code Source/JavaEEHelloWorld/.idea/jarRepositories.xml
  36. 13
    0
      Serveur/Code Source/JavaEEHelloWorld/.idea/libraries/Maven__javax_servlet_javax_servlet_api_4_0_1.xml
  37. 13
    0
      Serveur/Code Source/JavaEEHelloWorld/.idea/libraries/Maven__javax_websocket_javax_websocket_api_1_1.xml
  38. 13
    0
      Serveur/Code Source/JavaEEHelloWorld/.idea/libraries/Maven__org_apiguardian_apiguardian_api_1_1_0.xml
  39. 13
    0
      Serveur/Code Source/JavaEEHelloWorld/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_api_5_7_0.xml
  40. 13
    0
      Serveur/Code Source/JavaEEHelloWorld/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_engine_5_7_0.xml
  41. 13
    0
      Serveur/Code Source/JavaEEHelloWorld/.idea/libraries/Maven__org_junit_platform_junit_platform_commons_1_7_0.xml
  42. 13
    0
      Serveur/Code Source/JavaEEHelloWorld/.idea/libraries/Maven__org_junit_platform_junit_platform_engine_1_7_0.xml
  43. 13
    0
      Serveur/Code Source/JavaEEHelloWorld/.idea/libraries/Maven__org_opentest4j_opentest4j_1_2_0.xml
  44. 20
    0
      Serveur/Code Source/JavaEEHelloWorld/.idea/misc.xml
  45. 8
    0
      Serveur/Code Source/JavaEEHelloWorld/.idea/modules.xml
  46. 6
    0
      Serveur/Code Source/JavaEEHelloWorld/.idea/vcs.xml
  47. 40
    0
      Serveur/Code Source/JavaEEHelloWorld/JavaEEHelloWorld.iml
  48. 190
    0
      Serveur/Code Source/JavaEEHelloWorld/allclasses-index.html
  49. 130
    0
      Serveur/Code Source/JavaEEHelloWorld/allpackages-index.html
  50. 102
    0
      Serveur/Code Source/JavaEEHelloWorld/constant-values.html
  51. 100
    0
      Serveur/Code Source/JavaEEHelloWorld/deprecated-list.html
  52. 4
    0
      Serveur/Code Source/JavaEEHelloWorld/element-list
  53. 220
    0
      Serveur/Code Source/JavaEEHelloWorld/help-doc.html
  54. 155
    0
      Serveur/Code Source/JavaEEHelloWorld/index-files/index-1.html
  55. 111
    0
      Serveur/Code Source/JavaEEHelloWorld/index-files/index-10.html
  56. 123
    0
      Serveur/Code Source/JavaEEHelloWorld/index-files/index-11.html
  57. 144
    0
      Serveur/Code Source/JavaEEHelloWorld/index-files/index-12.html
  58. 208
    0
      Serveur/Code Source/JavaEEHelloWorld/index-files/index-13.html
  59. 117
    0
      Serveur/Code Source/JavaEEHelloWorld/index-files/index-14.html
  60. 127
    0
      Serveur/Code Source/JavaEEHelloWorld/index-files/index-15.html
  61. 110
    0
      Serveur/Code Source/JavaEEHelloWorld/index-files/index-16.html
  62. 123
    0
      Serveur/Code Source/JavaEEHelloWorld/index-files/index-2.html
  63. 139
    0
      Serveur/Code Source/JavaEEHelloWorld/index-files/index-3.html
  64. 135
    0
      Serveur/Code Source/JavaEEHelloWorld/index-files/index-4.html
  65. 215
    0
      Serveur/Code Source/JavaEEHelloWorld/index-files/index-5.html
  66. 112
    0
      Serveur/Code Source/JavaEEHelloWorld/index-files/index-6.html
  67. 120
    0
      Serveur/Code Source/JavaEEHelloWorld/index-files/index-7.html
  68. 117
    0
      Serveur/Code Source/JavaEEHelloWorld/index-files/index-8.html
  69. 133
    0
      Serveur/Code Source/JavaEEHelloWorld/index-files/index-9.html
  70. 127
    0
      Serveur/Code Source/JavaEEHelloWorld/index.html
  71. 1
    0
      Serveur/Code Source/JavaEEHelloWorld/member-search-index.js
  72. BIN
      Serveur/Code Source/JavaEEHelloWorld/member-search-index.zip
  73. 26
    0
      Serveur/Code Source/JavaEEHelloWorld/overview-summary.html
  74. 140
    0
      Serveur/Code Source/JavaEEHelloWorld/overview-tree.html
  75. 1
    0
      Serveur/Code Source/JavaEEHelloWorld/package-search-index.js
  76. BIN
      Serveur/Code Source/JavaEEHelloWorld/package-search-index.zip
  77. 55
    0
      Serveur/Code Source/JavaEEHelloWorld/pom.xml
  78. BIN
      Serveur/Code Source/JavaEEHelloWorld/resources/glass.png
  79. BIN
      Serveur/Code Source/JavaEEHelloWorld/resources/x.png
  80. 10598
    0
      Serveur/Code Source/JavaEEHelloWorld/script-dir/external/jquery/jquery.js
  81. BIN
      Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png
  82. BIN
      Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-bg_glass_65_dadada_1x400.png
  83. BIN
      Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-bg_glass_75_dadada_1x400.png
  84. BIN
      Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png
  85. BIN
      Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png
  86. BIN
      Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png
  87. BIN
      Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-icons_222222_256x240.png
  88. BIN
      Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-icons_2e83ff_256x240.png
  89. BIN
      Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-icons_454545_256x240.png
  90. BIN
      Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-icons_888888_256x240.png
  91. BIN
      Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-icons_cd0a0a_256x240.png
  92. 10598
    0
      Serveur/Code Source/JavaEEHelloWorld/script-dir/jquery-3.4.1.js
  93. 582
    0
      Serveur/Code Source/JavaEEHelloWorld/script-dir/jquery-ui.css
  94. 2659
    0
      Serveur/Code Source/JavaEEHelloWorld/script-dir/jquery-ui.js
  95. 7
    0
      Serveur/Code Source/JavaEEHelloWorld/script-dir/jquery-ui.min.css
  96. 6
    0
      Serveur/Code Source/JavaEEHelloWorld/script-dir/jquery-ui.min.js
  97. 156
    0
      Serveur/Code Source/JavaEEHelloWorld/script-dir/jquery-ui.structure.css
  98. 5
    0
      Serveur/Code Source/JavaEEHelloWorld/script-dir/jquery-ui.structure.min.css
  99. 56
    0
      Serveur/Code Source/JavaEEHelloWorld/script-dir/jszip-utils/dist/jszip-utils-ie.js
  100. 0
    0
      Serveur/Code Source/JavaEEHelloWorld/script-dir/jszip-utils/dist/jszip-utils-ie.min.js

BIN
Application/chatapp-1.0-SNAPSHOT-all.jar View File


+ 7
- 0
Application/config.json View File

@@ -0,0 +1,7 @@
1
+{
2
+  "BaseDeDonnesURL" : "jdbc:mysql://srv-bdens.insa-toulouse.fr:3306/tp_servlet_006?",
3
+  "BaseDeDonnesLogin" : "tp_servlet_006",
4
+  "BaseDeDonneesMDP" : "baePh9ei",
5
+  "ServeurURL" : "https://srv-gei-tomcat.insa-toulouse.fr/Server_AL_NM/"
6
+
7
+}

BIN
Implementation/chatapp/build/distributions/chatapp-1.0-SNAPSHOT.tar View File


BIN
Implementation/chatapp/build/distributions/chatapp-1.0-SNAPSHOT.zip View File


BIN
Implementation/chatapp/build/distributions/chatapp-shadow-1.0-SNAPSHOT.tar View File


BIN
Implementation/chatapp/build/distributions/chatapp-shadow-1.0-SNAPSHOT.zip View File


+ 3
- 0
Implementation/chatapp/build/resources/main/META-INF/MANIFEST.MF View File

@@ -0,0 +1,3 @@
1
+Manifest-Version: 1.0
2
+Main-Class: chatapp.Launcher
3
+

+ 185
- 0
Implementation/chatapp/build/scripts/chatapp View File

@@ -0,0 +1,185 @@
1
+#!/usr/bin/env sh
2
+
3
+#
4
+# Copyright 2015 the original author or authors.
5
+#
6
+# Licensed under the Apache License, Version 2.0 (the "License");
7
+# you may not use this file except in compliance with the License.
8
+# You may obtain a copy of the License at
9
+#
10
+#      https://www.apache.org/licenses/LICENSE-2.0
11
+#
12
+# Unless required by applicable law or agreed to in writing, software
13
+# distributed under the License is distributed on an "AS IS" BASIS,
14
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+# See the License for the specific language governing permissions and
16
+# limitations under the License.
17
+#
18
+
19
+##############################################################################
20
+##
21
+##  chatapp start up script for UN*X
22
+##
23
+##############################################################################
24
+
25
+# Attempt to set APP_HOME
26
+# Resolve links: $0 may be a link
27
+PRG="$0"
28
+# Need this for relative symlinks.
29
+while [ -h "$PRG" ] ; do
30
+    ls=`ls -ld "$PRG"`
31
+    link=`expr "$ls" : '.*-> \(.*\)$'`
32
+    if expr "$link" : '/.*' > /dev/null; then
33
+        PRG="$link"
34
+    else
35
+        PRG=`dirname "$PRG"`"/$link"
36
+    fi
37
+done
38
+SAVED="`pwd`"
39
+cd "`dirname \"$PRG\"`/.." >/dev/null
40
+APP_HOME="`pwd -P`"
41
+cd "$SAVED" >/dev/null
42
+
43
+APP_NAME="chatapp"
44
+APP_BASE_NAME=`basename "$0"`
45
+
46
+# Add default JVM options here. You can also use JAVA_OPTS and CHATAPP_OPTS to pass JVM options to this script.
47
+DEFAULT_JVM_OPTS=""
48
+
49
+# Use the maximum available, or set MAX_FD != -1 to use that value.
50
+MAX_FD="maximum"
51
+
52
+warn () {
53
+    echo "$*"
54
+}
55
+
56
+die () {
57
+    echo
58
+    echo "$*"
59
+    echo
60
+    exit 1
61
+}
62
+
63
+# OS specific support (must be 'true' or 'false').
64
+cygwin=false
65
+msys=false
66
+darwin=false
67
+nonstop=false
68
+case "`uname`" in
69
+  CYGWIN* )
70
+    cygwin=true
71
+    ;;
72
+  Darwin* )
73
+    darwin=true
74
+    ;;
75
+  MINGW* )
76
+    msys=true
77
+    ;;
78
+  NONSTOP* )
79
+    nonstop=true
80
+    ;;
81
+esac
82
+
83
+CLASSPATH=$APP_HOME/lib/chatapp-1.0-SNAPSHOT.jar:$APP_HOME/lib/json-simple-1.1.1.jar:$APP_HOME/lib/mysql-connector-java-8.0.22.jar:$APP_HOME/lib/javafx-fxml-11.0.2-win.jar:$APP_HOME/lib/javafx-controls-11.0.2-win.jar:$APP_HOME/lib/javafx-controls-11.0.2.jar:$APP_HOME/lib/javafx-graphics-11.0.2-win.jar:$APP_HOME/lib/javafx-graphics-11.0.2-linux.jar:$APP_HOME/lib/javafx-graphics-11.0.2-mac.jar:$APP_HOME/lib/javafx-graphics-11.0.2.jar:$APP_HOME/lib/javafx-base-11.0.2-win.jar:$APP_HOME/lib/javafx-base-11.0.2.jar:$APP_HOME/lib/junit-4.10.jar:$APP_HOME/lib/protobuf-java-3.11.4.jar:$APP_HOME/lib/hamcrest-core-1.1.jar
84
+
85
+
86
+# Determine the Java command to use to start the JVM.
87
+if [ -n "$JAVA_HOME" ] ; then
88
+    if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
89
+        # IBM's JDK on AIX uses strange locations for the executables
90
+        JAVACMD="$JAVA_HOME/jre/sh/java"
91
+    else
92
+        JAVACMD="$JAVA_HOME/bin/java"
93
+    fi
94
+    if [ ! -x "$JAVACMD" ] ; then
95
+        die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
96
+
97
+Please set the JAVA_HOME variable in your environment to match the
98
+location of your Java installation."
99
+    fi
100
+else
101
+    JAVACMD="java"
102
+    which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
103
+
104
+Please set the JAVA_HOME variable in your environment to match the
105
+location of your Java installation."
106
+fi
107
+
108
+# Increase the maximum file descriptors if we can.
109
+if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
110
+    MAX_FD_LIMIT=`ulimit -H -n`
111
+    if [ $? -eq 0 ] ; then
112
+        if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
113
+            MAX_FD="$MAX_FD_LIMIT"
114
+        fi
115
+        ulimit -n $MAX_FD
116
+        if [ $? -ne 0 ] ; then
117
+            warn "Could not set maximum file descriptor limit: $MAX_FD"
118
+        fi
119
+    else
120
+        warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
121
+    fi
122
+fi
123
+
124
+# For Darwin, add options to specify how the application appears in the dock
125
+if $darwin; then
126
+    GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
127
+fi
128
+
129
+# For Cygwin or MSYS, switch paths to Windows format before running java
130
+if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
131
+    APP_HOME=`cygpath --path --mixed "$APP_HOME"`
132
+    CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
133
+
134
+    JAVACMD=`cygpath --unix "$JAVACMD"`
135
+
136
+    # We build the pattern for arguments to be converted via cygpath
137
+    ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
138
+    SEP=""
139
+    for dir in $ROOTDIRSRAW ; do
140
+        ROOTDIRS="$ROOTDIRS$SEP$dir"
141
+        SEP="|"
142
+    done
143
+    OURCYGPATTERN="(^($ROOTDIRS))"
144
+    # Add a user-defined pattern to the cygpath arguments
145
+    if [ "$GRADLE_CYGPATTERN" != "" ] ; then
146
+        OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
147
+    fi
148
+    # Now convert the arguments - kludge to limit ourselves to /bin/sh
149
+    i=0
150
+    for arg in "$@" ; do
151
+        CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
152
+        CHECK2=`echo "$arg"|egrep -c "^-"`                                 ### Determine if an option
153
+
154
+        if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then                    ### Added a condition
155
+            eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
156
+        else
157
+            eval `echo args$i`="\"$arg\""
158
+        fi
159
+        i=`expr $i + 1`
160
+    done
161
+    case $i in
162
+        0) set -- ;;
163
+        1) set -- "$args0" ;;
164
+        2) set -- "$args0" "$args1" ;;
165
+        3) set -- "$args0" "$args1" "$args2" ;;
166
+        4) set -- "$args0" "$args1" "$args2" "$args3" ;;
167
+        5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
168
+        6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
169
+        7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
170
+        8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
171
+        9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
172
+    esac
173
+fi
174
+
175
+# Escape application args
176
+save () {
177
+    for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
178
+    echo " "
179
+}
180
+APP_ARGS=`save "$@"`
181
+
182
+# Collect all arguments for the java command, following the shell quoting and substitution rules
183
+eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $CHATAPP_OPTS -classpath "\"$CLASSPATH\"" chatapp.Launcher "$APP_ARGS"
184
+
185
+exec "$JAVACMD" "$@"

+ 89
- 0
Implementation/chatapp/build/scripts/chatapp.bat View File

@@ -0,0 +1,89 @@
1
+@rem
2
+@rem Copyright 2015 the original author or authors.
3
+@rem
4
+@rem Licensed under the Apache License, Version 2.0 (the "License");
5
+@rem you may not use this file except in compliance with the License.
6
+@rem You may obtain a copy of the License at
7
+@rem
8
+@rem      https://www.apache.org/licenses/LICENSE-2.0
9
+@rem
10
+@rem Unless required by applicable law or agreed to in writing, software
11
+@rem distributed under the License is distributed on an "AS IS" BASIS,
12
+@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+@rem See the License for the specific language governing permissions and
14
+@rem limitations under the License.
15
+@rem
16
+
17
+@if "%DEBUG%" == "" @echo off
18
+@rem ##########################################################################
19
+@rem
20
+@rem  chatapp startup script for Windows
21
+@rem
22
+@rem ##########################################################################
23
+
24
+@rem Set local scope for the variables with windows NT shell
25
+if "%OS%"=="Windows_NT" setlocal
26
+
27
+set DIRNAME=%~dp0
28
+if "%DIRNAME%" == "" set DIRNAME=.
29
+set APP_BASE_NAME=%~n0
30
+set APP_HOME=%DIRNAME%..
31
+
32
+@rem Resolve any "." and ".." in APP_HOME to make it shorter.
33
+for %%i in ("%APP_HOME%") do set APP_HOME=%%~fi
34
+
35
+@rem Add default JVM options here. You can also use JAVA_OPTS and CHATAPP_OPTS to pass JVM options to this script.
36
+set DEFAULT_JVM_OPTS=
37
+
38
+@rem Find java.exe
39
+if defined JAVA_HOME goto findJavaFromJavaHome
40
+
41
+set JAVA_EXE=java.exe
42
+%JAVA_EXE% -version >NUL 2>&1
43
+if "%ERRORLEVEL%" == "0" goto execute
44
+
45
+echo.
46
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
47
+echo.
48
+echo Please set the JAVA_HOME variable in your environment to match the
49
+echo location of your Java installation.
50
+
51
+goto fail
52
+
53
+:findJavaFromJavaHome
54
+set JAVA_HOME=%JAVA_HOME:"=%
55
+set JAVA_EXE=%JAVA_HOME%/bin/java.exe
56
+
57
+if exist "%JAVA_EXE%" goto execute
58
+
59
+echo.
60
+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
61
+echo.
62
+echo Please set the JAVA_HOME variable in your environment to match the
63
+echo location of your Java installation.
64
+
65
+goto fail
66
+
67
+:execute
68
+@rem Setup the command line
69
+
70
+set CLASSPATH=%APP_HOME%\lib\chatapp-1.0-SNAPSHOT.jar;%APP_HOME%\lib\json-simple-1.1.1.jar;%APP_HOME%\lib\mysql-connector-java-8.0.22.jar;%APP_HOME%\lib\javafx-fxml-11.0.2-win.jar;%APP_HOME%\lib\javafx-controls-11.0.2-win.jar;%APP_HOME%\lib\javafx-controls-11.0.2.jar;%APP_HOME%\lib\javafx-graphics-11.0.2-win.jar;%APP_HOME%\lib\javafx-graphics-11.0.2-linux.jar;%APP_HOME%\lib\javafx-graphics-11.0.2-mac.jar;%APP_HOME%\lib\javafx-graphics-11.0.2.jar;%APP_HOME%\lib\javafx-base-11.0.2-win.jar;%APP_HOME%\lib\javafx-base-11.0.2.jar;%APP_HOME%\lib\junit-4.10.jar;%APP_HOME%\lib\protobuf-java-3.11.4.jar;%APP_HOME%\lib\hamcrest-core-1.1.jar
71
+
72
+
73
+@rem Execute chatapp
74
+"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %CHATAPP_OPTS%  -classpath "%CLASSPATH%" chatapp.Launcher %*
75
+
76
+:end
77
+@rem End local scope for the variables with windows NT shell
78
+if "%ERRORLEVEL%"=="0" goto mainEnd
79
+
80
+:fail
81
+rem Set variable CHATAPP_EXIT_CONSOLE if you need the _script_ return code instead of
82
+rem the _cmd.exe /c_ return code!
83
+if  not "" == "%CHATAPP_EXIT_CONSOLE%" exit 1
84
+exit /b 1
85
+
86
+:mainEnd
87
+if "%OS%"=="Windows_NT" endlocal
88
+
89
+:omega

+ 183
- 0
Implementation/chatapp/build/scriptsShadow/chatapp View File

@@ -0,0 +1,183 @@
1
+#!/usr/bin/env sh
2
+
3
+#
4
+# Copyright 2015 the original author or authors.
5
+#
6
+# Licensed under the Apache License, Version 2.0 (the "License");
7
+# you may not use this file except in compliance with the License.
8
+# You may obtain a copy of the License at
9
+#
10
+#      https://www.apache.org/licenses/LICENSE-2.0
11
+#
12
+# Unless required by applicable law or agreed to in writing, software
13
+# distributed under the License is distributed on an "AS IS" BASIS,
14
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+# See the License for the specific language governing permissions and
16
+# limitations under the License.
17
+#
18
+
19
+##############################################################################
20
+##
21
+##  chatapp start up script for UN*X
22
+##
23
+##############################################################################
24
+
25
+# Attempt to set APP_HOME
26
+# Resolve links: $0 may be a link
27
+PRG="$0"
28
+# Need this for relative symlinks.
29
+while [ -h "$PRG" ] ; do
30
+    ls=`ls -ld "$PRG"`
31
+    link=`expr "$ls" : '.*-> \(.*\)$'`
32
+    if expr "$link" : '/.*' > /dev/null; then
33
+        PRG="$link"
34
+    else
35
+        PRG=`dirname "$PRG"`"/$link"
36
+    fi
37
+done
38
+SAVED="`pwd`"
39
+cd "`dirname \"$PRG\"`/.." >/dev/null
40
+APP_HOME="`pwd -P`"
41
+cd "$SAVED" >/dev/null
42
+
43
+APP_NAME="chatapp"
44
+APP_BASE_NAME=`basename "$0"`
45
+
46
+# Add default JVM options here. You can also use JAVA_OPTS and CHATAPP_OPTS to pass JVM options to this script.
47
+DEFAULT_JVM_OPTS=""
48
+
49
+# Use the maximum available, or set MAX_FD != -1 to use that value.
50
+MAX_FD="maximum"
51
+
52
+warn () {
53
+    echo "$*"
54
+}
55
+
56
+die () {
57
+    echo
58
+    echo "$*"
59
+    echo
60
+    exit 1
61
+}
62
+
63
+# OS specific support (must be 'true' or 'false').
64
+cygwin=false
65
+msys=false
66
+darwin=false
67
+nonstop=false
68
+case "`uname`" in
69
+  CYGWIN* )
70
+    cygwin=true
71
+    ;;
72
+  Darwin* )
73
+    darwin=true
74
+    ;;
75
+  MINGW* )
76
+    msys=true
77
+    ;;
78
+  NONSTOP* )
79
+    nonstop=true
80
+    ;;
81
+esac
82
+
83
+CLASSPATH=$APP_HOME/lib/chatapp-1.0-SNAPSHOT-all.jar
84
+
85
+# Determine the Java command to use to start the JVM.
86
+if [ -n "$JAVA_HOME" ] ; then
87
+    if [ -x "$JAVA_HOME/jre/sh/java" ] ; then
88
+        # IBM's JDK on AIX uses strange locations for the executables
89
+        JAVACMD="$JAVA_HOME/jre/sh/java"
90
+    else
91
+        JAVACMD="$JAVA_HOME/bin/java"
92
+    fi
93
+    if [ ! -x "$JAVACMD" ] ; then
94
+        die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME
95
+
96
+Please set the JAVA_HOME variable in your environment to match the
97
+location of your Java installation."
98
+    fi
99
+else
100
+    JAVACMD="java"
101
+    which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
102
+
103
+Please set the JAVA_HOME variable in your environment to match the
104
+location of your Java installation."
105
+fi
106
+
107
+# Increase the maximum file descriptors if we can.
108
+if [ "$cygwin" = "false" -a "$darwin" = "false" -a "$nonstop" = "false" ] ; then
109
+    MAX_FD_LIMIT=`ulimit -H -n`
110
+    if [ $? -eq 0 ] ; then
111
+        if [ "$MAX_FD" = "maximum" -o "$MAX_FD" = "max" ] ; then
112
+            MAX_FD="$MAX_FD_LIMIT"
113
+        fi
114
+        ulimit -n $MAX_FD
115
+        if [ $? -ne 0 ] ; then
116
+            warn "Could not set maximum file descriptor limit: $MAX_FD"
117
+        fi
118
+    else
119
+        warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
120
+    fi
121
+fi
122
+
123
+# For Darwin, add options to specify how the application appears in the dock
124
+if $darwin; then
125
+    GRADLE_OPTS="$GRADLE_OPTS \"-Xdock:name=$APP_NAME\" \"-Xdock:icon=$APP_HOME/media/gradle.icns\""
126
+fi
127
+
128
+# For Cygwin or MSYS, switch paths to Windows format before running java
129
+if [ "$cygwin" = "true" -o "$msys" = "true" ] ; then
130
+    APP_HOME=`cygpath --path --mixed "$APP_HOME"`
131
+    CLASSPATH=`cygpath --path --mixed "$CLASSPATH"`
132
+    JAVACMD=`cygpath --unix "$JAVACMD"`
133
+
134
+    # We build the pattern for arguments to be converted via cygpath
135
+    ROOTDIRSRAW=`find -L / -maxdepth 1 -mindepth 1 -type d 2>/dev/null`
136
+    SEP=""
137
+    for dir in $ROOTDIRSRAW ; do
138
+        ROOTDIRS="$ROOTDIRS$SEP$dir"
139
+        SEP="|"
140
+    done
141
+    OURCYGPATTERN="(^($ROOTDIRS))"
142
+    # Add a user-defined pattern to the cygpath arguments
143
+    if [ "$GRADLE_CYGPATTERN" != "" ] ; then
144
+        OURCYGPATTERN="$OURCYGPATTERN|($GRADLE_CYGPATTERN)"
145
+    fi
146
+    # Now convert the arguments - kludge to limit ourselves to /bin/sh
147
+    i=0
148
+    for arg in "$@" ; do
149
+        CHECK=`echo "$arg"|egrep -c "$OURCYGPATTERN" -`
150
+        CHECK2=`echo "$arg"|egrep -c "^-"`                                 ### Determine if an option
151
+
152
+        if [ $CHECK -ne 0 ] && [ $CHECK2 -eq 0 ] ; then                    ### Added a condition
153
+            eval `echo args$i`=`cygpath --path --ignore --mixed "$arg"`
154
+        else
155
+            eval `echo args$i`="\"$arg\""
156
+        fi
157
+        i=`expr $i + 1`
158
+    done
159
+    case $i in
160
+        0) set -- ;;
161
+        1) set -- "$args0" ;;
162
+        2) set -- "$args0" "$args1" ;;
163
+        3) set -- "$args0" "$args1" "$args2" ;;
164
+        4) set -- "$args0" "$args1" "$args2" "$args3" ;;
165
+        5) set -- "$args0" "$args1" "$args2" "$args3" "$args4" ;;
166
+        6) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" ;;
167
+        7) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" ;;
168
+        8) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" ;;
169
+        9) set -- "$args0" "$args1" "$args2" "$args3" "$args4" "$args5" "$args6" "$args7" "$args8" ;;
170
+    esac
171
+fi
172
+
173
+# Escape application args
174
+save () {
175
+    for i do printf %s\\n "$i" | sed "s/'/'\\\\''/g;1s/^/'/;\$s/\$/' \\\\/" ; done
176
+    echo " "
177
+}
178
+APP_ARGS=`save "$@"`
179
+
180
+# Collect all arguments for the java command, following the shell quoting and substitution rules
181
+eval set -- $DEFAULT_JVM_OPTS $JAVA_OPTS $CHATAPP_OPTS -jar "\"$CLASSPATH\"" "$APP_ARGS"
182
+
183
+exec "$JAVACMD" "$@"

+ 84
- 0
Implementation/chatapp/build/scriptsShadow/chatapp.bat View File

@@ -0,0 +1,84 @@
1
+@if "%DEBUG%" == "" @echo off
2
+@rem ##########################################################################
3
+@rem
4
+@rem  chatapp startup script for Windows
5
+@rem
6
+@rem ##########################################################################
7
+
8
+@rem Set local scope for the variables with windows NT shell
9
+if "%OS%"=="Windows_NT" setlocal
10
+
11
+set DIRNAME=%~dp0
12
+if "%DIRNAME%" == "" set DIRNAME=.
13
+set APP_BASE_NAME=%~n0
14
+set APP_HOME=%DIRNAME%..
15
+
16
+@rem Add default JVM options here. You can also use JAVA_OPTS and CHATAPP_OPTS to pass JVM options to this script.
17
+set DEFAULT_JVM_OPTS=
18
+
19
+@rem Find java.exe
20
+if defined JAVA_HOME goto findJavaFromJavaHome
21
+
22
+set JAVA_EXE=java.exe
23
+%JAVA_EXE% -version >NUL 2>&1
24
+if "%ERRORLEVEL%" == "0" goto init
25
+
26
+echo.
27
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
28
+echo.
29
+echo Please set the JAVA_HOME variable in your environment to match the
30
+echo location of your Java installation.
31
+
32
+goto fail
33
+
34
+:findJavaFromJavaHome
35
+set JAVA_HOME=%JAVA_HOME:"=%
36
+set JAVA_EXE=%JAVA_HOME%/bin/java.exe
37
+
38
+if exist "%JAVA_EXE%" goto init
39
+
40
+echo.
41
+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
42
+echo.
43
+echo Please set the JAVA_HOME variable in your environment to match the
44
+echo location of your Java installation.
45
+
46
+goto fail
47
+
48
+:init
49
+@rem Get command-line arguments, handling Windows variants
50
+
51
+if not "%OS%" == "Windows_NT" goto win9xME_args
52
+
53
+:win9xME_args
54
+@rem Slurp the command line arguments.
55
+set CMD_LINE_ARGS=
56
+set _SKIP=2
57
+
58
+:win9xME_args_slurp
59
+if "x%~1" == "x" goto execute
60
+
61
+set CMD_LINE_ARGS=%*
62
+
63
+:execute
64
+@rem Setup the command line
65
+
66
+set CLASSPATH=%APP_HOME%\lib\chatapp-1.0-SNAPSHOT-all.jar
67
+
68
+@rem Execute chatapp
69
+"%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %CHATAPP_OPTS%  -jar "%CLASSPATH%" %CMD_LINE_ARGS%
70
+
71
+:end
72
+@rem End local scope for the variables with windows NT shell
73
+if "%ERRORLEVEL%"=="0" goto mainEnd
74
+
75
+:fail
76
+rem Set variable CHATAPP_EXIT_CONSOLE if you need the _script_ return code instead of
77
+rem the _cmd.exe /c_ return code!
78
+if  not "" == "%CHATAPP_EXIT_CONSOLE%" exit 1
79
+exit /b 1
80
+
81
+:mainEnd
82
+if "%OS%"=="Windows_NT" endlocal
83
+
84
+:omega

+ 13
- 13
Implementation/chatapp/build/tmp/compileJava/source-classes-mapping.txt View File

@@ -2,21 +2,20 @@ chatapp/Protocol/RunnerEcouteTCP.java
2 2
  chatapp.Protocol.RunnerEcouteTCP
3 3
 chatapp/View/FenetreSession.java
4 4
  chatapp.View.FenetreSession
5
-chatapp/Controller/ChatApp.java
6
- chatapp.Controller.ChatApp
5
+chatapp/Protocol/HttpEchange.java
6
+ chatapp.Protocol.HttpEchange
7 7
 chatapp/Model/DataBase.java
8 8
  chatapp.Model.DataBase
9 9
 chatapp/View/ChangementPseudo.java
10 10
  chatapp.View.ChangementPseudo
11
-chatapp/Protocol/RunnerEcouteUDP.java
12
- chatapp.Protocol.RunnerEcouteUDP
11
+chatapp/View/View_Menu.java
12
+ chatapp.View.View_Menu
13 13
 chatapp/Launcher.java
14 14
  chatapp.Launcher
15 15
 chatapp/Model/ListUtilisateurs.java
16 16
  chatapp.Model.ListUtilisateurs
17
-chatapp/Protocol/UDPEchange.java
18
- chatapp.Protocol.RunnerUDP
19
- chatapp.Protocol.UDPEchange
17
+chatapp/View/DemarrerSession.java
18
+ chatapp.View.DemarrerSession
20 19
 chatapp/Model/MessageHorodate.java
21 20
  chatapp.Model.MessageHorodate
22 21
 chatapp/Main.java
@@ -32,9 +31,10 @@ chatapp/View/View_Utilisateurs.java
32 31
  chatapp.View.View_Utilisateurs
33 32
 chatapp/Model/Utilisateur.java
34 33
  chatapp.Model.Utilisateur
35
-chatapp/View/View_Menu.java
36
- chatapp.View.View_Menu
37
-chatapp/Protocol/HttpEchange.java
38
- chatapp.Protocol.HttpEchange
39
-chatapp/View/DemarrerSession.java
40
- chatapp.View.DemarrerSession
34
+chatapp/Protocol/UDPEchange.java
35
+ chatapp.Protocol.RunnerUDP
36
+ chatapp.Protocol.UDPEchange
37
+chatapp/Controller/ChatApp.java
38
+ chatapp.Controller.ChatApp
39
+chatapp/Protocol/RunnerEcouteUDP.java
40
+ chatapp.Protocol.RunnerEcouteUDP

+ 3
- 0
Implementation/chatapp/build/tmp/jar/MANIFEST.MF View File

@@ -0,0 +1,3 @@
1
+Manifest-Version: 1.0
2
+Main-Class: chatapp.Launcher
3
+

+ 3
- 0
Implementation/chatapp/build/tmp/shadowJar/MANIFEST.MF View File

@@ -0,0 +1,3 @@
1
+Manifest-Version: 1.0
2
+Main-Class: chatapp.Launcher
3
+

+ 14
- 0
Implementation/chatapp/chatapp.plantuml View File

@@ -0,0 +1,14 @@
1
+@startuml
2
+
3
+title __CHATAPP's Component Diagram__\n
4
+
5
+
6
+
7
+right footer
8
+
9
+
10
+PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
11
+For more information about this tool, please contact philippe.mesmeur@gmail.com
12
+endfooter
13
+
14
+@enduml

+ 3
- 0
Implementation/chatapp/out/production/resources/META-INF/MANIFEST.MF View File

@@ -0,0 +1,3 @@
1
+Manifest-Version: 1.0
2
+Main-Class: chatapp.Launcher
3
+

+ 65
- 0
Implementation/chatapp/out/production/resources/fenetres/ConnexionScreen.fxml View File

@@ -0,0 +1,65 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+
3
+<?import javafx.scene.control.Button?>
4
+<?import javafx.scene.control.RadioButton?>
5
+<?import javafx.scene.control.TextField?>
6
+<?import javafx.scene.control.ToggleGroup?>
7
+<?import javafx.scene.layout.AnchorPane?>
8
+<?import javafx.scene.layout.ColumnConstraints?>
9
+<?import javafx.scene.layout.GridPane?>
10
+<?import javafx.scene.layout.HBox?>
11
+<?import javafx.scene.layout.RowConstraints?>
12
+<?import javafx.scene.layout.VBox?>
13
+<?import javafx.scene.text.Font?>
14
+<?import javafx.scene.text.Text?>
15
+
16
+<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="chatapp.View.ConnexionScreen">
17
+   <children>
18
+      <VBox prefHeight="400.0" prefWidth="600.0">
19
+         <children>
20
+            <HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0" style="-fx-background-color: #3299a8;">
21
+               <children>
22
+                  <Text fill="#b0c926" strokeType="OUTSIDE" strokeWidth="0.0" text="ChatApp">
23
+                     <font>
24
+                        <Font name="OCR A Extended" size="48.0" />
25
+                     </font>
26
+                  </Text>
27
+               </children>
28
+            </HBox>
29
+            <HBox alignment="CENTER" prefHeight="304.0" prefWidth="598.0" style="-fx-background-color: #3299a8;">
30
+               <children>
31
+                  <GridPane alignment="CENTER" prefHeight="275.0" prefWidth="448.0">
32
+                    <columnConstraints>
33
+                      <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
34
+                        <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
35
+                        <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
36
+                    </columnConstraints>
37
+                    <rowConstraints>
38
+                      <RowConstraints maxHeight="254.19998168945312" minHeight="10.0" prefHeight="111.80001831054688" vgrow="SOMETIMES" />
39
+                      <RowConstraints maxHeight="217.80000152587894" minHeight="10.0" prefHeight="69.39998168945314" vgrow="SOMETIMES" />
40
+                        <RowConstraints maxHeight="217.80000152587894" minHeight="10.0" prefHeight="33.60002441406249" vgrow="SOMETIMES" />
41
+                        <RowConstraints maxHeight="217.80000152587894" minHeight="10.0" prefHeight="27.400000000000034" vgrow="SOMETIMES" />
42
+                        <RowConstraints maxHeight="217.80000152587894" minHeight="10.0" prefHeight="79.39999999999998" vgrow="SOMETIMES" />
43
+                    </rowConstraints>
44
+                     <children>
45
+                        <TextField fx:id="pseudonyme" prefHeight="26.0" prefWidth="447.0" promptText="Pseudonyme" GridPane.columnSpan="3" />
46
+                        <Button fx:id="connexionButton" alignment="CENTER" contentDisplay="CENTER" mnemonicParsing="false" onAction="#connexion" prefHeight="38.0" prefWidth="453.0" style="-fx-background-color: #b0c926;" text="Connexion" textFill="#3299a8" GridPane.columnSpan="3" GridPane.rowIndex="1">
47
+                           <font>
48
+                              <Font name="OCR A Extended" size="27.0" />
49
+                           </font>
50
+                        </Button>
51
+                        <RadioButton fx:id="remoteButton" mnemonicParsing="false" selected="true" text="Connexion distante" GridPane.columnIndex="1" GridPane.rowIndex="3">
52
+                           <toggleGroup>
53
+                              <ToggleGroup fx:id="lieu" />
54
+                           </toggleGroup>
55
+                        </RadioButton>
56
+                        <RadioButton fx:id="localButton" mnemonicParsing="false" text="Connexion locale" toggleGroup="$lieu" GridPane.columnIndex="1" GridPane.rowIndex="2" />
57
+                     </children>
58
+                  </GridPane>
59
+               </children>
60
+            </HBox>
61
+            <HBox alignment="CENTER" layoutX="10.0" layoutY="10.0" prefHeight="0.0" prefWidth="600.0" style="-fx-background-color: #3299a8;" />
62
+         </children>
63
+      </VBox>
64
+   </children>
65
+</AnchorPane>

+ 72
- 0
Implementation/chatapp/out/production/resources/fenetres/View_ChangementPseudo.fxml View File

@@ -0,0 +1,72 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+
3
+<?import javafx.scene.control.Button?>
4
+<?import javafx.scene.control.TextField?>
5
+<?import javafx.scene.layout.AnchorPane?>
6
+<?import javafx.scene.layout.ColumnConstraints?>
7
+<?import javafx.scene.layout.GridPane?>
8
+<?import javafx.scene.layout.HBox?>
9
+<?import javafx.scene.layout.RowConstraints?>
10
+<?import javafx.scene.layout.VBox?>
11
+<?import javafx.scene.text.Font?>
12
+<?import javafx.scene.text.Text?>
13
+
14
+<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="chatapp.View.ChangementPseudo">
15
+   <children>
16
+      <VBox prefHeight="400.0" prefWidth="600.0">
17
+         <children>
18
+            <HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0" style="-fx-background-color: #3299a8;">
19
+               <children>
20
+                  <Text fill="#b0c926" strokeType="OUTSIDE" strokeWidth="0.0" text="Changement Pseudo">
21
+                     <font>
22
+                        <Font name="OCR A Extended" size="48.0" />
23
+                     </font>
24
+                  </Text>
25
+               </children>
26
+            </HBox>
27
+            <HBox alignment="CENTER" prefHeight="304.0" prefWidth="600.0" style="-fx-background-color: #3299a8;">
28
+               <children>
29
+                  <GridPane>
30
+                    <columnConstraints>
31
+                      <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
32
+                      <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
33
+                    </columnConstraints>
34
+                    <rowConstraints>
35
+                      <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
36
+                      <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
37
+                      <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
38
+                    </rowConstraints>
39
+                     <children>
40
+                        <Button fx:id="validationButton" alignment="CENTER" contentDisplay="CENTER" mnemonicParsing="false" onAction="#validerPseudo" prefHeight="38.0" prefWidth="287.0" style="-fx-background-color: #b0c926;" text="Valider" textFill="#3299a8" GridPane.columnSpan="2" GridPane.rowIndex="2">
41
+                           <font>
42
+                              <Font name="OCR A Extended" size="27.0" />
43
+                           </font>
44
+                        </Button>
45
+                        <TextField fx:id="pseudonyme" prefHeight="26.0" prefWidth="447.0" promptText="Pseudonyme" GridPane.columnSpan="2" GridPane.rowIndex="1" />
46
+                        <Text fill="#b0c926" strokeType="OUTSIDE" strokeWidth="0.0" text="Ancien :">
47
+                           <font>
48
+                              <Font size="19.0" />
49
+                           </font>
50
+                        </Text>
51
+                        <Text fx:id="pseudonyme1" fill="WHITE" strokeType="OUTSIDE" strokeWidth="0.0" text="Pseudo" GridPane.columnIndex="1">
52
+                           <font>
53
+                              <Font size="19.0" />
54
+                           </font>
55
+                        </Text>
56
+                     </children>
57
+                  </GridPane>
58
+               </children>
59
+            </HBox>
60
+            <HBox alignment="BOTTOM_RIGHT" prefHeight="63.0" prefWidth="600.0" style="-fx-background-color: #3299a8;">
61
+               <children>
62
+                  <Button fx:id="MenuButton" alignment="CENTER" mnemonicParsing="false" onAction="#retourMenu" style="-fx-background-color: #b0c926;" text="Retour au menu" textFill="WHITE">
63
+                     <font>
64
+                        <Font name="OCR A Extended" size="18.0" />
65
+                     </font>
66
+                  </Button>
67
+               </children>
68
+            </HBox>
69
+         </children>
70
+      </VBox>
71
+   </children>
72
+</AnchorPane>

+ 90
- 0
Implementation/chatapp/out/production/resources/fenetres/View_Clavardage.fxml View File

@@ -0,0 +1,90 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+
3
+<?import javafx.scene.control.Button?>
4
+<?import javafx.scene.control.TextArea?>
5
+<?import javafx.scene.control.TextField?>
6
+<?import javafx.scene.layout.AnchorPane?>
7
+<?import javafx.scene.layout.ColumnConstraints?>
8
+<?import javafx.scene.layout.GridPane?>
9
+<?import javafx.scene.layout.HBox?>
10
+<?import javafx.scene.layout.RowConstraints?>
11
+<?import javafx.scene.layout.VBox?>
12
+<?import javafx.scene.text.Font?>
13
+<?import javafx.scene.text.Text?>
14
+
15
+<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="chatapp.View.Clavardage">
16
+   <children>
17
+      <VBox prefHeight="400.0" prefWidth="600.0">
18
+         <children>
19
+            <HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0" style="-fx-background-color: #3299a8;">
20
+               <children>
21
+                  <Text fill="#b0c926" strokeType="OUTSIDE" strokeWidth="0.0" text="Session de Clavardage">
22
+                     <font>
23
+                        <Font name="OCR A Extended" size="48.0" />
24
+                     </font>
25
+                  </Text>
26
+               </children>
27
+            </HBox>
28
+            <HBox alignment="CENTER" prefHeight="304.0" prefWidth="600.0" style="-fx-background-color: #3299a8;">
29
+               <children>
30
+                  <GridPane prefHeight="282.0" prefWidth="402.0">
31
+                    <columnConstraints>
32
+                      <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
33
+                    </columnConstraints>
34
+                    <rowConstraints>
35
+                        <RowConstraints maxHeight="257.0" minHeight="10.0" prefHeight="44.0" vgrow="NEVER" />
36
+                        <RowConstraints maxHeight="257.0" minHeight="10.0" prefHeight="228.0" vgrow="NEVER" />
37
+                      <RowConstraints maxHeight="257.0" minHeight="10.0" prefHeight="42.0" vgrow="NEVER" />
38
+                    </rowConstraints>
39
+                     <children>
40
+                        <GridPane GridPane.rowIndex="2">
41
+                          <columnConstraints>
42
+                            <ColumnConstraints hgrow="SOMETIMES" maxWidth="327.0" minWidth="10.0" prefWidth="327.0" />
43
+                            <ColumnConstraints hgrow="SOMETIMES" maxWidth="156.0" minWidth="10.0" prefWidth="75.0" />
44
+                          </columnConstraints>
45
+                          <rowConstraints>
46
+                            <RowConstraints />
47
+                            <RowConstraints maxHeight="79.0" minHeight="0.0" prefHeight="60.0" vgrow="SOMETIMES" />
48
+                          </rowConstraints>
49
+                           <children>
50
+                              <TextField fx:id="AEnvoyer" prefHeight="26.0" prefWidth="447.0" promptText="Enter Text" GridPane.rowIndex="1" />
51
+                              <Button fx:id="EnvoyerButton" mnemonicParsing="false" onAction="#envoyerMessage" prefHeight="27.0" prefWidth="73.0" text="Envoyer" GridPane.columnIndex="1" GridPane.rowIndex="1" />
52
+                           </children>
53
+                        </GridPane>
54
+                        <GridPane prefHeight="34.0" prefWidth="345.0">
55
+                          <columnConstraints>
56
+                            <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
57
+                            <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
58
+                              <ColumnConstraints halignment="RIGHT" hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
59
+                          </columnConstraints>
60
+                          <rowConstraints>
61
+                            <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
62
+                          </rowConstraints>
63
+                           <children>
64
+                              <Text fill="#b0c926" strokeType="OUTSIDE" strokeWidth="0.0" text="Chat avec :   ">
65
+                                 <font>
66
+                                    <Font size="19.0" />
67
+                                 </font>
68
+                              </Text>
69
+                              <Text fx:id="pseudonyme1" fill="WHITE" strokeType="OUTSIDE" strokeWidth="0.0" text="Pseudo" textAlignment="CENTER" wrappingWidth="133.16357421875" GridPane.columnIndex="1">
70
+                                 <font>
71
+                                    <Font size="19.0" />
72
+                                 </font>
73
+                              </Text>
74
+                              <Button fx:id="plusButton" mnemonicParsing="false" onAction="#ajouterMessagesHistorique" style="-fx-background-color: #b0c926;" text="+" textAlignment="RIGHT" textFill="WHITE" GridPane.columnIndex="2">
75
+                                 <font>
76
+                                    <Font name="OCR A Extended" size="16.0" />
77
+                                 </font>
78
+                              </Button>
79
+                           </children>
80
+                        </GridPane>
81
+                        <TextArea fx:id="ChatText" prefHeight="200.0" prefWidth="200.0" GridPane.rowIndex="1" />
82
+                     </children>
83
+                  </GridPane>
84
+               </children>
85
+            </HBox>
86
+            <HBox alignment="BOTTOM_RIGHT" prefHeight="63.0" prefWidth="600.0" style="-fx-background-color: #3299a8;" />
87
+         </children>
88
+      </VBox>
89
+   </children>
90
+</AnchorPane>

+ 62
- 0
Implementation/chatapp/out/production/resources/fenetres/View_Demarrer_Session.fxml View File

@@ -0,0 +1,62 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+
3
+<?import javafx.scene.control.Button?>
4
+<?import javafx.scene.control.ComboBox?>
5
+<?import javafx.scene.layout.AnchorPane?>
6
+<?import javafx.scene.layout.ColumnConstraints?>
7
+<?import javafx.scene.layout.GridPane?>
8
+<?import javafx.scene.layout.HBox?>
9
+<?import javafx.scene.layout.RowConstraints?>
10
+<?import javafx.scene.layout.VBox?>
11
+<?import javafx.scene.text.Font?>
12
+<?import javafx.scene.text.Text?>
13
+
14
+<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="chatapp.View.DemarrerSession">
15
+   <children>
16
+      <VBox prefHeight="400.0" prefWidth="600.0">
17
+         <children>
18
+            <HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0" style="-fx-background-color: #3299a8;">
19
+               <children>
20
+                  <Text fill="#b0c926" strokeType="OUTSIDE" strokeWidth="0.0" text="Démarrer Session">
21
+                     <font>
22
+                        <Font name="OCR A Extended" size="48.0" />
23
+                     </font>
24
+                  </Text>
25
+               </children>
26
+            </HBox>
27
+            <HBox alignment="CENTER" prefHeight="304.0" prefWidth="600.0" style="-fx-background-color: #3299a8;">
28
+               <children>
29
+                  <GridPane prefHeight="166.0" prefWidth="350.0">
30
+                    <columnConstraints>
31
+                      <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
32
+                      <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
33
+                    </columnConstraints>
34
+                    <rowConstraints>
35
+                      <RowConstraints maxHeight="135.60001220703126" minHeight="10.0" prefHeight="88.20001220703125" vgrow="SOMETIMES" />
36
+                      <RowConstraints maxHeight="201.9999984741211" minHeight="10.0" prefHeight="100.79998016357423" vgrow="SOMETIMES" />
37
+                        <RowConstraints maxHeight="201.9999984741211" minHeight="10.0" prefHeight="112.80001983642575" vgrow="SOMETIMES" />
38
+                    </rowConstraints>
39
+                     <children>
40
+                        <Text fill="#b0c926" strokeType="OUTSIDE" strokeWidth="0.0" text="Choix d'un contact" GridPane.columnSpan="2">
41
+                           <font>
42
+                              <Font name="OCR A Extended" size="26.0" />
43
+                           </font>
44
+                        </Text>
45
+                        <ComboBox fx:id="choixContact" onAction="#demarrerSessionAvec" prefHeight="26.0" prefWidth="355.0" GridPane.columnSpan="2" GridPane.rowIndex="1" />
46
+                     </children>
47
+                  </GridPane>
48
+               </children>
49
+            </HBox>
50
+            <HBox alignment="BOTTOM_RIGHT" prefHeight="63.0" prefWidth="600.0" style="-fx-background-color: #3299a8;">
51
+               <children>
52
+                  <Button fx:id="MenuButton" alignment="CENTER" mnemonicParsing="false" onAction="#retourMenu" style="-fx-background-color: #b0c926;" text="Retour au menu" textFill="WHITE">
53
+                     <font>
54
+                        <Font name="OCR A Extended" size="18.0" />
55
+                     </font>
56
+                  </Button>
57
+               </children>
58
+            </HBox>
59
+         </children>
60
+      </VBox>
61
+   </children>
62
+</AnchorPane>

+ 54
- 0
Implementation/chatapp/out/production/resources/fenetres/View_Menu.fxml View File

@@ -0,0 +1,54 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+
3
+<?import javafx.scene.control.Menu?>
4
+<?import javafx.scene.control.MenuBar?>
5
+<?import javafx.scene.control.MenuItem?>
6
+<?import javafx.scene.layout.AnchorPane?>
7
+<?import javafx.scene.layout.ColumnConstraints?>
8
+<?import javafx.scene.layout.GridPane?>
9
+<?import javafx.scene.layout.RowConstraints?>
10
+<?import javafx.scene.layout.VBox?>
11
+<?import javafx.scene.text.Font?>
12
+<?import javafx.scene.text.Text?>
13
+
14
+<VBox prefHeight="400.0" prefWidth="640.0" style="-fx-background-color: #3299a8;" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="chatapp.View.View_Menu">
15
+  <children>
16
+    <MenuBar prefWidth="640.0" VBox.vgrow="NEVER">
17
+      <menus>
18
+        <Menu mnemonicParsing="false" text="Options">
19
+          <items>
20
+            <MenuItem fx:id="utilsActifsButton" onAction="#afficherUtilsActifs" mnemonicParsing="false" text="Utilisateurs actifs" />
21
+            <MenuItem fx:id="demarrerSessionButton" onAction="#demarrerSession" mnemonicParsing="false" text="Démarrer session" />
22
+            <MenuItem fx:id="changerPseudoButton" onAction="#changerPseudo" mnemonicParsing="false" text="Changer de pseudo" />
23
+            <MenuItem onAction="#deconnexion" mnemonicParsing="false" text="Déconnexion" />
24
+          </items>
25
+        </Menu>
26
+      </menus>
27
+    </MenuBar>
28
+    <AnchorPane maxHeight="-1.0" maxWidth="-1.0" prefHeight="-1.0" prefWidth="-1.0" VBox.vgrow="ALWAYS">
29
+         <children>
30
+            <GridPane layoutX="154.0" layoutY="119.0" prefHeight="82.0" prefWidth="392.0">
31
+              <columnConstraints>
32
+                <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
33
+                <ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
34
+              </columnConstraints>
35
+              <rowConstraints>
36
+                <RowConstraints minHeight="10.0" prefHeight="30.0" vgrow="SOMETIMES" />
37
+              </rowConstraints>
38
+               <children>
39
+                  <Text fill="#b0c926" strokeType="OUTSIDE" strokeWidth="0.0" text="Bienvenue">
40
+                     <font>
41
+                        <Font name="OCR A Extended" size="30.0" />
42
+                     </font>
43
+                  </Text>
44
+                  <Text fx:id="pseudonyme" fill="WHITE" strokeType="OUTSIDE" strokeWidth="0.0" text="Pseudo" GridPane.columnIndex="1">
45
+                     <font>
46
+                        <Font name="OCR A Extended" size="30.0" />
47
+                     </font>
48
+                  </Text>
49
+               </children>
50
+            </GridPane>
51
+         </children>
52
+    </AnchorPane>
53
+  </children>
54
+</VBox>

+ 53
- 0
Implementation/chatapp/out/production/resources/fenetres/View_Utilisateurs.fxml View File

@@ -0,0 +1,53 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+
3
+<?import javafx.scene.control.Button?>
4
+<?import javafx.scene.control.ScrollPane?>
5
+<?import javafx.scene.control.TextArea?>
6
+<?import javafx.scene.layout.AnchorPane?>
7
+<?import javafx.scene.layout.HBox?>
8
+<?import javafx.scene.layout.VBox?>
9
+<?import javafx.scene.text.Font?>
10
+<?import javafx.scene.text.Text?>
11
+
12
+<AnchorPane maxHeight="-Infinity" maxWidth="-Infinity" minHeight="-Infinity" minWidth="-Infinity" prefHeight="400.0" prefWidth="600.0" xmlns="http://javafx.com/javafx/11.0.1" xmlns:fx="http://javafx.com/fxml/1" fx:controller="chatapp.View.View_Utilisateurs">
13
+   <children>
14
+      <VBox prefHeight="400.0" prefWidth="600.0">
15
+         <children>
16
+            <HBox alignment="CENTER" prefHeight="100.0" prefWidth="200.0" style="-fx-background-color: #3299a8;">
17
+               <children>
18
+                  <Text fill="#b0c926" strokeType="OUTSIDE" strokeWidth="0.0" text="Qui est là?">
19
+                     <font>
20
+                        <Font name="OCR A Extended" size="48.0" />
21
+                     </font>
22
+                  </Text>
23
+               </children>
24
+            </HBox>
25
+            <HBox alignment="CENTER" prefHeight="304.0" prefWidth="600.0" style="-fx-background-color: #3299a8;">
26
+               <children>
27
+                  <ScrollPane prefHeight="282.0" prefWidth="202.0">
28
+                     <content>
29
+                      <AnchorPane minHeight="0.0" minWidth="0.0" prefHeight="267.0" prefWidth="200.0">
30
+                           <children>
31
+                              <TextArea fx:id="ListeUtilisateurs" layoutY="12.0" prefHeight="267.2" prefWidth="200.0" style="-fx-background-color: #3299a8;" text="Aucun utilisateur actif" AnchorPane.bottomAnchor="0.0" AnchorPane.leftAnchor="0.0" AnchorPane.rightAnchor="0.0" AnchorPane.topAnchor="0.0">
32
+                                 <font>
33
+                                    <Font name="OCR A Extended" size="13.0" />
34
+                                 </font>
35
+                              </TextArea>
36
+                           </children>
37
+                        </AnchorPane>
38
+                     </content>
39
+                  </ScrollPane>
40
+               </children>
41
+            </HBox>
42
+            <HBox alignment="BOTTOM_RIGHT" layoutX="10.0" layoutY="10.0" prefHeight="63.0" prefWidth="600.0" style="-fx-background-color: #3299a8;">
43
+               <children>
44
+                  <Button fx:id="MenuButton" alignment="CENTER" mnemonicParsing="false" style="-fx-background-color: #b0c926;" onAction="#retourMenu" text="Retour au menu" textFill="WHITE">
45
+                     <font>
46
+                        <Font name="OCR A Extended" size="18.0" />
47
+                     </font>
48
+                  </Button>
49
+               </children></HBox>
50
+         </children>
51
+      </VBox>
52
+   </children>
53
+</AnchorPane>

+ 3
- 0
Implementation/chatapp/src/main/META-INF/MANIFEST.MF View File

@@ -0,0 +1,3 @@
1
+Manifest-Version: 1.0
2
+Main-Class: chatapp.Launcher
3
+

+ 58
- 0
Implementation/chatapp/src/main/java/chatapp/Controller/Controller.plantuml View File

@@ -0,0 +1,58 @@
1
+@startuml
2
+
3
+title __CONTROLLER's Class Diagram__\n
4
+
5
+  namespace chatapp {
6
+    namespace Controller {
7
+      class chatapp.Controller.ChatApp {
8
+          + listeCommunication : ArrayList<String>
9
+          {static} - chatapp : ChatApp
10
+          - connecte : boolean
11
+          - isExterne : boolean
12
+          - main : Application
13
+          + ChatApp()
14
+          + activerEcouteTCP()
15
+          + activerEcouteUDP()
16
+          + connexion()
17
+          + connexionInterne()
18
+          + createListeCommunicationPossible()
19
+          + deconnexion()
20
+          + deconnexionInterne()
21
+          + demarrerSession()
22
+          + getActifUsers()
23
+          + getDb()
24
+          {static} + getInstance()
25
+          {static} + getInstance()
26
+          + getMain()
27
+          + getMe()
28
+          + isConnecte()
29
+          + isExterne()
30
+          + modifierPseudo()
31
+          + modifierPseudoInterne()
32
+          + propertyChange()
33
+          + setExterne()
34
+          - connexionExterne()
35
+          - deconnexionExterne()
36
+          - modifierPseudoExterne()
37
+      }
38
+    }
39
+  }
40
+  
41
+
42
+  chatapp.Controller.ChatApp .up.|> java.beans.PropertyChangeListener
43
+  chatapp.Controller.ChatApp o-- chatapp.Model.ListUtilisateurs : actifUsers
44
+  chatapp.Controller.ChatApp o-- chatapp.Model.DataBase : db
45
+  chatapp.Controller.ChatApp o-- chatapp.Protocol.HttpEchange : externeEchange
46
+  chatapp.Controller.ChatApp o-- chatapp.Model.Utilisateur : me
47
+  chatapp.Controller.ChatApp o-- chatapp.Protocol.RunnerEcouteTCP : runnerEcouteTCP
48
+  chatapp.Controller.ChatApp o-- chatapp.Protocol.RunnerEcouteUDP : runnerEcouteUDP
49
+
50
+
51
+right footer
52
+
53
+
54
+PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
55
+For more information about this tool, please contact philippe.mesmeur@gmail.com
56
+endfooter
57
+
58
+@enduml

+ 113
- 0
Implementation/chatapp/src/main/java/chatapp/Model/Model.plantuml View File

@@ -0,0 +1,113 @@
1
+@startuml
2
+
3
+title __MODEL's Class Diagram__\n
4
+
5
+  namespace chatapp {
6
+    namespace Model {
7
+      class chatapp.Model.DataBase {
8
+          - connection : Connection
9
+          - dBurl : String
10
+          {static} - instance : DataBase
11
+          - login : String
12
+          - pswd : String
13
+          + DataBase()
14
+          + ajoutHistorique()
15
+          + ajoutUtilisateurs()
16
+          + creationTableHistorique()
17
+          {static} + getInstance()
18
+          + getNomTable()
19
+          + idExiste()
20
+          + majPseudo()
21
+          + majUtilisateursActifs()
22
+          + recupMsg()
23
+          + recupNMsg()
24
+          + tailleBDD()
25
+          - getPseudo()
26
+      }
27
+    }
28
+  }
29
+  
30
+
31
+  namespace chatapp {
32
+    namespace Model {
33
+      class chatapp.Model.ListUtilisateurs {
34
+          - actifUsers : ArrayList<Utilisateur>
35
+          + ListUtilisateurs()
36
+          + addList()
37
+          + afficherListeUtilisateurs()
38
+          + appartient()
39
+          + getActifUsers()
40
+          + getIDList()
41
+          + getIPList()
42
+          + getPseudoList()
43
+          + modifierList()
44
+          + supprimerList()
45
+          + verifierUnicite()
46
+      }
47
+    }
48
+  }
49
+  
50
+
51
+  namespace chatapp {
52
+    namespace Model {
53
+      class chatapp.Model.MessageHorodate {
54
+          - Message : String
55
+          - dateHorodatage : Date
56
+          - type : int
57
+          + MessageHorodate()
58
+          + dateToString()
59
+          + getDateHorodatage()
60
+          + getDestinataire()
61
+          + getMessage()
62
+          + getSource()
63
+          + getType()
64
+          + setDate()
65
+          + setDateHorodatage()
66
+          + setDestinataire()
67
+          + setMessage()
68
+          + setSource()
69
+          + setType()
70
+          {static} + stringToMessageHorodate()
71
+          + toString()
72
+      }
73
+    }
74
+  }
75
+  
76
+
77
+  namespace chatapp {
78
+    namespace Model {
79
+      class chatapp.Model.Utilisateur {
80
+          ~ TAILLE_MAX : Integer
81
+          - id : String
82
+          - ip : InetAddress
83
+          - port : Integer
84
+          - pseudo : String
85
+          + Utilisateur()
86
+          + Utilisateur()
87
+          + equals()
88
+          + getId()
89
+          + getIp()
90
+          + getPort()
91
+          + getPseudo()
92
+          + setPort()
93
+          + setPseudo()
94
+          {static} + stringToUtilisateur()
95
+          + toString()
96
+      }
97
+    }
98
+  }
99
+  
100
+
101
+  chatapp.Model.MessageHorodate .up.|> java.io.Serializable
102
+  chatapp.Model.MessageHorodate o-- chatapp.Model.Utilisateur : destinataire
103
+  chatapp.Model.MessageHorodate o-- chatapp.Model.Utilisateur : source
104
+
105
+
106
+right footer
107
+
108
+
109
+PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
110
+For more information about this tool, please contact philippe.mesmeur@gmail.com
111
+endfooter
112
+
113
+@enduml

+ 121
- 0
Implementation/chatapp/src/main/java/chatapp/Protocol/Protocol.plantuml View File

@@ -0,0 +1,121 @@
1
+@startuml
2
+
3
+title __PROTOCOL's Class Diagram__\n
4
+
5
+  namespace chatapp {
6
+    namespace Protocol {
7
+      class chatapp.Protocol.HttpEchange {
8
+          {static} - connecte : boolean
9
+          - url : String
10
+          + HttpEchange()
11
+          {static} + getConnecte()
12
+          + sendPost()
13
+          {static} + setConnecte()
14
+      }
15
+    }
16
+  }
17
+  
18
+
19
+  namespace chatapp {
20
+    namespace Protocol {
21
+      class chatapp.Protocol.RunnerEcouteTCP {
22
+          - listeSessions : ArrayList<SessionClavardage>
23
+          - pcs : PropertyChangeSupport
24
+          + RunnerEcouteTCP()
25
+          + addPropertyChangeListener()
26
+          + addSession()
27
+          + ecouteTCP()
28
+          + getSessionClavardage()
29
+          + run()
30
+      }
31
+    }
32
+  }
33
+  
34
+
35
+  namespace chatapp {
36
+    namespace Protocol {
37
+      class chatapp.Protocol.RunnerEcouteUDP {
38
+          + RunnerEcouteUDP()
39
+          + run()
40
+      }
41
+    }
42
+  }
43
+  
44
+
45
+  namespace chatapp {
46
+    namespace Protocol {
47
+      class chatapp.Protocol.RunnerUDP {
48
+          ~ data : DatagramPacket
49
+          + RunnerUDP()
50
+          + run()
51
+      }
52
+    }
53
+  }
54
+  
55
+
56
+  namespace chatapp {
57
+    namespace Protocol {
58
+      class chatapp.Protocol.SessionClavardage {
59
+          - derniersMsg : ArrayList<MessageHorodate>
60
+          - in : ObjectInputStream
61
+          - link : Socket
62
+          - out : ObjectOutputStream
63
+          - pcs : PropertyChangeSupport
64
+          + SessionClavardage()
65
+          + SessionClavardage()
66
+          + addPropertyChangeListener()
67
+          + arretSession()
68
+          + envoiMsg()
69
+          + getApp()
70
+          + getDernierMsg()
71
+          + getIn()
72
+          + getOut()
73
+          + getU2()
74
+          + initierSession()
75
+          + run()
76
+          + setApp()
77
+          + setIn()
78
+          + setLink()
79
+          + setOut()
80
+          + setU2()
81
+      }
82
+    }
83
+  }
84
+  
85
+
86
+  namespace chatapp {
87
+    namespace Protocol {
88
+      class chatapp.Protocol.UDPEchange {
89
+          {static} - Connecte : Boolean
90
+          {static} - PseudoValide : Boolean
91
+          {static} + ecouteUDP()
92
+          {static} + envoiBroadcast()
93
+          {static} + envoiUnicast()
94
+          {static} + getConnecte()
95
+          {static} + getCurrentIp()
96
+          {static} + getPseudoValide()
97
+          {static} + setConnecte()
98
+          {static} + setPseudoValide()
99
+          {static} ~ listAllBroadcastAddresses()
100
+      }
101
+    }
102
+  }
103
+  
104
+
105
+  chatapp.Protocol.HttpEchange o-- chatapp.Controller.ChatApp : chatapp
106
+  chatapp.Protocol.RunnerEcouteTCP o-- chatapp.Controller.ChatApp : app
107
+  chatapp.Protocol.RunnerEcouteUDP o-- chatapp.Controller.ChatApp : app
108
+  chatapp.Protocol.RunnerUDP .up.|> java.lang.Runnable
109
+  chatapp.Protocol.RunnerUDP o-- chatapp.Controller.ChatApp : app
110
+  chatapp.Protocol.SessionClavardage o-- chatapp.Controller.ChatApp : app
111
+  chatapp.Protocol.SessionClavardage o-- chatapp.Model.Utilisateur : u2
112
+
113
+
114
+right footer
115
+
116
+
117
+PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
118
+For more information about this tool, please contact philippe.mesmeur@gmail.com
119
+endfooter
120
+
121
+@enduml

+ 134
- 0
Implementation/chatapp/src/main/java/chatapp/View/View.plantuml View File

@@ -0,0 +1,134 @@
1
+@startuml
2
+
3
+title __VIEW's Class Diagram__\n
4
+
5
+  namespace chatapp {
6
+    namespace View {
7
+      class chatapp.View.ChangementPseudo {
8
+          - MenuButton : Button
9
+          - location : URL
10
+          - pseudonyme : TextField
11
+          - pseudonyme1 : Text
12
+          - resources : ResourceBundle
13
+          - validationButton : Button
14
+          ~ initialize()
15
+          ~ retourMenu()
16
+          ~ validerPseudo()
17
+      }
18
+    }
19
+  }
20
+  
21
+
22
+  namespace chatapp {
23
+    namespace View {
24
+      class chatapp.View.Clavardage {
25
+          + plusButton : Button
26
+          - AEnvoyer : TextField
27
+          - ChatText : TextArea
28
+          - EnvoyerButton : Button
29
+          - location : URL
30
+          - nomTable : String
31
+          - pseudonyme1 : Text
32
+          - resources : ResourceBundle
33
+          + ajouterMessagesHistorique()
34
+          + getSession()
35
+          + initialize()
36
+          + propertyChange()
37
+          + setSession()
38
+          ~ envoyerMessage()
39
+      }
40
+    }
41
+  }
42
+  
43
+
44
+  namespace chatapp {
45
+    namespace View {
46
+      class chatapp.View.ConnexionScreen {
47
+          + connexionButton : Button
48
+          + localButton : RadioButton
49
+          + pseudonyme : TextField
50
+          + remoteButton : RadioButton
51
+          - location : URL
52
+          - resources : ResourceBundle
53
+          + connexion()
54
+          ~ initialize()
55
+      }
56
+    }
57
+  }
58
+  
59
+
60
+  namespace chatapp {
61
+    namespace View {
62
+      class chatapp.View.DemarrerSession {
63
+          - MenuButton : Button
64
+          - choixContact : ComboBox<String>
65
+          - location : URL
66
+          - resources : ResourceBundle
67
+          ~ demarrerSessionAvec()
68
+          ~ initialize()
69
+          ~ retourMenu()
70
+      }
71
+    }
72
+  }
73
+  
74
+
75
+  namespace chatapp {
76
+    namespace View {
77
+      class chatapp.View.FenetreSession {
78
+          + FenetreSession()
79
+      }
80
+    }
81
+  }
82
+  
83
+
84
+  namespace chatapp {
85
+    namespace View {
86
+      class chatapp.View.View_Menu {
87
+          + changerPseudoButton : MenuItem
88
+          + demarrerSessionButton : MenuItem
89
+          + pseudonyme : Text
90
+          + utilsActifsButton : MenuItem
91
+          - location : URL
92
+          - resources : ResourceBundle
93
+          + afficherUtilsActifs()
94
+          + changerPseudo()
95
+          + deconnexion()
96
+          + demarrerSession()
97
+          ~ initialize()
98
+      }
99
+    }
100
+  }
101
+  
102
+
103
+  namespace chatapp {
104
+    namespace View {
105
+      class chatapp.View.View_Utilisateurs {
106
+          + ListeUtilisateurs : TextArea
107
+          + MenuButton : Button
108
+          - location : URL
109
+          - resources : ResourceBundle
110
+          + retourMenu()
111
+          ~ initialize()
112
+      }
113
+    }
114
+  }
115
+  
116
+
117
+  chatapp.View.ChangementPseudo o-- chatapp.Controller.ChatApp : chatApp
118
+  chatapp.View.Clavardage .up.|> java.beans.PropertyChangeListener
119
+  chatapp.View.Clavardage .up.|> javafx.fxml.Initializable
120
+  chatapp.View.Clavardage o-- chatapp.Protocol.SessionClavardage : session
121
+  chatapp.View.Clavardage o-- chatapp.Model.Utilisateur : u2
122
+  chatapp.View.DemarrerSession o-- chatapp.Controller.ChatApp : chatApp
123
+  chatapp.View.FenetreSession -up-|> javafx.stage.Stage
124
+  chatapp.View.View_Menu o-- chatapp.Controller.ChatApp : chatapp
125
+
126
+
127
+right footer
128
+
129
+
130
+PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
131
+For more information about this tool, please contact philippe.mesmeur@gmail.com
132
+endfooter
133
+
134
+@enduml

+ 32
- 0
Implementation/chatapp/src/main/java/chatapp/chatapp.plantuml View File

@@ -0,0 +1,32 @@
1
+@startuml
2
+
3
+title __CHATAPP's Class Diagram__\n
4
+
5
+  namespace chatapp {
6
+    class chatapp.Launcher {
7
+        {static} + main()
8
+    }
9
+  }
10
+  
11
+
12
+  namespace chatapp {
13
+    class chatapp.Main {
14
+        {static} + main()
15
+        + start()
16
+        + stop()
17
+    }
18
+  }
19
+  
20
+
21
+  chatapp.Main -up-|> javafx.application.Application
22
+  chatapp.Main o-- chatapp.Controller.ChatApp : chatapp
23
+
24
+
25
+right footer
26
+
27
+
28
+PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
29
+For more information about this tool, please contact philippe.mesmeur@gmail.com
30
+endfooter
31
+
32
+@enduml

+ 3
- 0
Implementation/chatapp/src/main/resources/META-INF/MANIFEST.MF View File

@@ -0,0 +1,3 @@
1
+Manifest-Version: 1.0
2
+Main-Class: chatapp.Launcher
3
+

+ 3
- 0
Implementation/chatapp/src/resources/META-INF/MANIFEST.MF View File

@@ -0,0 +1,3 @@
1
+Manifest-Version: 1.0
2
+Main-Class: chatapp.Launcher
3
+

+ 8
- 0
Serveur/Code Source/JavaEEHelloWorld/.idea/.gitignore View File

@@ -0,0 +1,8 @@
1
+# Default ignored files
2
+/shelf/
3
+/workspace.xml
4
+# Datasource local storage ignored files
5
+/../../../../../../:\Users\nmouk\IdeaProjects\JavaEEHelloWorld\.idea/dataSources/
6
+/dataSources.local.xml
7
+# Editor-based HTTP Client requests
8
+/httpRequests/

+ 14
- 0
Serveur/Code Source/JavaEEHelloWorld/.idea/artifacts/JavaEEHelloWorld_war.xml View File

@@ -0,0 +1,14 @@
1
+<component name="ArtifactManager">
2
+  <artifact type="war" name="JavaEEHelloWorld:war">
3
+    <output-path>$PROJECT_DIR$/target</output-path>
4
+    <properties id="maven-jee-properties">
5
+      <options>
6
+        <module>JavaEEHelloWorld</module>
7
+        <packaging>war</packaging>
8
+      </options>
9
+    </properties>
10
+    <root id="archive" name="JavaEEHelloWorld-1.0-SNAPSHOT.war">
11
+      <element id="artifact" artifact-name="JavaEEHelloWorld:war exploded" />
12
+    </root>
13
+  </artifact>
14
+</component>

+ 23
- 0
Serveur/Code Source/JavaEEHelloWorld/.idea/artifacts/JavaEEHelloWorld_war_exploded.xml View File

@@ -0,0 +1,23 @@
1
+<component name="ArtifactManager">
2
+  <artifact type="exploded-war" name="JavaEEHelloWorld:war exploded">
3
+    <output-path>$PROJECT_DIR$/target/JavaEEHelloWorld-1.0-SNAPSHOT</output-path>
4
+    <properties id="maven-jee-properties">
5
+      <options>
6
+        <exploded>true</exploded>
7
+        <module>JavaEEHelloWorld</module>
8
+        <packaging>war</packaging>
9
+      </options>
10
+    </properties>
11
+    <root id="root">
12
+      <element id="directory" name="WEB-INF">
13
+        <element id="directory" name="classes">
14
+          <element id="module-output" name="JavaEEHelloWorld" />
15
+        </element>
16
+      </element>
17
+      <element id="directory" name="META-INF">
18
+        <element id="file-copy" path="$PROJECT_DIR$/target/JavaEEHelloWorld-1.0-SNAPSHOT/META-INF/MANIFEST.MF" />
19
+      </element>
20
+      <element id="javaee-facet-resources" facet="JavaEEHelloWorld/web/Web" />
21
+    </root>
22
+  </artifact>
23
+</component>

+ 16
- 0
Serveur/Code Source/JavaEEHelloWorld/.idea/compiler.xml View File

@@ -0,0 +1,16 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="CompilerConfiguration">
4
+    <annotationProcessing>
5
+      <profile name="Maven default annotation processors profile" enabled="true">
6
+        <sourceOutputDir name="target/generated-sources/annotations" />
7
+        <sourceTestOutputDir name="target/generated-test-sources/test-annotations" />
8
+        <outputRelativeToContentRoot value="true" />
9
+        <module name="JavaEEHelloWorld" />
10
+      </profile>
11
+    </annotationProcessing>
12
+    <bytecodeTargetLevel>
13
+      <module name="JavaEEHelloWorld" target="1.8" />
14
+    </bytecodeTargetLevel>
15
+  </component>
16
+</project>

+ 20
- 0
Serveur/Code Source/JavaEEHelloWorld/.idea/jarRepositories.xml View File

@@ -0,0 +1,20 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="RemoteRepositoriesConfiguration">
4
+    <remote-repository>
5
+      <option name="id" value="central" />
6
+      <option name="name" value="Central Repository" />
7
+      <option name="url" value="https://repo.maven.apache.org/maven2" />
8
+    </remote-repository>
9
+    <remote-repository>
10
+      <option name="id" value="central" />
11
+      <option name="name" value="Maven Central repository" />
12
+      <option name="url" value="https://repo1.maven.org/maven2" />
13
+    </remote-repository>
14
+    <remote-repository>
15
+      <option name="id" value="jboss.community" />
16
+      <option name="name" value="JBoss Community repository" />
17
+      <option name="url" value="https://repository.jboss.org/nexus/content/repositories/public/" />
18
+    </remote-repository>
19
+  </component>
20
+</project>

+ 13
- 0
Serveur/Code Source/JavaEEHelloWorld/.idea/libraries/Maven__javax_servlet_javax_servlet_api_4_0_1.xml View File

@@ -0,0 +1,13 @@
1
+<component name="libraryTable">
2
+  <library name="Maven: javax.servlet:javax.servlet-api:4.0.1">
3
+    <CLASSES>
4
+      <root url="jar://$MAVEN_REPOSITORY$/javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1.jar!/" />
5
+    </CLASSES>
6
+    <JAVADOC>
7
+      <root url="jar://$MAVEN_REPOSITORY$/javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1-javadoc.jar!/" />
8
+    </JAVADOC>
9
+    <SOURCES>
10
+      <root url="jar://$MAVEN_REPOSITORY$/javax/servlet/javax.servlet-api/4.0.1/javax.servlet-api-4.0.1-sources.jar!/" />
11
+    </SOURCES>
12
+  </library>
13
+</component>

+ 13
- 0
Serveur/Code Source/JavaEEHelloWorld/.idea/libraries/Maven__javax_websocket_javax_websocket_api_1_1.xml View File

@@ -0,0 +1,13 @@
1
+<component name="libraryTable">
2
+  <library name="Maven: javax.websocket:javax.websocket-api:1.1">
3
+    <CLASSES>
4
+      <root url="jar://$MAVEN_REPOSITORY$/javax/websocket/javax.websocket-api/1.1/javax.websocket-api-1.1.jar!/" />
5
+    </CLASSES>
6
+    <JAVADOC>
7
+      <root url="jar://$MAVEN_REPOSITORY$/javax/websocket/javax.websocket-api/1.1/javax.websocket-api-1.1-javadoc.jar!/" />
8
+    </JAVADOC>
9
+    <SOURCES>
10
+      <root url="jar://$MAVEN_REPOSITORY$/javax/websocket/javax.websocket-api/1.1/javax.websocket-api-1.1-sources.jar!/" />
11
+    </SOURCES>
12
+  </library>
13
+</component>

+ 13
- 0
Serveur/Code Source/JavaEEHelloWorld/.idea/libraries/Maven__org_apiguardian_apiguardian_api_1_1_0.xml View File

@@ -0,0 +1,13 @@
1
+<component name="libraryTable">
2
+  <library name="Maven: org.apiguardian:apiguardian-api:1.1.0">
3
+    <CLASSES>
4
+      <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0.jar!/" />
5
+    </CLASSES>
6
+    <JAVADOC>
7
+      <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0-javadoc.jar!/" />
8
+    </JAVADOC>
9
+    <SOURCES>
10
+      <root url="jar://$MAVEN_REPOSITORY$/org/apiguardian/apiguardian-api/1.1.0/apiguardian-api-1.1.0-sources.jar!/" />
11
+    </SOURCES>
12
+  </library>
13
+</component>

+ 13
- 0
Serveur/Code Source/JavaEEHelloWorld/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_api_5_7_0.xml View File

@@ -0,0 +1,13 @@
1
+<component name="libraryTable">
2
+  <library name="Maven: org.junit.jupiter:junit-jupiter-api:5.7.0">
3
+    <CLASSES>
4
+      <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.7.0/junit-jupiter-api-5.7.0.jar!/" />
5
+    </CLASSES>
6
+    <JAVADOC>
7
+      <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.7.0/junit-jupiter-api-5.7.0-javadoc.jar!/" />
8
+    </JAVADOC>
9
+    <SOURCES>
10
+      <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-api/5.7.0/junit-jupiter-api-5.7.0-sources.jar!/" />
11
+    </SOURCES>
12
+  </library>
13
+</component>

+ 13
- 0
Serveur/Code Source/JavaEEHelloWorld/.idea/libraries/Maven__org_junit_jupiter_junit_jupiter_engine_5_7_0.xml View File

@@ -0,0 +1,13 @@
1
+<component name="libraryTable">
2
+  <library name="Maven: org.junit.jupiter:junit-jupiter-engine:5.7.0">
3
+    <CLASSES>
4
+      <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-engine/5.7.0/junit-jupiter-engine-5.7.0.jar!/" />
5
+    </CLASSES>
6
+    <JAVADOC>
7
+      <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-engine/5.7.0/junit-jupiter-engine-5.7.0-javadoc.jar!/" />
8
+    </JAVADOC>
9
+    <SOURCES>
10
+      <root url="jar://$MAVEN_REPOSITORY$/org/junit/jupiter/junit-jupiter-engine/5.7.0/junit-jupiter-engine-5.7.0-sources.jar!/" />
11
+    </SOURCES>
12
+  </library>
13
+</component>

+ 13
- 0
Serveur/Code Source/JavaEEHelloWorld/.idea/libraries/Maven__org_junit_platform_junit_platform_commons_1_7_0.xml View File

@@ -0,0 +1,13 @@
1
+<component name="libraryTable">
2
+  <library name="Maven: org.junit.platform:junit-platform-commons:1.7.0">
3
+    <CLASSES>
4
+      <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0.jar!/" />
5
+    </CLASSES>
6
+    <JAVADOC>
7
+      <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0-javadoc.jar!/" />
8
+    </JAVADOC>
9
+    <SOURCES>
10
+      <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-commons/1.7.0/junit-platform-commons-1.7.0-sources.jar!/" />
11
+    </SOURCES>
12
+  </library>
13
+</component>

+ 13
- 0
Serveur/Code Source/JavaEEHelloWorld/.idea/libraries/Maven__org_junit_platform_junit_platform_engine_1_7_0.xml View File

@@ -0,0 +1,13 @@
1
+<component name="libraryTable">
2
+  <library name="Maven: org.junit.platform:junit-platform-engine:1.7.0">
3
+    <CLASSES>
4
+      <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0.jar!/" />
5
+    </CLASSES>
6
+    <JAVADOC>
7
+      <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0-javadoc.jar!/" />
8
+    </JAVADOC>
9
+    <SOURCES>
10
+      <root url="jar://$MAVEN_REPOSITORY$/org/junit/platform/junit-platform-engine/1.7.0/junit-platform-engine-1.7.0-sources.jar!/" />
11
+    </SOURCES>
12
+  </library>
13
+</component>

+ 13
- 0
Serveur/Code Source/JavaEEHelloWorld/.idea/libraries/Maven__org_opentest4j_opentest4j_1_2_0.xml View File

@@ -0,0 +1,13 @@
1
+<component name="libraryTable">
2
+  <library name="Maven: org.opentest4j:opentest4j:1.2.0">
3
+    <CLASSES>
4
+      <root url="jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0.jar!/" />
5
+    </CLASSES>
6
+    <JAVADOC>
7
+      <root url="jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-javadoc.jar!/" />
8
+    </JAVADOC>
9
+    <SOURCES>
10
+      <root url="jar://$MAVEN_REPOSITORY$/org/opentest4j/opentest4j/1.2.0/opentest4j-1.2.0-sources.jar!/" />
11
+    </SOURCES>
12
+  </library>
13
+</component>

+ 20
- 0
Serveur/Code Source/JavaEEHelloWorld/.idea/misc.xml View File

@@ -0,0 +1,20 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="FrameworkDetectionExcludesConfiguration">
4
+    <file type="web" url="file://$PROJECT_DIR$" />
5
+  </component>
6
+  <component name="JavadocGenerationManager">
7
+    <option name="OUTPUT_DIRECTORY" value="$PROJECT_DIR$" />
8
+    <option name="OTHER_OPTIONS" value="-encoding utf8 -docencoding utf8 -charset utf8" />
9
+  </component>
10
+  <component name="MavenProjectsManager">
11
+    <option name="originalFiles">
12
+      <list>
13
+        <option value="$PROJECT_DIR$/pom.xml" />
14
+      </list>
15
+    </option>
16
+  </component>
17
+  <component name="ProjectRootManager" version="2" languageLevel="JDK_13" project-jdk-name="13" project-jdk-type="JavaSDK">
18
+    <output url="file://$PROJECT_DIR$/out" />
19
+  </component>
20
+</project>

+ 8
- 0
Serveur/Code Source/JavaEEHelloWorld/.idea/modules.xml View File

@@ -0,0 +1,8 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="ProjectModuleManager">
4
+    <modules>
5
+      <module fileurl="file://$PROJECT_DIR$/JavaEEHelloWorld.iml" filepath="$PROJECT_DIR$/JavaEEHelloWorld.iml" />
6
+    </modules>
7
+  </component>
8
+</project>

+ 6
- 0
Serveur/Code Source/JavaEEHelloWorld/.idea/vcs.xml View File

@@ -0,0 +1,6 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project version="4">
3
+  <component name="VcsDirectoryMappings">
4
+    <mapping directory="$PROJECT_DIR$/../../.." vcs="Git" />
5
+  </component>
6
+</project>

+ 40
- 0
Serveur/Code Source/JavaEEHelloWorld/JavaEEHelloWorld.iml View File

@@ -0,0 +1,40 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
3
+  <component name="FacetManager">
4
+    <facet type="web" name="Web">
5
+      <configuration>
6
+        <descriptors>
7
+          <deploymentDescriptor name="web.xml" url="file://$MODULE_DIR$/src/main/webapp/WEB-INF/web.xml" />
8
+        </descriptors>
9
+        <webroots>
10
+          <root url="file://$MODULE_DIR$/src/main/webapp" relative="/" />
11
+        </webroots>
12
+        <sourceRoots>
13
+          <root url="file://$MODULE_DIR$/src/main/java" />
14
+          <root url="file://$MODULE_DIR$/src/main/resources" />
15
+        </sourceRoots>
16
+      </configuration>
17
+    </facet>
18
+  </component>
19
+  <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_8">
20
+    <output url="file://$MODULE_DIR$/target/classes" />
21
+    <output-test url="file://$MODULE_DIR$/target/test-classes" />
22
+    <content url="file://$MODULE_DIR$">
23
+      <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
24
+      <sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
25
+      <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
26
+      <sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
27
+      <excludeFolder url="file://$MODULE_DIR$/target" />
28
+    </content>
29
+    <orderEntry type="jdk" jdkName="13" jdkType="JavaSDK" />
30
+    <orderEntry type="sourceFolder" forTests="false" />
31
+    <orderEntry type="library" scope="PROVIDED" name="Maven: javax.servlet:javax.servlet-api:4.0.1" level="project" />
32
+    <orderEntry type="library" scope="PROVIDED" name="Maven: javax.websocket:javax.websocket-api:1.1" level="project" />
33
+    <orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-api:5.7.0" level="project" />
34
+    <orderEntry type="library" scope="TEST" name="Maven: org.apiguardian:apiguardian-api:1.1.0" level="project" />
35
+    <orderEntry type="library" scope="TEST" name="Maven: org.opentest4j:opentest4j:1.2.0" level="project" />
36
+    <orderEntry type="library" scope="TEST" name="Maven: org.junit.platform:junit-platform-commons:1.7.0" level="project" />
37
+    <orderEntry type="library" scope="TEST" name="Maven: org.junit.jupiter:junit-jupiter-engine:5.7.0" level="project" />
38
+    <orderEntry type="library" scope="TEST" name="Maven: org.junit.platform:junit-platform-engine:1.7.0" level="project" />
39
+  </component>
40
+</module>

+ 190
- 0
Serveur/Code Source/JavaEEHelloWorld/allclasses-index.html View File

@@ -0,0 +1,190 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>All Classes</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="class index">
10
+<meta name="generator" content="javadoc/AllClassesIndexWriter">
11
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="script.js"></script>
14
+<script type="text/javascript" src="script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="all-classes-index">
23
+<script type="text/javascript">var pathtoroot = "./";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="overview-tree.html">Tree</a></li>
44
+<li><a href="deprecated-list.html">Deprecated</a></li>
45
+<li><a href="index-files/index-1.html">Index</a></li>
46
+<li><a href="help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1 title="All&amp;nbsp;Classes" class="title">All&nbsp;Classes</h1>
70
+</div>
71
+<div class="allClassesContainer">
72
+<div class="typeSummary">
73
+<table>
74
+<caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
75
+<thead>
76
+<tr>
77
+<th class="colFirst" scope="col">Class</th>
78
+<th class="colLast" scope="col">Description</th>
79
+</tr>
80
+</thead>
81
+<tbody>
82
+<tr class="altColor" id="i0">
83
+<td class="colFirst"><a href="server/Controller/ChatApp.html" title="class in server.Controller">ChatApp</a></td>
84
+<th class="colLast" scope="row">
85
+<div class="block"> Controller de l'application.</div>
86
+</th>
87
+</tr>
88
+<tr class="rowColor" id="i1">
89
+<td class="colFirst"><a href="server/Model/DataBase.html" title="class in server.Model">DataBase</a></td>
90
+<th class="colLast" scope="row">
91
+<div class="block">
92
+ Classe representant la Base de données.</div>
93
+</th>
94
+</tr>
95
+<tr class="altColor" id="i2">
96
+<td class="colFirst"><a href="server/JavaEEHelloWorld/HelloServlet.html" title="class in server.JavaEEHelloWorld">HelloServlet</a></td>
97
+<th class="colLast" scope="row">
98
+<div class="block"> Cette classe extends HttpServlet.</div>
99
+</th>
100
+</tr>
101
+<tr class="rowColor" id="i3">
102
+<td class="colFirst"><a href="server/Model/ListUtilisateurs.html" title="class in server.Model">ListUtilisateurs</a></td>
103
+<th class="colLast" scope="row">
104
+<div class="block">
105
+ Classe representant La liste des utilisateurs actifs, stockée localement</div>
106
+</th>
107
+</tr>
108
+<tr class="altColor" id="i4">
109
+<td class="colFirst"><a href="server/Model/MessageHorodate.html" title="class in server.Model">MessageHorodate</a></td>
110
+<th class="colLast" scope="row">
111
+<div class="block">
112
+ Classe representant les messages envoyes en TCP lors d'une session de clavardage.</div>
113
+</th>
114
+</tr>
115
+<tr class="rowColor" id="i5">
116
+<td class="colFirst"><a href="server/Protocol/Proxy.html" title="class in server.Protocol">Proxy</a></td>
117
+<th class="colLast" scope="row">
118
+<div class="block">La classe Proxy gère les sessions de clavardages qui concernent au moins un utilisateur externe <br>
119
+     Chaque message arrivant d'une session sera transféré à l'autre</div>
120
+</th>
121
+</tr>
122
+<tr class="altColor" id="i6">
123
+<td class="colFirst"><a href="server/Protocol/RunnerEcouteTCP.html" title="class in server.Protocol">RunnerEcouteTCP</a></td>
124
+<th class="colLast" scope="row">
125
+<div class="block">
126
+     Classe permettant de gérer les multiples connexions en TCP.</div>
127
+</th>
128
+</tr>
129
+<tr class="rowColor" id="i7">
130
+<td class="colFirst"><a href="server/Protocol/RunnerEcouteUDP.html" title="class in server.Protocol">RunnerEcouteUDP</a></td>
131
+<th class="colLast" scope="row">
132
+<div class="block">
133
+     Classe permettant de gérer les multiples connexions en UDP.</div>
134
+</th>
135
+</tr>
136
+<tr class="altColor" id="i8">
137
+<td class="colFirst"><a href="server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></td>
138
+<th class="colLast" scope="row">
139
+<div class="block">
140
+ Classe représentant une session de clavrdage.</div>
141
+</th>
142
+</tr>
143
+<tr class="rowColor" id="i9">
144
+<td class="colFirst"><a href="server/Protocol/UDPEchange.html" title="class in server.Protocol">UDPEchange</a></td>
145
+<th class="colLast" scope="row">
146
+<div class="block">
147
+ Classe representant les echanges UDP entre utilisateurs.</div>
148
+</th>
149
+</tr>
150
+<tr class="altColor" id="i10">
151
+<td class="colFirst"><a href="server/Model/Utilisateur.html" title="class in server.Model">Utilisateur</a></td>
152
+<th class="colLast" scope="row">
153
+<div class="block">
154
+ Classe representant un Utilisateur
155
+ Un Utilisateur est associe avec un pseudo, un numero de port, une addresse IP ainsi qu'un ID.</div>
156
+</th>
157
+</tr>
158
+</tbody>
159
+</table>
160
+</div>
161
+</div>
162
+</main>
163
+<footer role="contentinfo">
164
+<nav role="navigation">
165
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
166
+<div class="bottomNav"><a id="navbar.bottom">
167
+<!--   -->
168
+</a>
169
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
170
+<a id="navbar.bottom.firstrow">
171
+<!--   -->
172
+</a>
173
+<ul class="navList" title="Navigation">
174
+<li><a href="index.html">Overview</a></li>
175
+<li>Package</li>
176
+<li>Class</li>
177
+<li><a href="overview-tree.html">Tree</a></li>
178
+<li><a href="deprecated-list.html">Deprecated</a></li>
179
+<li><a href="index-files/index-1.html">Index</a></li>
180
+<li><a href="help-doc.html">Help</a></li>
181
+</ul>
182
+</div>
183
+<a id="skip.navbar.bottom">
184
+<!--   -->
185
+</a>
186
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
187
+</nav>
188
+</footer>
189
+</body>
190
+</html>

+ 130
- 0
Serveur/Code Source/JavaEEHelloWorld/allpackages-index.html View File

@@ -0,0 +1,130 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>All Packages</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="package index">
10
+<meta name="generator" content="javadoc/AllPackagesIndexWriter">
11
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="script.js"></script>
14
+<script type="text/javascript" src="script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="all-packages-index">
23
+<script type="text/javascript">var pathtoroot = "./";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="overview-tree.html">Tree</a></li>
44
+<li><a href="deprecated-list.html">Deprecated</a></li>
45
+<li><a href="index-files/index-1.html">Index</a></li>
46
+<li><a href="help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1 title="All&amp;nbsp;Packages" class="title">All&nbsp;Packages</h1>
70
+</div>
71
+<div class="allPackagesContainer">
72
+<div class="packagesSummary">
73
+<table>
74
+<caption><span>Package Summary</span><span class="tabEnd">&nbsp;</span></caption>
75
+<thead>
76
+<tr>
77
+<th class="colFirst" scope="col">Package</th>
78
+<th class="colLast" scope="col">Description</th>
79
+</tr>
80
+</thead>
81
+<tbody>
82
+<tr class="altColor">
83
+<th class="colFirst" scope="row"><a href="server/Controller/package-summary.html">server.Controller</a></th>
84
+<td class="colLast">&nbsp;</td>
85
+</tr>
86
+<tr class="rowColor">
87
+<th class="colFirst" scope="row"><a href="server/JavaEEHelloWorld/package-summary.html">server.JavaEEHelloWorld</a></th>
88
+<td class="colLast">&nbsp;</td>
89
+</tr>
90
+<tr class="altColor">
91
+<th class="colFirst" scope="row"><a href="server/Model/package-summary.html">server.Model</a></th>
92
+<td class="colLast">&nbsp;</td>
93
+</tr>
94
+<tr class="rowColor">
95
+<th class="colFirst" scope="row"><a href="server/Protocol/package-summary.html">server.Protocol</a></th>
96
+<td class="colLast">&nbsp;</td>
97
+</tr>
98
+</tbody>
99
+</table>
100
+</div>
101
+</div>
102
+</main>
103
+<footer role="contentinfo">
104
+<nav role="navigation">
105
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
106
+<div class="bottomNav"><a id="navbar.bottom">
107
+<!--   -->
108
+</a>
109
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
110
+<a id="navbar.bottom.firstrow">
111
+<!--   -->
112
+</a>
113
+<ul class="navList" title="Navigation">
114
+<li><a href="index.html">Overview</a></li>
115
+<li>Package</li>
116
+<li>Class</li>
117
+<li><a href="overview-tree.html">Tree</a></li>
118
+<li><a href="deprecated-list.html">Deprecated</a></li>
119
+<li><a href="index-files/index-1.html">Index</a></li>
120
+<li><a href="help-doc.html">Help</a></li>
121
+</ul>
122
+</div>
123
+<a id="skip.navbar.bottom">
124
+<!--   -->
125
+</a>
126
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
127
+</nav>
128
+</footer>
129
+</body>
130
+</html>

+ 102
- 0
Serveur/Code Source/JavaEEHelloWorld/constant-values.html View File

@@ -0,0 +1,102 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>Constant Field Values</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="summary of constants">
10
+<meta name="generator" content="javadoc/ConstantsSummaryWriterImpl">
11
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="script.js"></script>
14
+<script type="text/javascript" src="script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="constants-summary">
23
+<script type="text/javascript">var pathtoroot = "./";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="overview-tree.html">Tree</a></li>
44
+<li><a href="deprecated-list.html">Deprecated</a></li>
45
+<li><a href="index-files/index-1.html">Index</a></li>
46
+<li><a href="help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1 title="Constant Field Values" class="title">Constant Field Values</h1>
70
+<section class="packages">
71
+<h2 title="Contents">Contents</h2>
72
+</section>
73
+</div>
74
+</main>
75
+<footer role="contentinfo">
76
+<nav role="navigation">
77
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
78
+<div class="bottomNav"><a id="navbar.bottom">
79
+<!--   -->
80
+</a>
81
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
82
+<a id="navbar.bottom.firstrow">
83
+<!--   -->
84
+</a>
85
+<ul class="navList" title="Navigation">
86
+<li><a href="index.html">Overview</a></li>
87
+<li>Package</li>
88
+<li>Class</li>
89
+<li><a href="overview-tree.html">Tree</a></li>
90
+<li><a href="deprecated-list.html">Deprecated</a></li>
91
+<li><a href="index-files/index-1.html">Index</a></li>
92
+<li><a href="help-doc.html">Help</a></li>
93
+</ul>
94
+</div>
95
+<a id="skip.navbar.bottom">
96
+<!--   -->
97
+</a>
98
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
99
+</nav>
100
+</footer>
101
+</body>
102
+</html>

+ 100
- 0
Serveur/Code Source/JavaEEHelloWorld/deprecated-list.html View File

@@ -0,0 +1,100 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>Deprecated List</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="deprecated elements">
10
+<meta name="generator" content="javadoc/DeprecatedListWriter">
11
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="script.js"></script>
14
+<script type="text/javascript" src="script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="deprecated-list">
23
+<script type="text/javascript">var pathtoroot = "./";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="overview-tree.html">Tree</a></li>
44
+<li class="navBarCell1Rev">Deprecated</li>
45
+<li><a href="index-files/index-1.html">Index</a></li>
46
+<li><a href="help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1 title="Deprecated API" class="title">Deprecated API</h1>
70
+<h2 title="Contents">Contents</h2>
71
+</div>
72
+</main>
73
+<footer role="contentinfo">
74
+<nav role="navigation">
75
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
76
+<div class="bottomNav"><a id="navbar.bottom">
77
+<!--   -->
78
+</a>
79
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
80
+<a id="navbar.bottom.firstrow">
81
+<!--   -->
82
+</a>
83
+<ul class="navList" title="Navigation">
84
+<li><a href="index.html">Overview</a></li>
85
+<li>Package</li>
86
+<li>Class</li>
87
+<li><a href="overview-tree.html">Tree</a></li>
88
+<li class="navBarCell1Rev">Deprecated</li>
89
+<li><a href="index-files/index-1.html">Index</a></li>
90
+<li><a href="help-doc.html">Help</a></li>
91
+</ul>
92
+</div>
93
+<a id="skip.navbar.bottom">
94
+<!--   -->
95
+</a>
96
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
97
+</nav>
98
+</footer>
99
+</body>
100
+</html>

+ 4
- 0
Serveur/Code Source/JavaEEHelloWorld/element-list View File

@@ -0,0 +1,4 @@
1
+server.Controller
2
+server.JavaEEHelloWorld
3
+server.Model
4
+server.Protocol

+ 220
- 0
Serveur/Code Source/JavaEEHelloWorld/help-doc.html View File

@@ -0,0 +1,220 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>API Help</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="help">
10
+<meta name="generator" content="javadoc/HelpWriter">
11
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="script.js"></script>
14
+<script type="text/javascript" src="script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="help">
23
+<script type="text/javascript">var pathtoroot = "./";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="overview-tree.html">Tree</a></li>
44
+<li><a href="deprecated-list.html">Deprecated</a></li>
45
+<li><a href="index-files/index-1.html">Index</a></li>
46
+<li class="navBarCell1Rev">Help</li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1 class="title">How This API Document Is Organized</h1>
70
+<div class="subTitle">This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.</div>
71
+</div>
72
+<div class="contentContainer">
73
+<ul class="blockList">
74
+<li class="blockList">
75
+<section class="helpSection">
76
+<h2>Overview</h2>
77
+<p>The <a href="index.html">Overview</a> page is the front page of this API document and provides a list of all packages with a summary for each.  This page can also contain an overall description of the set of packages.</p>
78
+</section>
79
+</li>
80
+<li class="blockList">
81
+<section class="helpSection">
82
+<h2>Package</h2>
83
+<p>Each package has a page that contains a list of its classes and interfaces, with a summary for each. These pages may contain six categories:</p>
84
+<ul>
85
+<li>Interfaces</li>
86
+<li>Classes</li>
87
+<li>Enums</li>
88
+<li>Exceptions</li>
89
+<li>Errors</li>
90
+<li>Annotation Types</li>
91
+</ul>
92
+</section>
93
+</li>
94
+<li class="blockList">
95
+<section class="helpSection">
96
+<h2>Class or Interface</h2>
97
+<p>Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:</p>
98
+<ul>
99
+<li>Class Inheritance Diagram</li>
100
+<li>Direct Subclasses</li>
101
+<li>All Known Subinterfaces</li>
102
+<li>All Known Implementing Classes</li>
103
+<li>Class or Interface Declaration</li>
104
+<li>Class or Interface Description</li>
105
+</ul>
106
+<br>
107
+<ul>
108
+<li>Nested Class Summary</li>
109
+<li>Field Summary</li>
110
+<li>Property Summary</li>
111
+<li>Constructor Summary</li>
112
+<li>Method Summary</li>
113
+</ul>
114
+<br>
115
+<ul>
116
+<li>Field Details</li>
117
+<li>Property Details</li>
118
+<li>Constructor Details</li>
119
+<li>Method Details</li>
120
+</ul>
121
+<p>Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.</p>
122
+</section>
123
+</li>
124
+<li class="blockList">
125
+<section class="helpSection">
126
+<h2>Annotation Type</h2>
127
+<p>Each annotation type has its own separate page with the following sections:</p>
128
+<ul>
129
+<li>Annotation Type Declaration</li>
130
+<li>Annotation Type Description</li>
131
+<li>Required Element Summary</li>
132
+<li>Optional Element Summary</li>
133
+<li>Element Details</li>
134
+</ul>
135
+</section>
136
+</li>
137
+<li class="blockList">
138
+<section class="helpSection">
139
+<h2>Enum</h2>
140
+<p>Each enum has its own separate page with the following sections:</p>
141
+<ul>
142
+<li>Enum Declaration</li>
143
+<li>Enum Description</li>
144
+<li>Enum Constant Summary</li>
145
+<li>Enum Constant Details</li>
146
+</ul>
147
+</section>
148
+</li>
149
+<li class="blockList">
150
+<section class="helpSection">
151
+<h2>Tree (Class Hierarchy)</h2>
152
+<p>There is a <a href="overview-tree.html">Class Hierarchy</a> page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. Classes are organized by inheritance structure starting with <code>java.lang.Object</code>. Interfaces do not inherit from <code>java.lang.Object</code>.</p>
153
+<ul>
154
+<li>When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.</li>
155
+<li>When viewing a particular package, class or interface page, clicking on "Tree" displays the hierarchy for only that package.</li>
156
+</ul>
157
+</section>
158
+</li>
159
+<li class="blockList">
160
+<section class="helpSection">
161
+<h2>Deprecated API</h2>
162
+<p>The <a href="deprecated-list.html">Deprecated API</a> page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.</p>
163
+</section>
164
+</li>
165
+<li class="blockList">
166
+<section class="helpSection">
167
+<h2>Index</h2>
168
+<p>The <a href="index-files/index-1.html">Index</a> contains an alphabetic index of all classes, interfaces, constructors, methods, and fields, as well as lists of all packages and all classes.</p>
169
+</section>
170
+</li>
171
+<li class="blockList">
172
+<section class="helpSection">
173
+<h2>Serialized Form</h2>
174
+<p>Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.</p>
175
+</section>
176
+</li>
177
+<li class="blockList">
178
+<section class="helpSection">
179
+<h2>Constant Field Values</h2>
180
+<p>The <a href="constant-values.html">Constant Field Values</a> page lists the static final fields and their values.</p>
181
+</section>
182
+</li>
183
+<li class="blockList">
184
+<section class="helpSection">
185
+<h2>Search</h2>
186
+<p>You can search for definitions of modules, packages, types, fields, methods and other terms defined in the API, using some or all of the name. "Camel-case" abbreviations are supported: for example, "InpStr" will find "InputStream" and "InputStreamReader".</p>
187
+</section>
188
+</li>
189
+</ul>
190
+<hr>
191
+<span class="emphasizedPhrase">This help file applies to API documentation generated by the standard doclet.</span></div>
192
+</main>
193
+<footer role="contentinfo">
194
+<nav role="navigation">
195
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
196
+<div class="bottomNav"><a id="navbar.bottom">
197
+<!--   -->
198
+</a>
199
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
200
+<a id="navbar.bottom.firstrow">
201
+<!--   -->
202
+</a>
203
+<ul class="navList" title="Navigation">
204
+<li><a href="index.html">Overview</a></li>
205
+<li>Package</li>
206
+<li>Class</li>
207
+<li><a href="overview-tree.html">Tree</a></li>
208
+<li><a href="deprecated-list.html">Deprecated</a></li>
209
+<li><a href="index-files/index-1.html">Index</a></li>
210
+<li class="navBarCell1Rev">Help</li>
211
+</ul>
212
+</div>
213
+<a id="skip.navbar.bottom">
214
+<!--   -->
215
+</a>
216
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
217
+</nav>
218
+</footer>
219
+</body>
220
+</html>

+ 155
- 0
Serveur/Code Source/JavaEEHelloWorld/index-files/index-1.html View File

@@ -0,0 +1,155 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>A-Index</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="index: A">
10
+<meta name="generator" content="javadoc/SplitIndexWriter">
11
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="../script.js"></script>
14
+<script type="text/javascript" src="../script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="../script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="../script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="split-index">
23
+<script type="text/javascript">var pathtoroot = "../";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="../index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="../overview-tree.html">Tree</a></li>
44
+<li><a href="../deprecated-list.html">Deprecated</a></li>
45
+<li class="navBarCell1Rev">Index</li>
46
+<li><a href="../help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1>Index</h1>
70
+</div>
71
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:A">
72
+<!--   -->
73
+</a>
74
+<h2 class="title">A</h2>
75
+<dl>
76
+<dt><span class="memberNameLink"><a href="../server/Controller/ChatApp.html#activerEcouteTCP()">activerEcouteTCP()</a></span> - Method in class server.Controller.<a href="../server/Controller/ChatApp.html" title="class in server.Controller">ChatApp</a></dt>
77
+<dd>
78
+<div class="block">Lance un thread pour ecouter les requetes TCP
79
+ Informe le pcs que chatapp ecoute les notifications qu'il envoie</div>
80
+</dd>
81
+<dt><span class="memberNameLink"><a href="../server/Controller/ChatApp.html#activerEcouteUDP()">activerEcouteUDP()</a></span> - Method in class server.Controller.<a href="../server/Controller/ChatApp.html" title="class in server.Controller">ChatApp</a></dt>
82
+<dd>
83
+<div class="block">Lance le thread pour receptionner les requetes UDP</div>
84
+</dd>
85
+<dt><span class="memberNameLink"><a href="../server/Model/ListUtilisateurs.html#addList(server.Model.Utilisateur)">addList(Utilisateur)</a></span> - Method in class server.Model.<a href="../server/Model/ListUtilisateurs.html" title="class in server.Model">ListUtilisateurs</a></dt>
86
+<dd>
87
+<div class="block">Ajouter des utilisateurs actifs dans l'attribut liste 'actifUsers'</div>
88
+</dd>
89
+<dt><span class="memberNameLink"><a href="../server/Protocol/RunnerEcouteTCP.html#addPropertyChangeListener(java.beans.PropertyChangeListener)">addPropertyChangeListener(PropertyChangeListener)</a></span> - Method in class server.Protocol.<a href="../server/Protocol/RunnerEcouteTCP.html" title="class in server.Protocol">RunnerEcouteTCP</a></dt>
90
+<dd>
91
+<div class="block">Permet aux classes qui appelle cette methode de connecter un PropertyChangeListener au PropertyChangeSupport</div>
92
+</dd>
93
+<dt><span class="memberNameLink"><a href="../server/Protocol/SessionClavardage.html#addPropertyChangeListener(java.beans.PropertyChangeListener)">addPropertyChangeListener(PropertyChangeListener)</a></span> - Method in class server.Protocol.<a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></dt>
94
+<dd>
95
+<div class="block">Permet aux PropertyChangeListener de s'abonner aux notifications des evenements</div>
96
+</dd>
97
+<dt><span class="memberNameLink"><a href="../server/Protocol/RunnerEcouteTCP.html#addSession(server.Protocol.SessionClavardage)">addSession(SessionClavardage)</a></span> - Method in class server.Protocol.<a href="../server/Protocol/RunnerEcouteTCP.html" title="class in server.Protocol">RunnerEcouteTCP</a></dt>
98
+<dd>
99
+<div class="block">Methode permettant d'ajouter une session active dans la liste 'ListeSessions'</div>
100
+</dd>
101
+<dt><span class="memberNameLink"><a href="../server/Model/ListUtilisateurs.html#afficherListeUtilisateurs()">afficherListeUtilisateurs()</a></span> - Method in class server.Model.<a href="../server/Model/ListUtilisateurs.html" title="class in server.Model">ListUtilisateurs</a></dt>
102
+<dd>
103
+<div class="block">Methode affichant la liste des utilisateurs actifs</div>
104
+</dd>
105
+<dt><span class="memberNameLink"><a href="../server/JavaEEHelloWorld/HelloServlet.html#afficherUtilisateurs()">afficherUtilisateurs()</a></span> - Static method in class server.JavaEEHelloWorld.<a href="../server/JavaEEHelloWorld/HelloServlet.html" title="class in server.JavaEEHelloWorld">HelloServlet</a></dt>
106
+<dd>&nbsp;</dd>
107
+<dt><span class="memberNameLink"><a href="../server/Model/DataBase.html#ajoutHistorique(java.lang.String,java.lang.String,java.lang.String)">ajoutHistorique(String, String, String)</a></span> - Method in class server.Model.<a href="../server/Model/DataBase.html" title="class in server.Model">DataBase</a></dt>
108
+<dd>
109
+<div class="block">Methode permettant de mettre a jour le pseudo d'un utilisateur en fonction de son ID dans la base de donnee</div>
110
+</dd>
111
+<dt><span class="memberNameLink"><a href="../server/Model/DataBase.html#ajoutUtilisateurs(java.lang.String,java.lang.String)">ajoutUtilisateurs(String, String)</a></span> - Method in class server.Model.<a href="../server/Model/DataBase.html" title="class in server.Model">DataBase</a></dt>
112
+<dd>
113
+<div class="block">Methode permettant d'ajouter un utilisateur dans la base de donnée si celui-ci n'existe pas deja</div>
114
+</dd>
115
+<dt><span class="memberNameLink"><a href="../server/Protocol/RunnerEcouteTCP.html#app">app</a></span> - Variable in class server.Protocol.<a href="../server/Protocol/RunnerEcouteTCP.html" title="class in server.Protocol">RunnerEcouteTCP</a></dt>
116
+<dd>&nbsp;</dd>
117
+<dt><span class="memberNameLink"><a href="../server/Model/ListUtilisateurs.html#appartient(server.Model.Utilisateur)">appartient(Utilisateur)</a></span> - Method in class server.Model.<a href="../server/Model/ListUtilisateurs.html" title="class in server.Model">ListUtilisateurs</a></dt>
118
+<dd>
119
+<div class="block">Methode permettant de savoir si un utilisateur est contenu dans la liste 'actifUsers'</div>
120
+</dd>
121
+<dt><span class="memberNameLink"><a href="../server/Protocol/SessionClavardage.html#arretSession()">arretSession()</a></span> - Method in class server.Protocol.<a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></dt>
122
+<dd>
123
+<div class="block"> Methode permettant d'arreter cette session de clavardage et de prevenir l'autre utilisateur de la fin de la session</div>
124
+</dd>
125
+</dl>
126
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
127
+</main>
128
+<footer role="contentinfo">
129
+<nav role="navigation">
130
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
131
+<div class="bottomNav"><a id="navbar.bottom">
132
+<!--   -->
133
+</a>
134
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
135
+<a id="navbar.bottom.firstrow">
136
+<!--   -->
137
+</a>
138
+<ul class="navList" title="Navigation">
139
+<li><a href="../index.html">Overview</a></li>
140
+<li>Package</li>
141
+<li>Class</li>
142
+<li><a href="../overview-tree.html">Tree</a></li>
143
+<li><a href="../deprecated-list.html">Deprecated</a></li>
144
+<li class="navBarCell1Rev">Index</li>
145
+<li><a href="../help-doc.html">Help</a></li>
146
+</ul>
147
+</div>
148
+<a id="skip.navbar.bottom">
149
+<!--   -->
150
+</a>
151
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
152
+</nav>
153
+</footer>
154
+</body>
155
+</html>

+ 111
- 0
Serveur/Code Source/JavaEEHelloWorld/index-files/index-10.html View File

@@ -0,0 +1,111 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>N-Index</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="index: N">
10
+<meta name="generator" content="javadoc/SplitIndexWriter">
11
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="../script.js"></script>
14
+<script type="text/javascript" src="../script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="../script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="../script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="split-index">
23
+<script type="text/javascript">var pathtoroot = "../";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="../index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="../overview-tree.html">Tree</a></li>
44
+<li><a href="../deprecated-list.html">Deprecated</a></li>
45
+<li class="navBarCell1Rev">Index</li>
46
+<li><a href="../help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1>Index</h1>
70
+</div>
71
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:N">
72
+<!--   -->
73
+</a>
74
+<h2 class="title">N</h2>
75
+<dl>
76
+<dt><span class="memberNameLink"><a href="../server/JavaEEHelloWorld/HelloServlet.html#notify(server.Model.Utilisateur,java.lang.String)">notify(Utilisateur, String)</a></span> - Static method in class server.JavaEEHelloWorld.<a href="../server/JavaEEHelloWorld/HelloServlet.html" title="class in server.JavaEEHelloWorld">HelloServlet</a></dt>
77
+<dd>
78
+<div class="block">Methode permettant de prévenir tous les utilisateurs connectés d'un événement <br>
79
+     Un événement peut être la connexion d'un nouvel utilisateur, un changement de pseudo ou la déconnexion d'un utilisateur actif</div>
80
+</dd>
81
+</dl>
82
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
83
+</main>
84
+<footer role="contentinfo">
85
+<nav role="navigation">
86
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
87
+<div class="bottomNav"><a id="navbar.bottom">
88
+<!--   -->
89
+</a>
90
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
91
+<a id="navbar.bottom.firstrow">
92
+<!--   -->
93
+</a>
94
+<ul class="navList" title="Navigation">
95
+<li><a href="../index.html">Overview</a></li>
96
+<li>Package</li>
97
+<li>Class</li>
98
+<li><a href="../overview-tree.html">Tree</a></li>
99
+<li><a href="../deprecated-list.html">Deprecated</a></li>
100
+<li class="navBarCell1Rev">Index</li>
101
+<li><a href="../help-doc.html">Help</a></li>
102
+</ul>
103
+</div>
104
+<a id="skip.navbar.bottom">
105
+<!--   -->
106
+</a>
107
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
108
+</nav>
109
+</footer>
110
+</body>
111
+</html>

+ 123
- 0
Serveur/Code Source/JavaEEHelloWorld/index-files/index-11.html View File

@@ -0,0 +1,123 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>P-Index</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="index: P">
10
+<meta name="generator" content="javadoc/SplitIndexWriter">
11
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="../script.js"></script>
14
+<script type="text/javascript" src="../script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="../script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="../script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="split-index">
23
+<script type="text/javascript">var pathtoroot = "../";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="../index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="../overview-tree.html">Tree</a></li>
44
+<li><a href="../deprecated-list.html">Deprecated</a></li>
45
+<li class="navBarCell1Rev">Index</li>
46
+<li><a href="../help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1>Index</h1>
70
+</div>
71
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:P">
72
+<!--   -->
73
+</a>
74
+<h2 class="title">P</h2>
75
+<dl>
76
+<dt><span class="memberNameLink"><a href="../server/Controller/ChatApp.html#propertyChange(java.beans.PropertyChangeEvent)">propertyChange(PropertyChangeEvent)</a></span> - Method in class server.Controller.<a href="../server/Controller/ChatApp.html" title="class in server.Controller">ChatApp</a></dt>
77
+<dd>
78
+<div class="block">Handler des differents evenements que chatapp ecoute</div>
79
+</dd>
80
+<dt><span class="memberNameLink"><a href="../server/Protocol/Proxy.html#propertyChange(java.beans.PropertyChangeEvent)">propertyChange(PropertyChangeEvent)</a></span> - Method in class server.Protocol.<a href="../server/Protocol/Proxy.html" title="class in server.Protocol">Proxy</a></dt>
81
+<dd>
82
+<div class="block">Permet de réagir aux différents evenements possibles, soient la réception d'un message venant de A, de B ou une fin de session</div>
83
+</dd>
84
+<dt><a href="../server/Protocol/Proxy.html" title="class in server.Protocol"><span class="typeNameLink">Proxy</span></a> - Class in <a href="../server/Protocol/package-summary.html">server.Protocol</a></dt>
85
+<dd>
86
+<div class="block">La classe Proxy gère les sessions de clavardages qui concernent au moins un utilisateur externe <br>
87
+     Chaque message arrivant d'une session sera transféré à l'autre</div>
88
+</dd>
89
+<dt><span class="memberNameLink"><a href="../server/Protocol/Proxy.html#%3Cinit%3E(server.Protocol.SessionClavardage)">Proxy(SessionClavardage)</a></span> - Constructor for class server.Protocol.<a href="../server/Protocol/Proxy.html" title="class in server.Protocol">Proxy</a></dt>
90
+<dd>
91
+<div class="block">Constructeur de la classe Proxy, permet d'instancier les parametres relatifs à la session de clavardage avec l'utilisateur A</div>
92
+</dd>
93
+</dl>
94
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
95
+</main>
96
+<footer role="contentinfo">
97
+<nav role="navigation">
98
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
99
+<div class="bottomNav"><a id="navbar.bottom">
100
+<!--   -->
101
+</a>
102
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
103
+<a id="navbar.bottom.firstrow">
104
+<!--   -->
105
+</a>
106
+<ul class="navList" title="Navigation">
107
+<li><a href="../index.html">Overview</a></li>
108
+<li>Package</li>
109
+<li>Class</li>
110
+<li><a href="../overview-tree.html">Tree</a></li>
111
+<li><a href="../deprecated-list.html">Deprecated</a></li>
112
+<li class="navBarCell1Rev">Index</li>
113
+<li><a href="../help-doc.html">Help</a></li>
114
+</ul>
115
+</div>
116
+<a id="skip.navbar.bottom">
117
+<!--   -->
118
+</a>
119
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
120
+</nav>
121
+</footer>
122
+</body>
123
+</html>

+ 144
- 0
Serveur/Code Source/JavaEEHelloWorld/index-files/index-12.html View File

@@ -0,0 +1,144 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>R-Index</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="index: R">
10
+<meta name="generator" content="javadoc/SplitIndexWriter">
11
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="../script.js"></script>
14
+<script type="text/javascript" src="../script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="../script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="../script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="split-index">
23
+<script type="text/javascript">var pathtoroot = "../";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="../index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="../overview-tree.html">Tree</a></li>
44
+<li><a href="../deprecated-list.html">Deprecated</a></li>
45
+<li class="navBarCell1Rev">Index</li>
46
+<li><a href="../help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1>Index</h1>
70
+</div>
71
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:R">
72
+<!--   -->
73
+</a>
74
+<h2 class="title">R</h2>
75
+<dl>
76
+<dt><span class="memberNameLink"><a href="../server/Model/DataBase.html#recupMsg(java.lang.String,java.lang.String,int,int)">recupMsg(String, String, int, int)</a></span> - Method in class server.Model.<a href="../server/Model/DataBase.html" title="class in server.Model">DataBase</a></dt>
77
+<dd>
78
+<div class="block">Methode permettant de recuperer les messages d'une plage de donnée [deb,fin] envoyés entre 2 utilisateurs</div>
79
+</dd>
80
+<dt><span class="memberNameLink"><a href="../server/Model/DataBase.html#recupNMsg(java.lang.String,java.lang.String,int)">recupNMsg(String, String, int)</a></span> - Method in class server.Model.<a href="../server/Model/DataBase.html" title="class in server.Model">DataBase</a></dt>
81
+<dd>
82
+<div class="block">Methode permettant de recuperer les N derniers messages envoyés entre 2 utilisateurs</div>
83
+</dd>
84
+<dt><span class="memberNameLink"><a href="../server/Protocol/RunnerEcouteTCP.html#run()">run()</a></span> - Method in class server.Protocol.<a href="../server/Protocol/RunnerEcouteTCP.html" title="class in server.Protocol">RunnerEcouteTCP</a></dt>
85
+<dd>
86
+<div class="block">Methode qui vient ecraser la méthode run de la classe Thread.</div>
87
+</dd>
88
+<dt><span class="memberNameLink"><a href="../server/Protocol/RunnerEcouteUDP.html#run()">run()</a></span> - Method in class server.Protocol.<a href="../server/Protocol/RunnerEcouteUDP.html" title="class in server.Protocol">RunnerEcouteUDP</a></dt>
89
+<dd>
90
+<div class="block">Methode qui vient ecraser la méthode run de la classe Thread.</div>
91
+</dd>
92
+<dt><span class="memberNameLink"><a href="../server/Protocol/SessionClavardage.html#run()">run()</a></span> - Method in class server.Protocol.<a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></dt>
93
+<dd>
94
+<div class="block"> Methode lancee par le thread, permet de receptionner les messages horodates recus et d'agir en conséquence selon le type de message recu</div>
95
+</dd>
96
+<dt><a href="../server/Protocol/RunnerEcouteTCP.html" title="class in server.Protocol"><span class="typeNameLink">RunnerEcouteTCP</span></a> - Class in <a href="../server/Protocol/package-summary.html">server.Protocol</a></dt>
97
+<dd>
98
+<div class="block">
99
+     Classe permettant de gérer les multiples connexions en TCP.</div>
100
+</dd>
101
+<dt><span class="memberNameLink"><a href="../server/Protocol/RunnerEcouteTCP.html#%3Cinit%3E(server.Controller.ChatApp)">RunnerEcouteTCP(ChatApp)</a></span> - Constructor for class server.Protocol.<a href="../server/Protocol/RunnerEcouteTCP.html" title="class in server.Protocol">RunnerEcouteTCP</a></dt>
102
+<dd>
103
+<div class="block">Constructeur</div>
104
+</dd>
105
+<dt><a href="../server/Protocol/RunnerEcouteUDP.html" title="class in server.Protocol"><span class="typeNameLink">RunnerEcouteUDP</span></a> - Class in <a href="../server/Protocol/package-summary.html">server.Protocol</a></dt>
106
+<dd>
107
+<div class="block">
108
+     Classe permettant de gérer les multiples connexions en UDP.</div>
109
+</dd>
110
+<dt><span class="memberNameLink"><a href="../server/Protocol/RunnerEcouteUDP.html#%3Cinit%3E(server.Controller.ChatApp)">RunnerEcouteUDP(ChatApp)</a></span> - Constructor for class server.Protocol.<a href="../server/Protocol/RunnerEcouteUDP.html" title="class in server.Protocol">RunnerEcouteUDP</a></dt>
111
+<dd>
112
+<div class="block">Constructeur</div>
113
+</dd>
114
+</dl>
115
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
116
+</main>
117
+<footer role="contentinfo">
118
+<nav role="navigation">
119
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
120
+<div class="bottomNav"><a id="navbar.bottom">
121
+<!--   -->
122
+</a>
123
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
124
+<a id="navbar.bottom.firstrow">
125
+<!--   -->
126
+</a>
127
+<ul class="navList" title="Navigation">
128
+<li><a href="../index.html">Overview</a></li>
129
+<li>Package</li>
130
+<li>Class</li>
131
+<li><a href="../overview-tree.html">Tree</a></li>
132
+<li><a href="../deprecated-list.html">Deprecated</a></li>
133
+<li class="navBarCell1Rev">Index</li>
134
+<li><a href="../help-doc.html">Help</a></li>
135
+</ul>
136
+</div>
137
+<a id="skip.navbar.bottom">
138
+<!--   -->
139
+</a>
140
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
141
+</nav>
142
+</footer>
143
+</body>
144
+</html>

+ 208
- 0
Serveur/Code Source/JavaEEHelloWorld/index-files/index-13.html View File

@@ -0,0 +1,208 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>S-Index</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="index: S">
10
+<meta name="generator" content="javadoc/SplitIndexWriter">
11
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="../script.js"></script>
14
+<script type="text/javascript" src="../script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="../script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="../script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="split-index">
23
+<script type="text/javascript">var pathtoroot = "../";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="../index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="../overview-tree.html">Tree</a></li>
44
+<li><a href="../deprecated-list.html">Deprecated</a></li>
45
+<li class="navBarCell1Rev">Index</li>
46
+<li><a href="../help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1>Index</h1>
70
+</div>
71
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:S">
72
+<!--   -->
73
+</a>
74
+<h2 class="title">S</h2>
75
+<dl>
76
+<dt><a href="../server/Controller/package-summary.html">server.Controller</a> - package server.Controller</dt>
77
+<dd>&nbsp;</dd>
78
+<dt><a href="../server/JavaEEHelloWorld/package-summary.html">server.JavaEEHelloWorld</a> - package server.JavaEEHelloWorld</dt>
79
+<dd>&nbsp;</dd>
80
+<dt><a href="../server/Model/package-summary.html">server.Model</a> - package server.Model</dt>
81
+<dd>&nbsp;</dd>
82
+<dt><a href="../server/Protocol/package-summary.html">server.Protocol</a> - package server.Protocol</dt>
83
+<dd>&nbsp;</dd>
84
+<dt><a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol"><span class="typeNameLink">SessionClavardage</span></a> - Class in <a href="../server/Protocol/package-summary.html">server.Protocol</a></dt>
85
+<dd>
86
+<div class="block">
87
+ Classe représentant une session de clavrdage.</div>
88
+</dd>
89
+<dt><span class="memberNameLink"><a href="../server/Protocol/SessionClavardage.html#%3Cinit%3E(java.net.Socket,server.Controller.ChatApp)">SessionClavardage(Socket, ChatApp)</a></span> - Constructor for class server.Protocol.<a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></dt>
90
+<dd>
91
+<div class="block"> Ce constructeur crée une session de clavardage quand on recoit une requete</div>
92
+</dd>
93
+<dt><span class="memberNameLink"><a href="../server/Protocol/SessionClavardage.html#%3Cinit%3E(server.Model.Utilisateur,server.Controller.ChatApp)">SessionClavardage(Utilisateur, ChatApp)</a></span> - Constructor for class server.Protocol.<a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></dt>
94
+<dd>
95
+<div class="block"> Le constructeur associe a l'envoi d'une requete TCP, lorsque que l'on veut initier une session de clavardage avec un utilisateur connecte</div>
96
+</dd>
97
+<dt><span class="memberNameLink"><a href="../server/Protocol/SessionClavardage.html#setApp(server.Controller.ChatApp)">setApp(ChatApp)</a></span> - Method in class server.Protocol.<a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></dt>
98
+<dd>
99
+<div class="block">Setter</div>
100
+</dd>
101
+<dt><span class="memberNameLink"><a href="../server/Protocol/UDPEchange.html#setConnecte(java.lang.Boolean)">setConnecte(Boolean)</a></span> - Static method in class server.Protocol.<a href="../server/Protocol/UDPEchange.html" title="class in server.Protocol">UDPEchange</a></dt>
102
+<dd>
103
+<div class="block">Setter</div>
104
+</dd>
105
+<dt><span class="memberNameLink"><a href="../server/Model/MessageHorodate.html#setDate(java.util.Date)">setDate(Date)</a></span> - Method in class server.Model.<a href="../server/Model/MessageHorodate.html" title="class in server.Model">MessageHorodate</a></dt>
106
+<dd>
107
+<div class="block">Setter: Date d'horodatage
108
+ On modifie le date d'horodatage</div>
109
+</dd>
110
+<dt><span class="memberNameLink"><a href="../server/Model/MessageHorodate.html#setDateHorodatage(java.util.Date)">setDateHorodatage(Date)</a></span> - Method in class server.Model.<a href="../server/Model/MessageHorodate.html" title="class in server.Model">MessageHorodate</a></dt>
111
+<dd>
112
+<div class="block">Setter: Date d'horodatage
113
+ On modifie le date.</div>
114
+</dd>
115
+<dt><span class="memberNameLink"><a href="../server/Model/MessageHorodate.html#setDestinataire(server.Model.Utilisateur)">setDestinataire(Utilisateur)</a></span> - Method in class server.Model.<a href="../server/Model/MessageHorodate.html" title="class in server.Model">MessageHorodate</a></dt>
116
+<dd>
117
+<div class="block">Setter: Utilisateur Destinataire
118
+ On modifie l'utilisateur Destinataire</div>
119
+</dd>
120
+<dt><span class="memberNameLink"><a href="../server/Model/Utilisateur.html#setId(java.lang.String)">setId(String)</a></span> - Method in class server.Model.<a href="../server/Model/Utilisateur.html" title="class in server.Model">Utilisateur</a></dt>
121
+<dd>&nbsp;</dd>
122
+<dt><span class="memberNameLink"><a href="../server/Protocol/SessionClavardage.html#setIn(java.io.ObjectInputStream)">setIn(ObjectInputStream)</a></span> - Method in class server.Protocol.<a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></dt>
123
+<dd>
124
+<div class="block">Setter</div>
125
+</dd>
126
+<dt><span class="memberNameLink"><a href="../server/Model/Utilisateur.html#setIP(java.net.InetAddress)">setIP(InetAddress)</a></span> - Method in class server.Model.<a href="../server/Model/Utilisateur.html" title="class in server.Model">Utilisateur</a></dt>
127
+<dd>&nbsp;</dd>
128
+<dt><span class="memberNameLink"><a href="../server/Protocol/SessionClavardage.html#setLink(java.net.Socket)">setLink(Socket)</a></span> - Method in class server.Protocol.<a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></dt>
129
+<dd>
130
+<div class="block">Setter</div>
131
+</dd>
132
+<dt><span class="memberNameLink"><a href="../server/Model/MessageHorodate.html#setMessage(java.lang.String)">setMessage(String)</a></span> - Method in class server.Model.<a href="../server/Model/MessageHorodate.html" title="class in server.Model">MessageHorodate</a></dt>
133
+<dd>
134
+<div class="block">Setter: Message envoye
135
+ On modifie le message envoye</div>
136
+</dd>
137
+<dt><span class="memberNameLink"><a href="../server/Protocol/SessionClavardage.html#setOut(java.io.ObjectOutputStream)">setOut(ObjectOutputStream)</a></span> - Method in class server.Protocol.<a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></dt>
138
+<dd>
139
+<div class="block">Setter</div>
140
+</dd>
141
+<dt><span class="memberNameLink"><a href="../server/Model/Utilisateur.html#setPort(java.lang.Integer)">setPort(Integer)</a></span> - Method in class server.Model.<a href="../server/Model/Utilisateur.html" title="class in server.Model">Utilisateur</a></dt>
142
+<dd>&nbsp;</dd>
143
+<dt><span class="memberNameLink"><a href="../server/Model/Utilisateur.html#setPseudo(java.lang.String)">setPseudo(String)</a></span> - Method in class server.Model.<a href="../server/Model/Utilisateur.html" title="class in server.Model">Utilisateur</a></dt>
144
+<dd>&nbsp;</dd>
145
+<dt><span class="memberNameLink"><a href="../server/Protocol/UDPEchange.html#setPseudoValide(java.lang.Boolean)">setPseudoValide(Boolean)</a></span> - Static method in class server.Protocol.<a href="../server/Protocol/UDPEchange.html" title="class in server.Protocol">UDPEchange</a></dt>
146
+<dd>
147
+<div class="block">Setter</div>
148
+</dd>
149
+<dt><span class="memberNameLink"><a href="../server/Model/MessageHorodate.html#setSource(server.Model.Utilisateur)">setSource(Utilisateur)</a></span> - Method in class server.Model.<a href="../server/Model/MessageHorodate.html" title="class in server.Model">MessageHorodate</a></dt>
150
+<dd>
151
+<div class="block">Setter: Utilisateur Source
152
+ On modifie l'utilisateur source</div>
153
+</dd>
154
+<dt><span class="memberNameLink"><a href="../server/Model/MessageHorodate.html#setType(int)">setType(int)</a></span> - Method in class server.Model.<a href="../server/Model/MessageHorodate.html" title="class in server.Model">MessageHorodate</a></dt>
155
+<dd>
156
+<div class="block">Setter: 'Type' du message horodate
157
+ On modifie l'integer 'Type'</div>
158
+</dd>
159
+<dt><span class="memberNameLink"><a href="../server/Protocol/SessionClavardage.html#setU2(server.Model.Utilisateur)">setU2(Utilisateur)</a></span> - Method in class server.Protocol.<a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></dt>
160
+<dd>
161
+<div class="block">Setter</div>
162
+</dd>
163
+<dt><span class="memberNameLink"><a href="../server/Model/MessageHorodate.html#stringToMessageHorodate(java.lang.String)">stringToMessageHorodate(String)</a></span> - Static method in class server.Model.<a href="../server/Model/MessageHorodate.html" title="class in server.Model">MessageHorodate</a></dt>
164
+<dd>
165
+<div class="block">
166
+ Permet de re creer un message horodate a partir d'un string</div>
167
+</dd>
168
+<dt><span class="memberNameLink"><a href="../server/Model/Utilisateur.html#stringToUtilisateur(java.lang.String)">stringToUtilisateur(String)</a></span> - Static method in class server.Model.<a href="../server/Model/Utilisateur.html" title="class in server.Model">Utilisateur</a></dt>
169
+<dd>&nbsp;</dd>
170
+<dt><span class="memberNameLink"><a href="../server/JavaEEHelloWorld/HelloServlet.html#subscribe(server.Model.Utilisateur)">subscribe(Utilisateur)</a></span> - Method in class server.JavaEEHelloWorld.<a href="../server/JavaEEHelloWorld/HelloServlet.html" title="class in server.JavaEEHelloWorld">HelloServlet</a></dt>
171
+<dd>
172
+<div class="block"> La methode subscribe permet de gerer la connexion d'un hote distant.</div>
173
+</dd>
174
+<dt><span class="memberNameLink"><a href="../server/Model/ListUtilisateurs.html#supprimerList(server.Model.Utilisateur)">supprimerList(Utilisateur)</a></span> - Method in class server.Model.<a href="../server/Model/ListUtilisateurs.html" title="class in server.Model">ListUtilisateurs</a></dt>
175
+<dd>
176
+<div class="block">Supprimer de la liste des utilisateurs actifs 'actifUsers' un certain utilisateur</div>
177
+</dd>
178
+</dl>
179
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
180
+</main>
181
+<footer role="contentinfo">
182
+<nav role="navigation">
183
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
184
+<div class="bottomNav"><a id="navbar.bottom">
185
+<!--   -->
186
+</a>
187
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
188
+<a id="navbar.bottom.firstrow">
189
+<!--   -->
190
+</a>
191
+<ul class="navList" title="Navigation">
192
+<li><a href="../index.html">Overview</a></li>
193
+<li>Package</li>
194
+<li>Class</li>
195
+<li><a href="../overview-tree.html">Tree</a></li>
196
+<li><a href="../deprecated-list.html">Deprecated</a></li>
197
+<li class="navBarCell1Rev">Index</li>
198
+<li><a href="../help-doc.html">Help</a></li>
199
+</ul>
200
+</div>
201
+<a id="skip.navbar.bottom">
202
+<!--   -->
203
+</a>
204
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
205
+</nav>
206
+</footer>
207
+</body>
208
+</html>

+ 117
- 0
Serveur/Code Source/JavaEEHelloWorld/index-files/index-14.html View File

@@ -0,0 +1,117 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>T-Index</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="index: T">
10
+<meta name="generator" content="javadoc/SplitIndexWriter">
11
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="../script.js"></script>
14
+<script type="text/javascript" src="../script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="../script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="../script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="split-index">
23
+<script type="text/javascript">var pathtoroot = "../";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="../index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="../overview-tree.html">Tree</a></li>
44
+<li><a href="../deprecated-list.html">Deprecated</a></li>
45
+<li class="navBarCell1Rev">Index</li>
46
+<li><a href="../help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1>Index</h1>
70
+</div>
71
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:T">
72
+<!--   -->
73
+</a>
74
+<h2 class="title">T</h2>
75
+<dl>
76
+<dt><span class="memberNameLink"><a href="../server/Model/DataBase.html#tailleBDD(java.lang.String)">tailleBDD(String)</a></span> - Method in class server.Model.<a href="../server/Model/DataBase.html" title="class in server.Model">DataBase</a></dt>
77
+<dd>
78
+<div class="block">Cette méthode sert à recuperer la taille d'un base de donnée</div>
79
+</dd>
80
+<dt><span class="memberNameLink"><a href="../server/Model/MessageHorodate.html#toString()">toString()</a></span> - Method in class server.Model.<a href="../server/Model/MessageHorodate.html" title="class in server.Model">MessageHorodate</a></dt>
81
+<dd>
82
+<div class="block">
83
+ Permet de creer une representation string du message</div>
84
+</dd>
85
+<dt><span class="memberNameLink"><a href="../server/Model/Utilisateur.html#toString()">toString()</a></span> - Method in class server.Model.<a href="../server/Model/Utilisateur.html" title="class in server.Model">Utilisateur</a></dt>
86
+<dd>&nbsp;</dd>
87
+</dl>
88
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
89
+</main>
90
+<footer role="contentinfo">
91
+<nav role="navigation">
92
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
93
+<div class="bottomNav"><a id="navbar.bottom">
94
+<!--   -->
95
+</a>
96
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
97
+<a id="navbar.bottom.firstrow">
98
+<!--   -->
99
+</a>
100
+<ul class="navList" title="Navigation">
101
+<li><a href="../index.html">Overview</a></li>
102
+<li>Package</li>
103
+<li>Class</li>
104
+<li><a href="../overview-tree.html">Tree</a></li>
105
+<li><a href="../deprecated-list.html">Deprecated</a></li>
106
+<li class="navBarCell1Rev">Index</li>
107
+<li><a href="../help-doc.html">Help</a></li>
108
+</ul>
109
+</div>
110
+<a id="skip.navbar.bottom">
111
+<!--   -->
112
+</a>
113
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
114
+</nav>
115
+</footer>
116
+</body>
117
+</html>

+ 127
- 0
Serveur/Code Source/JavaEEHelloWorld/index-files/index-15.html View File

@@ -0,0 +1,127 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>U-Index</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="index: U">
10
+<meta name="generator" content="javadoc/SplitIndexWriter">
11
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="../script.js"></script>
14
+<script type="text/javascript" src="../script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="../script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="../script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="split-index">
23
+<script type="text/javascript">var pathtoroot = "../";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="../index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="../overview-tree.html">Tree</a></li>
44
+<li><a href="../deprecated-list.html">Deprecated</a></li>
45
+<li class="navBarCell1Rev">Index</li>
46
+<li><a href="../help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1>Index</h1>
70
+</div>
71
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:U">
72
+<!--   -->
73
+</a>
74
+<h2 class="title">U</h2>
75
+<dl>
76
+<dt><a href="../server/Protocol/UDPEchange.html" title="class in server.Protocol"><span class="typeNameLink">UDPEchange</span></a> - Class in <a href="../server/Protocol/package-summary.html">server.Protocol</a></dt>
77
+<dd>
78
+<div class="block">
79
+ Classe representant les echanges UDP entre utilisateurs.</div>
80
+</dd>
81
+<dt><span class="memberNameLink"><a href="../server/Protocol/UDPEchange.html#%3Cinit%3E()">UDPEchange()</a></span> - Constructor for class server.Protocol.<a href="../server/Protocol/UDPEchange.html" title="class in server.Protocol">UDPEchange</a></dt>
82
+<dd>&nbsp;</dd>
83
+<dt><span class="memberNameLink"><a href="../server/JavaEEHelloWorld/HelloServlet.html#update(server.Model.Utilisateur,java.lang.String)">update(Utilisateur, String)</a></span> - Method in class server.JavaEEHelloWorld.<a href="../server/JavaEEHelloWorld/HelloServlet.html" title="class in server.JavaEEHelloWorld">HelloServlet</a></dt>
84
+<dd>
85
+<div class="block">Cette methode permet de verifier l'unicite d'un pseudo, lorsqu'un utilisateur souhaite changer le sien.</div>
86
+</dd>
87
+<dt><a href="../server/Model/Utilisateur.html" title="class in server.Model"><span class="typeNameLink">Utilisateur</span></a> - Class in <a href="../server/Model/package-summary.html">server.Model</a></dt>
88
+<dd>
89
+<div class="block">
90
+ Classe representant un Utilisateur
91
+ Un Utilisateur est associe avec un pseudo, un numero de port, une addresse IP ainsi qu'un ID.</div>
92
+</dd>
93
+<dt><span class="memberNameLink"><a href="../server/Model/Utilisateur.html#%3Cinit%3E(java.lang.String,java.lang.Integer,java.net.InetAddress)">Utilisateur(String, Integer, InetAddress)</a></span> - Constructor for class server.Model.<a href="../server/Model/Utilisateur.html" title="class in server.Model">Utilisateur</a></dt>
94
+<dd>
95
+<div class="block">Constructeur : Utilisateur</div>
96
+</dd>
97
+</dl>
98
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
99
+</main>
100
+<footer role="contentinfo">
101
+<nav role="navigation">
102
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
103
+<div class="bottomNav"><a id="navbar.bottom">
104
+<!--   -->
105
+</a>
106
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
107
+<a id="navbar.bottom.firstrow">
108
+<!--   -->
109
+</a>
110
+<ul class="navList" title="Navigation">
111
+<li><a href="../index.html">Overview</a></li>
112
+<li>Package</li>
113
+<li>Class</li>
114
+<li><a href="../overview-tree.html">Tree</a></li>
115
+<li><a href="../deprecated-list.html">Deprecated</a></li>
116
+<li class="navBarCell1Rev">Index</li>
117
+<li><a href="../help-doc.html">Help</a></li>
118
+</ul>
119
+</div>
120
+<a id="skip.navbar.bottom">
121
+<!--   -->
122
+</a>
123
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
124
+</nav>
125
+</footer>
126
+</body>
127
+</html>

+ 110
- 0
Serveur/Code Source/JavaEEHelloWorld/index-files/index-16.html View File

@@ -0,0 +1,110 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>V-Index</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="index: V">
10
+<meta name="generator" content="javadoc/SplitIndexWriter">
11
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="../script.js"></script>
14
+<script type="text/javascript" src="../script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="../script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="../script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="split-index">
23
+<script type="text/javascript">var pathtoroot = "../";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="../index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="../overview-tree.html">Tree</a></li>
44
+<li><a href="../deprecated-list.html">Deprecated</a></li>
45
+<li class="navBarCell1Rev">Index</li>
46
+<li><a href="../help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1>Index</h1>
70
+</div>
71
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:V">
72
+<!--   -->
73
+</a>
74
+<h2 class="title">V</h2>
75
+<dl>
76
+<dt><span class="memberNameLink"><a href="../server/Model/ListUtilisateurs.html#verifierUnicite(java.lang.String)">verifierUnicite(String)</a></span> - Method in class server.Model.<a href="../server/Model/ListUtilisateurs.html" title="class in server.Model">ListUtilisateurs</a></dt>
77
+<dd>
78
+<div class="block">Verifie qu'aucun autre utilisateur ne possede le meme pseudo</div>
79
+</dd>
80
+</dl>
81
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
82
+</main>
83
+<footer role="contentinfo">
84
+<nav role="navigation">
85
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
86
+<div class="bottomNav"><a id="navbar.bottom">
87
+<!--   -->
88
+</a>
89
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
90
+<a id="navbar.bottom.firstrow">
91
+<!--   -->
92
+</a>
93
+<ul class="navList" title="Navigation">
94
+<li><a href="../index.html">Overview</a></li>
95
+<li>Package</li>
96
+<li>Class</li>
97
+<li><a href="../overview-tree.html">Tree</a></li>
98
+<li><a href="../deprecated-list.html">Deprecated</a></li>
99
+<li class="navBarCell1Rev">Index</li>
100
+<li><a href="../help-doc.html">Help</a></li>
101
+</ul>
102
+</div>
103
+<a id="skip.navbar.bottom">
104
+<!--   -->
105
+</a>
106
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
107
+</nav>
108
+</footer>
109
+</body>
110
+</html>

+ 123
- 0
Serveur/Code Source/JavaEEHelloWorld/index-files/index-2.html View File

@@ -0,0 +1,123 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>C-Index</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="index: C">
10
+<meta name="generator" content="javadoc/SplitIndexWriter">
11
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="../script.js"></script>
14
+<script type="text/javascript" src="../script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="../script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="../script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="split-index">
23
+<script type="text/javascript">var pathtoroot = "../";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="../index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="../overview-tree.html">Tree</a></li>
44
+<li><a href="../deprecated-list.html">Deprecated</a></li>
45
+<li class="navBarCell1Rev">Index</li>
46
+<li><a href="../help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1>Index</h1>
70
+</div>
71
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:C">
72
+<!--   -->
73
+</a>
74
+<h2 class="title">C</h2>
75
+<dl>
76
+<dt><a href="../server/Controller/ChatApp.html" title="class in server.Controller"><span class="typeNameLink">ChatApp</span></a> - Class in <a href="../server/Controller/package-summary.html">server.Controller</a></dt>
77
+<dd>
78
+<div class="block"> Controller de l'application.</div>
79
+</dd>
80
+<dt><span class="memberNameLink"><a href="../server/Controller/ChatApp.html#%3Cinit%3E(java.lang.String,java.lang.Integer)">ChatApp(String, Integer)</a></span> - Constructor for class server.Controller.<a href="../server/Controller/ChatApp.html" title="class in server.Controller">ChatApp</a></dt>
81
+<dd>
82
+<div class="block">Constructeur de l'application de chat</div>
83
+</dd>
84
+<dt><span class="memberNameLink"><a href="../server/Controller/ChatApp.html#connexion(java.lang.String)">connexion(String)</a></span> - Method in class server.Controller.<a href="../server/Controller/ChatApp.html" title="class in server.Controller">ChatApp</a></dt>
85
+<dd>
86
+<div class="block">Methode appelee lors de la connexion de l'utilisateur, va prevenir les autres
87
+ utlisateurs du reseau de l'arrivee de l'utilisateur sur celui-ci</div>
88
+</dd>
89
+<dt><span class="memberNameLink"><a href="../server/Model/DataBase.html#CreationTableHistorique(java.lang.String,java.lang.String)">CreationTableHistorique(String, String)</a></span> - Method in class server.Model.<a href="../server/Model/DataBase.html" title="class in server.Model">DataBase</a></dt>
90
+<dd>
91
+<div class="block">Methode permettant de creer une table pour stocker les messages entre deux utilisateurs</div>
92
+</dd>
93
+</dl>
94
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
95
+</main>
96
+<footer role="contentinfo">
97
+<nav role="navigation">
98
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
99
+<div class="bottomNav"><a id="navbar.bottom">
100
+<!--   -->
101
+</a>
102
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
103
+<a id="navbar.bottom.firstrow">
104
+<!--   -->
105
+</a>
106
+<ul class="navList" title="Navigation">
107
+<li><a href="../index.html">Overview</a></li>
108
+<li>Package</li>
109
+<li>Class</li>
110
+<li><a href="../overview-tree.html">Tree</a></li>
111
+<li><a href="../deprecated-list.html">Deprecated</a></li>
112
+<li class="navBarCell1Rev">Index</li>
113
+<li><a href="../help-doc.html">Help</a></li>
114
+</ul>
115
+</div>
116
+<a id="skip.navbar.bottom">
117
+<!--   -->
118
+</a>
119
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
120
+</nav>
121
+</footer>
122
+</body>
123
+</html>

+ 139
- 0
Serveur/Code Source/JavaEEHelloWorld/index-files/index-3.html View File

@@ -0,0 +1,139 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>D-Index</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="index: D">
10
+<meta name="generator" content="javadoc/SplitIndexWriter">
11
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="../script.js"></script>
14
+<script type="text/javascript" src="../script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="../script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="../script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="split-index">
23
+<script type="text/javascript">var pathtoroot = "../";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="../index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="../overview-tree.html">Tree</a></li>
44
+<li><a href="../deprecated-list.html">Deprecated</a></li>
45
+<li class="navBarCell1Rev">Index</li>
46
+<li><a href="../help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1>Index</h1>
70
+</div>
71
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:D">
72
+<!--   -->
73
+</a>
74
+<h2 class="title">D</h2>
75
+<dl>
76
+<dt><a href="../server/Model/DataBase.html" title="class in server.Model"><span class="typeNameLink">DataBase</span></a> - Class in <a href="../server/Model/package-summary.html">server.Model</a></dt>
77
+<dd>
78
+<div class="block">
79
+ Classe representant la Base de données.</div>
80
+</dd>
81
+<dt><span class="memberNameLink"><a href="../server/Model/DataBase.html#%3Cinit%3E()">DataBase()</a></span> - Constructor for class server.Model.<a href="../server/Model/DataBase.html" title="class in server.Model">DataBase</a></dt>
82
+<dd>
83
+<div class="block">Constructeur de la database
84
+ On installe le driver et on établit la connection.</div>
85
+</dd>
86
+<dt><span class="memberNameLink"><a href="../server/Model/MessageHorodate.html#dateToString()">dateToString()</a></span> - Method in class server.Model.<a href="../server/Model/MessageHorodate.html" title="class in server.Model">MessageHorodate</a></dt>
87
+<dd>
88
+<div class="block">
89
+ Permet de creer une representation string de la date d'horodatage</div>
90
+</dd>
91
+<dt><span class="memberNameLink"><a href="../server/Controller/ChatApp.html#deconnexion()">deconnexion()</a></span> - Method in class server.Controller.<a href="../server/Controller/ChatApp.html" title="class in server.Controller">ChatApp</a></dt>
92
+<dd>
93
+<div class="block">Methode appelee lors de la deconnexion  de l'utilisateur.</div>
94
+</dd>
95
+<dt><span class="memberNameLink"><a href="../server/Controller/ChatApp.html#demarrerSession(java.lang.String)">demarrerSession(String)</a></span> - Method in class server.Controller.<a href="../server/Controller/ChatApp.html" title="class in server.Controller">ChatApp</a></dt>
96
+<dd>
97
+<div class="block">Demarre une session de clavardage avec l'utilisateur dont le pseudo est entre en parametre</div>
98
+</dd>
99
+<dt><span class="memberNameLink"><a href="../server/JavaEEHelloWorld/HelloServlet.html#destroy()">destroy()</a></span> - Method in class server.JavaEEHelloWorld.<a href="../server/JavaEEHelloWorld/HelloServlet.html" title="class in server.JavaEEHelloWorld">HelloServlet</a></dt>
100
+<dd>&nbsp;</dd>
101
+<dt><span class="memberNameLink"><a href="../server/JavaEEHelloWorld/HelloServlet.html#doGet(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">doGet(HttpServletRequest, HttpServletResponse)</a></span> - Method in class server.JavaEEHelloWorld.<a href="../server/JavaEEHelloWorld/HelloServlet.html" title="class in server.JavaEEHelloWorld">HelloServlet</a></dt>
102
+<dd>
103
+<div class="block">Affiche la page d'acceuil lorsque le server est lance.</div>
104
+</dd>
105
+<dt><span class="memberNameLink"><a href="../server/JavaEEHelloWorld/HelloServlet.html#doPost(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)">doPost(HttpServletRequest, HttpServletResponse)</a></span> - Method in class server.JavaEEHelloWorld.<a href="../server/JavaEEHelloWorld/HelloServlet.html" title="class in server.JavaEEHelloWorld">HelloServlet</a></dt>
106
+<dd>
107
+<div class="block"> Cette methode vient gerer les requetes HTTP POST entrantes, et emet des reponses.</div>
108
+</dd>
109
+</dl>
110
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
111
+</main>
112
+<footer role="contentinfo">
113
+<nav role="navigation">
114
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
115
+<div class="bottomNav"><a id="navbar.bottom">
116
+<!--   -->
117
+</a>
118
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
119
+<a id="navbar.bottom.firstrow">
120
+<!--   -->
121
+</a>
122
+<ul class="navList" title="Navigation">
123
+<li><a href="../index.html">Overview</a></li>
124
+<li>Package</li>
125
+<li>Class</li>
126
+<li><a href="../overview-tree.html">Tree</a></li>
127
+<li><a href="../deprecated-list.html">Deprecated</a></li>
128
+<li class="navBarCell1Rev">Index</li>
129
+<li><a href="../help-doc.html">Help</a></li>
130
+</ul>
131
+</div>
132
+<a id="skip.navbar.bottom">
133
+<!--   -->
134
+</a>
135
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
136
+</nav>
137
+</footer>
138
+</body>
139
+</html>

+ 135
- 0
Serveur/Code Source/JavaEEHelloWorld/index-files/index-4.html View File

@@ -0,0 +1,135 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>E-Index</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="index: E">
10
+<meta name="generator" content="javadoc/SplitIndexWriter">
11
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="../script.js"></script>
14
+<script type="text/javascript" src="../script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="../script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="../script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="split-index">
23
+<script type="text/javascript">var pathtoroot = "../";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="../index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="../overview-tree.html">Tree</a></li>
44
+<li><a href="../deprecated-list.html">Deprecated</a></li>
45
+<li class="navBarCell1Rev">Index</li>
46
+<li><a href="../help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1>Index</h1>
70
+</div>
71
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:E">
72
+<!--   -->
73
+</a>
74
+<h2 class="title">E</h2>
75
+<dl>
76
+<dt><span class="memberNameLink"><a href="../server/Protocol/RunnerEcouteTCP.html#ecouteTCP(server.Controller.ChatApp)">ecouteTCP(ChatApp)</a></span> - Method in class server.Protocol.<a href="../server/Protocol/RunnerEcouteTCP.html" title="class in server.Protocol">RunnerEcouteTCP</a></dt>
77
+<dd>
78
+<div class="block">
79
+ Methode pour qu'un objet de la classe ChatApp soit constamment en a l'ecoute de potentielles connexions</div>
80
+</dd>
81
+<dt><span class="memberNameLink"><a href="../server/Protocol/UDPEchange.html#ecouteUDP(server.Controller.ChatApp)">ecouteUDP(ChatApp)</a></span> - Static method in class server.Protocol.<a href="../server/Protocol/UDPEchange.html" title="class in server.Protocol">UDPEchange</a></dt>
82
+<dd>
83
+<div class="block">
84
+ Methode permettant la reception de messages d'utilisateurs
85
+ a l'aide du protocole UDP</div>
86
+</dd>
87
+<dt><span class="memberNameLink"><a href="../server/Protocol/UDPEchange.html#EnvoiBroadcast(java.lang.String)">EnvoiBroadcast(String)</a></span> - Static method in class server.Protocol.<a href="../server/Protocol/UDPEchange.html" title="class in server.Protocol">UDPEchange</a></dt>
88
+<dd>
89
+<div class="block">
90
+ Méthode permettant d'envoyer un message à tout les utilisateurs
91
+ a l'aide du protocole UDP</div>
92
+</dd>
93
+<dt><span class="memberNameLink"><a href="../server/Protocol/SessionClavardage.html#envoiMsg(java.lang.String,server.Model.Utilisateur)">envoiMsg(String, Utilisateur)</a></span> - Method in class server.Protocol.<a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></dt>
94
+<dd>
95
+<div class="block">Methode transformant prenant un string pour le transmettre sous la forme d'un message horodate a l'utilisateur distant</div>
96
+</dd>
97
+<dt><span class="memberNameLink"><a href="../server/Protocol/UDPEchange.html#envoiUnicast(java.net.InetAddress,java.lang.String)">envoiUnicast(InetAddress, String)</a></span> - Static method in class server.Protocol.<a href="../server/Protocol/UDPEchange.html" title="class in server.Protocol">UDPEchange</a></dt>
98
+<dd>
99
+<div class="block">
100
+ Methode permettant d'envoyer un message a utilisateur en particulier
101
+ a l'aide du protocole UDP</div>
102
+</dd>
103
+<dt><span class="memberNameLink"><a href="../server/Model/Utilisateur.html#equals(server.Model.Utilisateur)">equals(Utilisateur)</a></span> - Method in class server.Model.<a href="../server/Model/Utilisateur.html" title="class in server.Model">Utilisateur</a></dt>
104
+<dd>&nbsp;</dd>
105
+</dl>
106
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
107
+</main>
108
+<footer role="contentinfo">
109
+<nav role="navigation">
110
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
111
+<div class="bottomNav"><a id="navbar.bottom">
112
+<!--   -->
113
+</a>
114
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
115
+<a id="navbar.bottom.firstrow">
116
+<!--   -->
117
+</a>
118
+<ul class="navList" title="Navigation">
119
+<li><a href="../index.html">Overview</a></li>
120
+<li>Package</li>
121
+<li>Class</li>
122
+<li><a href="../overview-tree.html">Tree</a></li>
123
+<li><a href="../deprecated-list.html">Deprecated</a></li>
124
+<li class="navBarCell1Rev">Index</li>
125
+<li><a href="../help-doc.html">Help</a></li>
126
+</ul>
127
+</div>
128
+<a id="skip.navbar.bottom">
129
+<!--   -->
130
+</a>
131
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
132
+</nav>
133
+</footer>
134
+</body>
135
+</html>

+ 215
- 0
Serveur/Code Source/JavaEEHelloWorld/index-files/index-5.html View File

@@ -0,0 +1,215 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>G-Index</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="index: G">
10
+<meta name="generator" content="javadoc/SplitIndexWriter">
11
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="../script.js"></script>
14
+<script type="text/javascript" src="../script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="../script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="../script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="split-index">
23
+<script type="text/javascript">var pathtoroot = "../";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="../index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="../overview-tree.html">Tree</a></li>
44
+<li><a href="../deprecated-list.html">Deprecated</a></li>
45
+<li class="navBarCell1Rev">Index</li>
46
+<li><a href="../help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1>Index</h1>
70
+</div>
71
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:G">
72
+<!--   -->
73
+</a>
74
+<h2 class="title">G</h2>
75
+<dl>
76
+<dt><span class="memberNameLink"><a href="../server/Controller/ChatApp.html#getActifUsers()">getActifUsers()</a></span> - Method in class server.Controller.<a href="../server/Controller/ChatApp.html" title="class in server.Controller">ChatApp</a></dt>
77
+<dd>
78
+<div class="block">Getter</div>
79
+</dd>
80
+<dt><span class="memberNameLink"><a href="../server/Model/ListUtilisateurs.html#getActifUsers()">getActifUsers()</a></span> - Method in class server.Model.<a href="../server/Model/ListUtilisateurs.html" title="class in server.Model">ListUtilisateurs</a></dt>
81
+<dd>
82
+<div class="block">Getter</div>
83
+</dd>
84
+<dt><span class="memberNameLink"><a href="../server/Protocol/SessionClavardage.html#getApp()">getApp()</a></span> - Method in class server.Protocol.<a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></dt>
85
+<dd>
86
+<div class="block">Getter</div>
87
+</dd>
88
+<dt><span class="memberNameLink"><a href="../server/Protocol/UDPEchange.html#getConnecte()">getConnecte()</a></span> - Static method in class server.Protocol.<a href="../server/Protocol/UDPEchange.html" title="class in server.Protocol">UDPEchange</a></dt>
89
+<dd>
90
+<div class="block">Getter</div>
91
+</dd>
92
+<dt><span class="memberNameLink"><a href="../server/Protocol/UDPEchange.html#getCurrentIp()">getCurrentIp()</a></span> - Static method in class server.Protocol.<a href="../server/Protocol/UDPEchange.html" title="class in server.Protocol">UDPEchange</a></dt>
93
+<dd>
94
+<div class="block">
95
+ Permet de recuperer l'adresse de l'hote sur le reseau au format IPv4.</div>
96
+</dd>
97
+<dt><span class="memberNameLink"><a href="../server/Model/MessageHorodate.html#getDateHorodatage()">getDateHorodatage()</a></span> - Method in class server.Model.<a href="../server/Model/MessageHorodate.html" title="class in server.Model">MessageHorodate</a></dt>
98
+<dd>
99
+<div class="block">Getter: Date d'horodatage</div>
100
+</dd>
101
+<dt><span class="memberNameLink"><a href="../server/Protocol/SessionClavardage.html#getDernierMsg()">getDernierMsg()</a></span> - Method in class server.Protocol.<a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></dt>
102
+<dd>
103
+<div class="block"> Methode permettant de recuperer le dernier message recu qui a ete mis dans la liste des messages recus.</div>
104
+</dd>
105
+<dt><span class="memberNameLink"><a href="../server/Model/MessageHorodate.html#getDestinataire()">getDestinataire()</a></span> - Method in class server.Model.<a href="../server/Model/MessageHorodate.html" title="class in server.Model">MessageHorodate</a></dt>
106
+<dd>
107
+<div class="block">Getter: Utilisateur Destinataire</div>
108
+</dd>
109
+<dt><span class="memberNameLink"><a href="../server/Model/Utilisateur.html#getId()">getId()</a></span> - Method in class server.Model.<a href="../server/Model/Utilisateur.html" title="class in server.Model">Utilisateur</a></dt>
110
+<dd>&nbsp;</dd>
111
+<dt><span class="memberNameLink"><a href="../server/Model/ListUtilisateurs.html#getIDList(java.lang.String)">getIDList(String)</a></span> - Method in class server.Model.<a href="../server/Model/ListUtilisateurs.html" title="class in server.Model">ListUtilisateurs</a></dt>
112
+<dd>&nbsp;</dd>
113
+<dt><span class="memberNameLink"><a href="../server/Protocol/SessionClavardage.html#getIn()">getIn()</a></span> - Method in class server.Protocol.<a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></dt>
114
+<dd>
115
+<div class="block">Getter</div>
116
+</dd>
117
+<dt><span class="memberNameLink"><a href="../server/Controller/ChatApp.html#getInstance()">getInstance()</a></span> - Static method in class server.Controller.<a href="../server/Controller/ChatApp.html" title="class in server.Controller">ChatApp</a></dt>
118
+<dd>&nbsp;</dd>
119
+<dt><span class="memberNameLink"><a href="../server/Model/DataBase.html#getInstance()">getInstance()</a></span> - Static method in class server.Model.<a href="../server/Model/DataBase.html" title="class in server.Model">DataBase</a></dt>
120
+<dd>
121
+<div class="block">Méthode permettant de renvoyer une instance de la classe DataBase</div>
122
+</dd>
123
+<dt><span class="memberNameLink"><a href="../server/Controller/ChatApp.html#getInstance(java.lang.String,java.lang.Integer)">getInstance(String, Integer)</a></span> - Static method in class server.Controller.<a href="../server/Controller/ChatApp.html" title="class in server.Controller">ChatApp</a></dt>
124
+<dd>
125
+<div class="block">Methode permettant de créer qu'une seule instance de chatapp</div>
126
+</dd>
127
+<dt><span class="memberNameLink"><a href="../server/Model/Utilisateur.html#getIp()">getIp()</a></span> - Method in class server.Model.<a href="../server/Model/Utilisateur.html" title="class in server.Model">Utilisateur</a></dt>
128
+<dd>&nbsp;</dd>
129
+<dt><span class="memberNameLink"><a href="../server/Model/ListUtilisateurs.html#getIPList(java.net.InetAddress)">getIPList(InetAddress)</a></span> - Method in class server.Model.<a href="../server/Model/ListUtilisateurs.html" title="class in server.Model">ListUtilisateurs</a></dt>
130
+<dd>
131
+<div class="block">Recuperer un utilisateur a partir de son addresse IP</div>
132
+</dd>
133
+<dt><span class="memberNameLink"><a href="../server/Protocol/SessionClavardage.html#getLink()">getLink()</a></span> - Method in class server.Protocol.<a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></dt>
134
+<dd>&nbsp;</dd>
135
+<dt><span class="memberNameLink"><a href="../server/Controller/ChatApp.html#getMe()">getMe()</a></span> - Method in class server.Controller.<a href="../server/Controller/ChatApp.html" title="class in server.Controller">ChatApp</a></dt>
136
+<dd>
137
+<div class="block">Getter</div>
138
+</dd>
139
+<dt><span class="memberNameLink"><a href="../server/Model/MessageHorodate.html#getMessage()">getMessage()</a></span> - Method in class server.Model.<a href="../server/Model/MessageHorodate.html" title="class in server.Model">MessageHorodate</a></dt>
140
+<dd>
141
+<div class="block">Getter: Message envoye</div>
142
+</dd>
143
+<dt><span class="memberNameLink"><a href="../server/Protocol/UDPEchange.html#getMyAddresses()">getMyAddresses()</a></span> - Static method in class server.Protocol.<a href="../server/Protocol/UDPEchange.html" title="class in server.Protocol">UDPEchange</a></dt>
144
+<dd>&nbsp;</dd>
145
+<dt><span class="memberNameLink"><a href="../server/Protocol/UDPEchange.html#getMyStringAddresses()">getMyStringAddresses()</a></span> - Static method in class server.Protocol.<a href="../server/Protocol/UDPEchange.html" title="class in server.Protocol">UDPEchange</a></dt>
146
+<dd>&nbsp;</dd>
147
+<dt><span class="memberNameLink"><a href="../server/Model/DataBase.html#getNomTable(server.Model.Utilisateur,server.Model.Utilisateur)">getNomTable(Utilisateur, Utilisateur)</a></span> - Method in class server.Model.<a href="../server/Model/DataBase.html" title="class in server.Model">DataBase</a></dt>
148
+<dd>&nbsp;</dd>
149
+<dt><span class="memberNameLink"><a href="../server/Protocol/SessionClavardage.html#getOut()">getOut()</a></span> - Method in class server.Protocol.<a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></dt>
150
+<dd>
151
+<div class="block">Getter</div>
152
+</dd>
153
+<dt><span class="memberNameLink"><a href="../server/Model/Utilisateur.html#getPort()">getPort()</a></span> - Method in class server.Model.<a href="../server/Model/Utilisateur.html" title="class in server.Model">Utilisateur</a></dt>
154
+<dd>&nbsp;</dd>
155
+<dt><span class="memberNameLink"><a href="../server/Model/Utilisateur.html#getPseudo()">getPseudo()</a></span> - Method in class server.Model.<a href="../server/Model/Utilisateur.html" title="class in server.Model">Utilisateur</a></dt>
156
+<dd>&nbsp;</dd>
157
+<dt><span class="memberNameLink"><a href="../server/Model/ListUtilisateurs.html#getPseudoList(java.lang.String)">getPseudoList(String)</a></span> - Method in class server.Model.<a href="../server/Model/ListUtilisateurs.html" title="class in server.Model">ListUtilisateurs</a></dt>
158
+<dd>
159
+<div class="block">Recuperer un utilisateur a partir de son pseudo</div>
160
+</dd>
161
+<dt><span class="memberNameLink"><a href="../server/Protocol/UDPEchange.html#getPseudoValide()">getPseudoValide()</a></span> - Static method in class server.Protocol.<a href="../server/Protocol/UDPEchange.html" title="class in server.Protocol">UDPEchange</a></dt>
162
+<dd>
163
+<div class="block">Getter</div>
164
+</dd>
165
+<dt><span class="memberNameLink"><a href="../server/Protocol/RunnerEcouteTCP.html#getSessionClavardage()">getSessionClavardage()</a></span> - Method in class server.Protocol.<a href="../server/Protocol/RunnerEcouteTCP.html" title="class in server.Protocol">RunnerEcouteTCP</a></dt>
166
+<dd>
167
+<div class="block">Methode permettant de recupere la derniere session de clavardage creee dans 'ListeSessions'</div>
168
+</dd>
169
+<dt><span class="memberNameLink"><a href="../server/Protocol/SessionClavardage.html#getSessionID()">getSessionID()</a></span> - Method in class server.Protocol.<a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></dt>
170
+<dd>
171
+<div class="block">Getter</div>
172
+</dd>
173
+<dt><span class="memberNameLink"><a href="../server/Model/MessageHorodate.html#getSource()">getSource()</a></span> - Method in class server.Model.<a href="../server/Model/MessageHorodate.html" title="class in server.Model">MessageHorodate</a></dt>
174
+<dd>
175
+<div class="block">Getter: Utilisateur Source</div>
176
+</dd>
177
+<dt><span class="memberNameLink"><a href="../server/Model/MessageHorodate.html#getType()">getType()</a></span> - Method in class server.Model.<a href="../server/Model/MessageHorodate.html" title="class in server.Model">MessageHorodate</a></dt>
178
+<dd>
179
+<div class="block">Getter: 'Type' du message</div>
180
+</dd>
181
+<dt><span class="memberNameLink"><a href="../server/Protocol/SessionClavardage.html#getU2()">getU2()</a></span> - Method in class server.Protocol.<a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></dt>
182
+<dd>
183
+<div class="block">Getter</div>
184
+</dd>
185
+</dl>
186
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
187
+</main>
188
+<footer role="contentinfo">
189
+<nav role="navigation">
190
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
191
+<div class="bottomNav"><a id="navbar.bottom">
192
+<!--   -->
193
+</a>
194
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
195
+<a id="navbar.bottom.firstrow">
196
+<!--   -->
197
+</a>
198
+<ul class="navList" title="Navigation">
199
+<li><a href="../index.html">Overview</a></li>
200
+<li>Package</li>
201
+<li>Class</li>
202
+<li><a href="../overview-tree.html">Tree</a></li>
203
+<li><a href="../deprecated-list.html">Deprecated</a></li>
204
+<li class="navBarCell1Rev">Index</li>
205
+<li><a href="../help-doc.html">Help</a></li>
206
+</ul>
207
+</div>
208
+<a id="skip.navbar.bottom">
209
+<!--   -->
210
+</a>
211
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
212
+</nav>
213
+</footer>
214
+</body>
215
+</html>

+ 112
- 0
Serveur/Code Source/JavaEEHelloWorld/index-files/index-6.html View File

@@ -0,0 +1,112 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>H-Index</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="index: H">
10
+<meta name="generator" content="javadoc/SplitIndexWriter">
11
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="../script.js"></script>
14
+<script type="text/javascript" src="../script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="../script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="../script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="split-index">
23
+<script type="text/javascript">var pathtoroot = "../";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="../index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="../overview-tree.html">Tree</a></li>
44
+<li><a href="../deprecated-list.html">Deprecated</a></li>
45
+<li class="navBarCell1Rev">Index</li>
46
+<li><a href="../help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1>Index</h1>
70
+</div>
71
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:H">
72
+<!--   -->
73
+</a>
74
+<h2 class="title">H</h2>
75
+<dl>
76
+<dt><a href="../server/JavaEEHelloWorld/HelloServlet.html" title="class in server.JavaEEHelloWorld"><span class="typeNameLink">HelloServlet</span></a> - Class in <a href="../server/JavaEEHelloWorld/package-summary.html">server.JavaEEHelloWorld</a></dt>
77
+<dd>
78
+<div class="block"> Cette classe extends HttpServlet.</div>
79
+</dd>
80
+<dt><span class="memberNameLink"><a href="../server/JavaEEHelloWorld/HelloServlet.html#%3Cinit%3E()">HelloServlet()</a></span> - Constructor for class server.JavaEEHelloWorld.<a href="../server/JavaEEHelloWorld/HelloServlet.html" title="class in server.JavaEEHelloWorld">HelloServlet</a></dt>
81
+<dd>&nbsp;</dd>
82
+</dl>
83
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
84
+</main>
85
+<footer role="contentinfo">
86
+<nav role="navigation">
87
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
88
+<div class="bottomNav"><a id="navbar.bottom">
89
+<!--   -->
90
+</a>
91
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
92
+<a id="navbar.bottom.firstrow">
93
+<!--   -->
94
+</a>
95
+<ul class="navList" title="Navigation">
96
+<li><a href="../index.html">Overview</a></li>
97
+<li>Package</li>
98
+<li>Class</li>
99
+<li><a href="../overview-tree.html">Tree</a></li>
100
+<li><a href="../deprecated-list.html">Deprecated</a></li>
101
+<li class="navBarCell1Rev">Index</li>
102
+<li><a href="../help-doc.html">Help</a></li>
103
+</ul>
104
+</div>
105
+<a id="skip.navbar.bottom">
106
+<!--   -->
107
+</a>
108
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
109
+</nav>
110
+</footer>
111
+</body>
112
+</html>

+ 120
- 0
Serveur/Code Source/JavaEEHelloWorld/index-files/index-7.html View File

@@ -0,0 +1,120 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>I-Index</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="index: I">
10
+<meta name="generator" content="javadoc/SplitIndexWriter">
11
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="../script.js"></script>
14
+<script type="text/javascript" src="../script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="../script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="../script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="split-index">
23
+<script type="text/javascript">var pathtoroot = "../";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="../index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="../overview-tree.html">Tree</a></li>
44
+<li><a href="../deprecated-list.html">Deprecated</a></li>
45
+<li class="navBarCell1Rev">Index</li>
46
+<li><a href="../help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1>Index</h1>
70
+</div>
71
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:I">
72
+<!--   -->
73
+</a>
74
+<h2 class="title">I</h2>
75
+<dl>
76
+<dt><span class="memberNameLink"><a href="../server/Model/DataBase.html#idExiste(java.lang.String)">idExiste(String)</a></span> - Method in class server.Model.<a href="../server/Model/DataBase.html" title="class in server.Model">DataBase</a></dt>
77
+<dd>
78
+<div class="block">Methode permettant de savoir si un utilisateur existe dans la base de donnée 'Utilisateurs'</div>
79
+</dd>
80
+<dt><span class="memberNameLink"><a href="../server/JavaEEHelloWorld/HelloServlet.html#init()">init()</a></span> - Method in class server.JavaEEHelloWorld.<a href="../server/JavaEEHelloWorld/HelloServlet.html" title="class in server.JavaEEHelloWorld">HelloServlet</a></dt>
81
+<dd>
82
+<div class="block">Methode initialisant le servlet lors de son allumage.</div>
83
+</dd>
84
+<dt><span class="memberNameLink"><a href="../server/Protocol/SessionClavardage.html#initierSession(server.Model.Utilisateur)">initierSession(Utilisateur)</a></span> - Method in class server.Protocol.<a href="../server/Protocol/SessionClavardage.html" title="class in server.Protocol">SessionClavardage</a></dt>
85
+<dd>
86
+<div class="block"> Permet d'envoyer le message de début de session avec l'utilisateur entré en paramètre</div>
87
+</dd>
88
+<dt><span class="memberNameLink"><a href="../server/Controller/ChatApp.html#isConnecte()">isConnecte()</a></span> - Method in class server.Controller.<a href="../server/Controller/ChatApp.html" title="class in server.Controller">ChatApp</a></dt>
89
+<dd>&nbsp;</dd>
90
+</dl>
91
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
92
+</main>
93
+<footer role="contentinfo">
94
+<nav role="navigation">
95
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
96
+<div class="bottomNav"><a id="navbar.bottom">
97
+<!--   -->
98
+</a>
99
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
100
+<a id="navbar.bottom.firstrow">
101
+<!--   -->
102
+</a>
103
+<ul class="navList" title="Navigation">
104
+<li><a href="../index.html">Overview</a></li>
105
+<li>Package</li>
106
+<li>Class</li>
107
+<li><a href="../overview-tree.html">Tree</a></li>
108
+<li><a href="../deprecated-list.html">Deprecated</a></li>
109
+<li class="navBarCell1Rev">Index</li>
110
+<li><a href="../help-doc.html">Help</a></li>
111
+</ul>
112
+</div>
113
+<a id="skip.navbar.bottom">
114
+<!--   -->
115
+</a>
116
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
117
+</nav>
118
+</footer>
119
+</body>
120
+</html>

+ 117
- 0
Serveur/Code Source/JavaEEHelloWorld/index-files/index-8.html View File

@@ -0,0 +1,117 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>L-Index</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="index: L">
10
+<meta name="generator" content="javadoc/SplitIndexWriter">
11
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="../script.js"></script>
14
+<script type="text/javascript" src="../script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="../script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="../script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="split-index">
23
+<script type="text/javascript">var pathtoroot = "../";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="../index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="../overview-tree.html">Tree</a></li>
44
+<li><a href="../deprecated-list.html">Deprecated</a></li>
45
+<li class="navBarCell1Rev">Index</li>
46
+<li><a href="../help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1>Index</h1>
70
+</div>
71
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:L">
72
+<!--   -->
73
+</a>
74
+<h2 class="title">L</h2>
75
+<dl>
76
+<dt><span class="memberNameLink"><a href="../server/JavaEEHelloWorld/HelloServlet.html#listeUtil">listeUtil</a></span> - Static variable in class server.JavaEEHelloWorld.<a href="../server/JavaEEHelloWorld/HelloServlet.html" title="class in server.JavaEEHelloWorld">HelloServlet</a></dt>
77
+<dd>&nbsp;</dd>
78
+<dt><a href="../server/Model/ListUtilisateurs.html" title="class in server.Model"><span class="typeNameLink">ListUtilisateurs</span></a> - Class in <a href="../server/Model/package-summary.html">server.Model</a></dt>
79
+<dd>
80
+<div class="block">
81
+ Classe representant La liste des utilisateurs actifs, stockée localement</div>
82
+</dd>
83
+<dt><span class="memberNameLink"><a href="../server/Model/ListUtilisateurs.html#%3Cinit%3E()">ListUtilisateurs()</a></span> - Constructor for class server.Model.<a href="../server/Model/ListUtilisateurs.html" title="class in server.Model">ListUtilisateurs</a></dt>
84
+<dd>
85
+<div class="block">Constructeur : initialise la liste 'actifUsers'</div>
86
+</dd>
87
+</dl>
88
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
89
+</main>
90
+<footer role="contentinfo">
91
+<nav role="navigation">
92
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
93
+<div class="bottomNav"><a id="navbar.bottom">
94
+<!--   -->
95
+</a>
96
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
97
+<a id="navbar.bottom.firstrow">
98
+<!--   -->
99
+</a>
100
+<ul class="navList" title="Navigation">
101
+<li><a href="../index.html">Overview</a></li>
102
+<li>Package</li>
103
+<li>Class</li>
104
+<li><a href="../overview-tree.html">Tree</a></li>
105
+<li><a href="../deprecated-list.html">Deprecated</a></li>
106
+<li class="navBarCell1Rev">Index</li>
107
+<li><a href="../help-doc.html">Help</a></li>
108
+</ul>
109
+</div>
110
+<a id="skip.navbar.bottom">
111
+<!--   -->
112
+</a>
113
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
114
+</nav>
115
+</footer>
116
+</body>
117
+</html>

+ 133
- 0
Serveur/Code Source/JavaEEHelloWorld/index-files/index-9.html View File

@@ -0,0 +1,133 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>M-Index</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="index: M">
10
+<meta name="generator" content="javadoc/SplitIndexWriter">
11
+<link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="../script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="../script.js"></script>
14
+<script type="text/javascript" src="../script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="../script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="../script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="../script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="split-index">
23
+<script type="text/javascript">var pathtoroot = "../";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="../index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="../overview-tree.html">Tree</a></li>
44
+<li><a href="../deprecated-list.html">Deprecated</a></li>
45
+<li class="navBarCell1Rev">Index</li>
46
+<li><a href="../help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1>Index</h1>
70
+</div>
71
+<div class="contentContainer"><a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a><a id="I:M">
72
+<!--   -->
73
+</a>
74
+<h2 class="title">M</h2>
75
+<dl>
76
+<dt><span class="memberNameLink"><a href="../server/Model/DataBase.html#majPseudo(java.lang.String,java.lang.String)">majPseudo(String, String)</a></span> - Method in class server.Model.<a href="../server/Model/DataBase.html" title="class in server.Model">DataBase</a></dt>
77
+<dd>
78
+<div class="block">Methode permettant de mettre a jour le pseudo d'un utilisateur en fonction de son ID dans la base de donnee</div>
79
+</dd>
80
+<dt><span class="memberNameLink"><a href="../server/Model/DataBase.html#majUtilisateursActifs(java.lang.Boolean,java.lang.String)">majUtilisateursActifs(Boolean, String)</a></span> - Method in class server.Model.<a href="../server/Model/DataBase.html" title="class in server.Model">DataBase</a></dt>
81
+<dd>
82
+<div class="block">Methode permettant de mettre a jour les utilisateurs actuellement actif</div>
83
+</dd>
84
+<dt><a href="../server/Model/MessageHorodate.html" title="class in server.Model"><span class="typeNameLink">MessageHorodate</span></a> - Class in <a href="../server/Model/package-summary.html">server.Model</a></dt>
85
+<dd>
86
+<div class="block">
87
+ Classe representant les messages envoyes en TCP lors d'une session de clavardage.</div>
88
+</dd>
89
+<dt><span class="memberNameLink"><a href="../server/Model/MessageHorodate.html#%3Cinit%3E(server.Model.Utilisateur,server.Model.Utilisateur,java.lang.String,int)">MessageHorodate(Utilisateur, Utilisateur, String, int)</a></span> - Constructor for class server.Model.<a href="../server/Model/MessageHorodate.html" title="class in server.Model">MessageHorodate</a></dt>
90
+<dd>
91
+<div class="block">
92
+ Constructeur , le message va etre horodate</div>
93
+</dd>
94
+<dt><span class="memberNameLink"><a href="../server/Model/ListUtilisateurs.html#modifierList(java.lang.String,java.lang.String)">modifierList(String, String)</a></span> - Method in class server.Model.<a href="../server/Model/ListUtilisateurs.html" title="class in server.Model">ListUtilisateurs</a></dt>
95
+<dd>
96
+<div class="block">Modifier le pseudo d'un utilisateur dans la liste des utilisateurs actifs 'actifUsers'</div>
97
+</dd>
98
+<dt><span class="memberNameLink"><a href="../server/Controller/ChatApp.html#modifierPseudo(java.lang.String)">modifierPseudo(String)</a></span> - Method in class server.Controller.<a href="../server/Controller/ChatApp.html" title="class in server.Controller">ChatApp</a></dt>
99
+<dd>
100
+<div class="block">Modification du pseudo de l'utilisateur
101
+ Envoie en broadcast ses informations utilisateurs et son nouveau pseudo</div>
102
+</dd>
103
+</dl>
104
+<a href="index-1.html">A</a>&nbsp;<a href="index-2.html">C</a>&nbsp;<a href="index-3.html">D</a>&nbsp;<a href="index-4.html">E</a>&nbsp;<a href="index-5.html">G</a>&nbsp;<a href="index-6.html">H</a>&nbsp;<a href="index-7.html">I</a>&nbsp;<a href="index-8.html">L</a>&nbsp;<a href="index-9.html">M</a>&nbsp;<a href="index-10.html">N</a>&nbsp;<a href="index-11.html">P</a>&nbsp;<a href="index-12.html">R</a>&nbsp;<a href="index-13.html">S</a>&nbsp;<a href="index-14.html">T</a>&nbsp;<a href="index-15.html">U</a>&nbsp;<a href="index-16.html">V</a>&nbsp;<br><a href="../allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="../allpackages-index.html">All&nbsp;Packages</a></div>
105
+</main>
106
+<footer role="contentinfo">
107
+<nav role="navigation">
108
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
109
+<div class="bottomNav"><a id="navbar.bottom">
110
+<!--   -->
111
+</a>
112
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
113
+<a id="navbar.bottom.firstrow">
114
+<!--   -->
115
+</a>
116
+<ul class="navList" title="Navigation">
117
+<li><a href="../index.html">Overview</a></li>
118
+<li>Package</li>
119
+<li>Class</li>
120
+<li><a href="../overview-tree.html">Tree</a></li>
121
+<li><a href="../deprecated-list.html">Deprecated</a></li>
122
+<li class="navBarCell1Rev">Index</li>
123
+<li><a href="../help-doc.html">Help</a></li>
124
+</ul>
125
+</div>
126
+<a id="skip.navbar.bottom">
127
+<!--   -->
128
+</a>
129
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
130
+</nav>
131
+</footer>
132
+</body>
133
+</html>

+ 127
- 0
Serveur/Code Source/JavaEEHelloWorld/index.html View File

@@ -0,0 +1,127 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>Overview</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="package index">
10
+<meta name="generator" content="javadoc/PackageIndexWriter">
11
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="script.js"></script>
14
+<script type="text/javascript" src="script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="package-index">
23
+<script type="text/javascript">var pathtoroot = "./";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li class="navBarCell1Rev">Overview</li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li><a href="overview-tree.html">Tree</a></li>
44
+<li><a href="deprecated-list.html">Deprecated</a></li>
45
+<li><a href="index-files/index-1.html">Index</a></li>
46
+<li><a href="help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="contentContainer">
69
+<div class="overviewSummary">
70
+<table>
71
+<caption><span>Packages</span><span class="tabEnd">&nbsp;</span></caption>
72
+<thead>
73
+<tr>
74
+<th class="colFirst" scope="col">Package</th>
75
+<th class="colLast" scope="col">Description</th>
76
+</tr>
77
+</thead>
78
+<tbody>
79
+<tr class="altColor" id="i0">
80
+<th class="colFirst" scope="row"><a href="server/Controller/package-summary.html">server.Controller</a></th>
81
+<td class="colLast">&nbsp;</td>
82
+</tr>
83
+<tr class="rowColor" id="i1">
84
+<th class="colFirst" scope="row"><a href="server/JavaEEHelloWorld/package-summary.html">server.JavaEEHelloWorld</a></th>
85
+<td class="colLast">&nbsp;</td>
86
+</tr>
87
+<tr class="altColor" id="i2">
88
+<th class="colFirst" scope="row"><a href="server/Model/package-summary.html">server.Model</a></th>
89
+<td class="colLast">&nbsp;</td>
90
+</tr>
91
+<tr class="rowColor" id="i3">
92
+<th class="colFirst" scope="row"><a href="server/Protocol/package-summary.html">server.Protocol</a></th>
93
+<td class="colLast">&nbsp;</td>
94
+</tr>
95
+</tbody>
96
+</table>
97
+</div>
98
+</div>
99
+</main>
100
+<footer role="contentinfo">
101
+<nav role="navigation">
102
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
103
+<div class="bottomNav"><a id="navbar.bottom">
104
+<!--   -->
105
+</a>
106
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
107
+<a id="navbar.bottom.firstrow">
108
+<!--   -->
109
+</a>
110
+<ul class="navList" title="Navigation">
111
+<li class="navBarCell1Rev">Overview</li>
112
+<li>Package</li>
113
+<li>Class</li>
114
+<li><a href="overview-tree.html">Tree</a></li>
115
+<li><a href="deprecated-list.html">Deprecated</a></li>
116
+<li><a href="index-files/index-1.html">Index</a></li>
117
+<li><a href="help-doc.html">Help</a></li>
118
+</ul>
119
+</div>
120
+<a id="skip.navbar.bottom">
121
+<!--   -->
122
+</a>
123
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
124
+</nav>
125
+</footer>
126
+</body>
127
+</html>

+ 1
- 0
Serveur/Code Source/JavaEEHelloWorld/member-search-index.js
File diff suppressed because it is too large
View File


BIN
Serveur/Code Source/JavaEEHelloWorld/member-search-index.zip View File


+ 26
- 0
Serveur/Code Source/JavaEEHelloWorld/overview-summary.html View File

@@ -0,0 +1,26 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>Generated Documentation (Untitled)</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="index redirect">
10
+<meta name="generator" content="javadoc/IndexRedirectWriter">
11
+<link rel="canonical" href="index.html">
12
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
13
+<script type="text/javascript">window.location.replace('index.html')</script>
14
+<noscript>
15
+<meta http-equiv="Refresh" content="0;index.html">
16
+</noscript>
17
+</head>
18
+<body class="index-redirect">
19
+<main role="main">
20
+<noscript>
21
+<p>JavaScript is disabled on your browser.</p>
22
+</noscript>
23
+<p><a href="index.html">index.html</a></p>
24
+</main>
25
+</body>
26
+</html>

+ 140
- 0
Serveur/Code Source/JavaEEHelloWorld/overview-tree.html View File

@@ -0,0 +1,140 @@
1
+<!DOCTYPE HTML>
2
+<!-- NewPage -->
3
+<html lang="fr">
4
+<head>
5
+<!-- Generated by javadoc (13.0.2) on Sat Jan 30 14:01:33 CET 2021 -->
6
+<title>Class Hierarchy</title>
7
+<meta http-equiv="Content-Type" content="text/html; charset=utf8">
8
+<meta name="dc.created" content="2021-01-30">
9
+<meta name="description" content="class tree">
10
+<meta name="generator" content="javadoc/TreeWriter">
11
+<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
12
+<link rel="stylesheet" type="text/css" href="script-dir/jquery-ui.css" title="Style">
13
+<script type="text/javascript" src="script.js"></script>
14
+<script type="text/javascript" src="script-dir/jszip/dist/jszip.min.js"></script>
15
+<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils.min.js"></script>
16
+<!--[if IE]>
17
+<script type="text/javascript" src="script-dir/jszip-utils/dist/jszip-utils-ie.min.js"></script>
18
+<![endif]-->
19
+<script type="text/javascript" src="script-dir/jquery-3.4.1.js"></script>
20
+<script type="text/javascript" src="script-dir/jquery-ui.js"></script>
21
+</head>
22
+<body class="tree">
23
+<script type="text/javascript">var pathtoroot = "./";
24
+loadScripts(document, 'script');</script>
25
+<noscript>
26
+<div>JavaScript is disabled on your browser.</div>
27
+</noscript>
28
+<header role="banner">
29
+<nav role="navigation">
30
+<div class="fixedNav">
31
+<!-- ========= START OF TOP NAVBAR ======= -->
32
+<div class="topNav"><a id="navbar.top">
33
+<!--   -->
34
+</a>
35
+<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
36
+<a id="navbar.top.firstrow">
37
+<!--   -->
38
+</a>
39
+<ul class="navList" title="Navigation">
40
+<li><a href="index.html">Overview</a></li>
41
+<li>Package</li>
42
+<li>Class</li>
43
+<li class="navBarCell1Rev">Tree</li>
44
+<li><a href="deprecated-list.html">Deprecated</a></li>
45
+<li><a href="index-files/index-1.html">Index</a></li>
46
+<li><a href="help-doc.html">Help</a></li>
47
+</ul>
48
+</div>
49
+<div class="subNav">
50
+<div class="navListSearch"><label for="search">SEARCH:</label>
51
+<input type="text" id="search" value="search" disabled="disabled">
52
+<input type="reset" id="reset" value="reset" disabled="disabled">
53
+</div>
54
+</div>
55
+<a id="skip.navbar.top">
56
+<!--   -->
57
+</a>
58
+<!-- ========= END OF TOP NAVBAR ========= -->
59
+</div>
60
+<div class="navPadding">&nbsp;</div>
61
+<script type="text/javascript"><!--
62
+$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
63
+//-->
64
+</script>
65
+</nav>
66
+</header>
67
+<main role="main">
68
+<div class="header">
69
+<h1 class="title">Hierarchy For All Packages</h1>
70
+<span class="packageHierarchyLabel">Package Hierarchies:</span>
71
+<ul class="horizontal">
72
+<li><a href="server/Controller/package-tree.html">server.Controller</a>, </li>
73
+<li><a href="server/JavaEEHelloWorld/package-tree.html">server.JavaEEHelloWorld</a>, </li>
74
+<li><a href="server/Model/package-tree.html">server.Model</a>, </li>
75
+<li><a href="server/Protocol/package-tree.html">server.Protocol</a></li>
76
+</ul>
77
+</div>
78
+<div class="contentContainer">
79
+<section class="hierarchy">
80
+<h2 title="Class Hierarchy">Class Hierarchy</h2>
81
+<ul>
82
+<li class="circle">java.lang.Object
83
+<ul>
84
+<li class="circle">server.Controller.<a href="server/Controller/ChatApp.html" title="class in server.Controller"><span class="typeNameLink">ChatApp</span></a> (implements java.beans.PropertyChangeListener)</li>
85
+<li class="circle">server.Model.<a href="server/Model/DataBase.html" title="class in server.Model"><span class="typeNameLink">DataBase</span></a></li>
86
+<li class="circle">javax.servlet.GenericServlet (implements java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig)
87
+<ul>
88
+<li class="circle">javax.servlet.http.HttpServlet
89
+<ul>
90
+<li class="circle">server.JavaEEHelloWorld.<a href="server/JavaEEHelloWorld/HelloServlet.html" title="class in server.JavaEEHelloWorld"><span class="typeNameLink">HelloServlet</span></a></li>
91
+</ul>
92
+</li>
93
+</ul>
94
+</li>
95
+<li class="circle">server.Model.<a href="server/Model/ListUtilisateurs.html" title="class in server.Model"><span class="typeNameLink">ListUtilisateurs</span></a></li>
96
+<li class="circle">server.Model.<a href="server/Model/MessageHorodate.html" title="class in server.Model"><span class="typeNameLink">MessageHorodate</span></a> (implements java.io.Serializable)</li>
97
+<li class="circle">server.Protocol.<a href="server/Protocol/Proxy.html" title="class in server.Protocol"><span class="typeNameLink">Proxy</span></a> (implements java.beans.PropertyChangeListener)</li>
98
+<li class="circle">java.lang.Thread (implements java.lang.Runnable)
99
+<ul>
100
+<li class="circle">server.Protocol.<a href="server/Protocol/RunnerEcouteTCP.html" title="class in server.Protocol"><span class="typeNameLink">RunnerEcouteTCP</span></a></li>
101
+<li class="circle">server.Protocol.<a href="server/Protocol/RunnerEcouteUDP.html" title="class in server.Protocol"><span class="typeNameLink">RunnerEcouteUDP</span></a></li>
102
+<li class="circle">server.Protocol.<a href="server/Protocol/SessionClavardage.html" title="class in server.Protocol"><span class="typeNameLink">SessionClavardage</span></a></li>
103
+</ul>
104
+</li>
105
+<li class="circle">server.Protocol.<a href="server/Protocol/UDPEchange.html" title="class in server.Protocol"><span class="typeNameLink">UDPEchange</span></a></li>
106
+<li class="circle">server.Model.<a href="server/Model/Utilisateur.html" title="class in server.Model"><span class="typeNameLink">Utilisateur</span></a></li>
107
+</ul>
108
+</li>
109
+</ul>
110
+</section>
111
+</div>
112
+</main>
113
+<footer role="contentinfo">
114
+<nav role="navigation">
115
+<!-- ======= START OF BOTTOM NAVBAR ====== -->
116
+<div class="bottomNav"><a id="navbar.bottom">
117
+<!--   -->
118
+</a>
119
+<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
120
+<a id="navbar.bottom.firstrow">
121
+<!--   -->
122
+</a>
123
+<ul class="navList" title="Navigation">
124
+<li><a href="index.html">Overview</a></li>
125
+<li>Package</li>
126
+<li>Class</li>
127
+<li class="navBarCell1Rev">Tree</li>
128
+<li><a href="deprecated-list.html">Deprecated</a></li>
129
+<li><a href="index-files/index-1.html">Index</a></li>
130
+<li><a href="help-doc.html">Help</a></li>
131
+</ul>
132
+</div>
133
+<a id="skip.navbar.bottom">
134
+<!--   -->
135
+</a>
136
+<!-- ======== END OF BOTTOM NAVBAR ======= -->
137
+</nav>
138
+</footer>
139
+</body>
140
+</html>

+ 1
- 0
Serveur/Code Source/JavaEEHelloWorld/package-search-index.js View File

@@ -0,0 +1 @@
1
+packageSearchIndex = [{"l":"All Packages","url":"allpackages-index.html"},{"l":"server.Controller"},{"l":"server.JavaEEHelloWorld"},{"l":"server.Model"},{"l":"server.Protocol"}]

BIN
Serveur/Code Source/JavaEEHelloWorld/package-search-index.zip View File


+ 55
- 0
Serveur/Code Source/JavaEEHelloWorld/pom.xml View File

@@ -0,0 +1,55 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<project xmlns="http://maven.apache.org/POM/4.0.0"
3
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5
+    <modelVersion>4.0.0</modelVersion>
6
+
7
+    <groupId>com.example</groupId>
8
+    <artifactId>JavaEEHelloWorld</artifactId>
9
+    <version>1.0-SNAPSHOT</version>
10
+    <name>JavaEEHelloWorld</name>
11
+    <packaging>war</packaging>
12
+
13
+    <properties>
14
+        <maven.compiler.target>1.8</maven.compiler.target>
15
+        <maven.compiler.source>1.8</maven.compiler.source>
16
+        <junit.version>5.7.0</junit.version>
17
+    </properties>
18
+
19
+    <dependencies>
20
+        <dependency>
21
+            <groupId>javax.servlet</groupId>
22
+            <artifactId>javax.servlet-api</artifactId>
23
+            <version>4.0.1</version>
24
+            <scope>provided</scope>
25
+        </dependency>
26
+        <dependency>
27
+            <groupId>javax.websocket</groupId>
28
+            <artifactId>javax.websocket-api</artifactId>
29
+            <version>1.1</version>
30
+            <scope>provided</scope>
31
+        </dependency>
32
+        <dependency>
33
+            <groupId>org.junit.jupiter</groupId>
34
+            <artifactId>junit-jupiter-api</artifactId>
35
+            <version>${junit.version}</version>
36
+            <scope>test</scope>
37
+        </dependency>
38
+        <dependency>
39
+            <groupId>org.junit.jupiter</groupId>
40
+            <artifactId>junit-jupiter-engine</artifactId>
41
+            <version>${junit.version}</version>
42
+            <scope>test</scope>
43
+        </dependency>
44
+    </dependencies>
45
+
46
+    <build>
47
+        <plugins>
48
+            <plugin>
49
+                <groupId>org.apache.maven.plugins</groupId>
50
+                <artifactId>maven-war-plugin</artifactId>
51
+                <version>3.3.0</version>
52
+            </plugin>
53
+        </plugins>
54
+    </build>
55
+</project>

BIN
Serveur/Code Source/JavaEEHelloWorld/resources/glass.png View File


BIN
Serveur/Code Source/JavaEEHelloWorld/resources/x.png View File


+ 10598
- 0
Serveur/Code Source/JavaEEHelloWorld/script-dir/external/jquery/jquery.js
File diff suppressed because it is too large
View File


BIN
Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-bg_glass_55_fbf9ee_1x400.png View File


BIN
Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-bg_glass_65_dadada_1x400.png View File


BIN
Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-bg_glass_75_dadada_1x400.png View File


BIN
Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-bg_glass_75_e6e6e6_1x400.png View File


BIN
Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-bg_glass_95_fef1ec_1x400.png View File


BIN
Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-bg_highlight-soft_75_cccccc_1x100.png View File


BIN
Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-icons_222222_256x240.png View File


BIN
Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-icons_2e83ff_256x240.png View File


BIN
Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-icons_454545_256x240.png View File


BIN
Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-icons_888888_256x240.png View File


BIN
Serveur/Code Source/JavaEEHelloWorld/script-dir/images/ui-icons_cd0a0a_256x240.png View File


+ 10598
- 0
Serveur/Code Source/JavaEEHelloWorld/script-dir/jquery-3.4.1.js
File diff suppressed because it is too large
View File


+ 582
- 0
Serveur/Code Source/JavaEEHelloWorld/script-dir/jquery-ui.css View File

@@ -0,0 +1,582 @@
1
+/*! jQuery UI - v1.12.1 - 2018-12-06
2
+* http://jqueryui.com
3
+* Includes: core.css, autocomplete.css, menu.css, theme.css
4
+* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=custom-theme&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgImgOpacityContent=75&bgImgOpacityHeader=75&cornerRadiusShadow=8px&offsetLeftShadow=-8px&offsetTopShadow=-8px&thicknessShadow=8px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=%23aaaaaa&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=%23aaaaaa&iconColorError=%23cd0a0a&fcError=%23cd0a0a&borderColorError=%23cd0a0a&bgTextureError=glass&bgColorError=%23fef1ec&iconColorHighlight=%232e83ff&fcHighlight=%23363636&borderColorHighlight=%23fcefa1&bgTextureHighlight=glass&bgColorHighlight=%23fbf9ee&iconColorActive=%23454545&fcActive=%23212121&borderColorActive=%23aaaaaa&bgTextureActive=glass&bgColorActive=%23dadada&iconColorHover=%23454545&fcHover=%23212121&borderColorHover=%23999999&bgTextureHover=glass&bgColorHover=%23dadada&iconColorDefault=%23888888&fcDefault=%23555555&borderColorDefault=%23d3d3d3&bgTextureDefault=glass&bgColorDefault=%23e6e6e6&iconColorContent=%23222222&fcContent=%23222222&borderColorContent=%23aaaaaa&bgTextureContent=flat&bgColorContent=%23ffffff&iconColorHeader=%23222222&fcHeader=%23222222&borderColorHeader=%23aaaaaa&bgTextureHeader=highlight_soft&bgColorHeader=%23cccccc&cornerRadius=4px&fwDefault=normal&fsDefault=1.1em&ffDefault=Verdana%2CArial%2Csans-serif
5
+* Copyright jQuery Foundation and other contributors; Licensed MIT */
6
+
7
+/* Layout helpers
8
+----------------------------------*/
9
+.ui-helper-hidden {
10
+	display: none;
11
+}
12
+.ui-helper-hidden-accessible {
13
+	border: 0;
14
+	clip: rect(0 0 0 0);
15
+	height: 1px;
16
+	margin: -1px;
17
+	overflow: hidden;
18
+	padding: 0;
19
+	position: absolute;
20
+	width: 1px;
21
+}
22
+.ui-helper-reset {
23
+	margin: 0;
24
+	padding: 0;
25
+	border: 0;
26
+	outline: 0;
27
+	line-height: 1.3;
28
+	text-decoration: none;
29
+	font-size: 100%;
30
+	list-style: none;
31
+}
32
+.ui-helper-clearfix:before,
33
+.ui-helper-clearfix:after {
34
+	content: "";
35
+	display: table;
36
+	border-collapse: collapse;
37
+}
38
+.ui-helper-clearfix:after {
39
+	clear: both;
40
+}
41
+.ui-helper-zfix {
42
+	width: 100%;
43
+	height: 100%;
44
+	top: 0;
45
+	left: 0;
46
+	position: absolute;
47
+	opacity: 0;
48
+	filter:Alpha(Opacity=0); /* support: IE8 */
49
+}
50
+
51
+.ui-front {
52
+	z-index: 100;
53
+}
54
+
55
+
56
+/* Interaction Cues
57
+----------------------------------*/
58
+.ui-state-disabled {
59
+	cursor: default !important;
60
+	pointer-events: none;
61
+}
62
+
63
+
64
+/* Icons
65
+----------------------------------*/
66
+.ui-icon {
67
+	display: inline-block;
68
+	vertical-align: middle;
69
+	margin-top: -.25em;
70
+	position: relative;
71
+	text-indent: -99999px;
72
+	overflow: hidden;
73
+	background-repeat: no-repeat;
74
+}
75
+
76
+.ui-widget-icon-block {
77
+	left: 50%;
78
+	margin-left: -8px;
79
+	display: block;
80
+}
81
+
82
+/* Misc visuals
83
+----------------------------------*/
84
+
85
+/* Overlays */
86
+.ui-widget-overlay {
87
+	position: fixed;
88
+	top: 0;
89
+	left: 0;
90
+	width: 100%;
91
+	height: 100%;
92
+}
93
+.ui-autocomplete {
94
+	position: absolute;
95
+	top: 0;
96
+	left: 0;
97
+	cursor: default;
98
+}
99
+.ui-menu {
100
+	list-style: none;
101
+	padding: 0;
102
+	margin: 0;
103
+	display: block;
104
+	outline: 0;
105
+}
106
+.ui-menu .ui-menu {
107
+	position: absolute;
108
+}
109
+.ui-menu .ui-menu-item {
110
+	margin: 0;
111
+	cursor: pointer;
112
+	/* support: IE10, see #8844 */
113
+	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
114
+}
115
+.ui-menu .ui-menu-item-wrapper {
116
+	position: relative;
117
+	padding: 3px 1em 3px .4em;
118
+}
119
+.ui-menu .ui-menu-divider {
120
+	margin: 5px 0;
121
+	height: 0;
122
+	font-size: 0;
123
+	line-height: 0;
124
+	border-width: 1px 0 0 0;
125
+}
126
+.ui-menu .ui-state-focus,
127
+.ui-menu .ui-state-active {
128
+	margin: -1px;
129
+}
130
+
131
+/* icon support */
132
+.ui-menu-icons {
133
+	position: relative;
134
+}
135
+.ui-menu-icons .ui-menu-item-wrapper {
136
+	padding-left: 2em;
137
+}
138
+
139
+/* left-aligned */
140
+.ui-menu .ui-icon {
141
+	position: absolute;
142
+	top: 0;
143
+	bottom: 0;
144
+	left: .2em;
145
+	margin: auto 0;
146
+}
147
+
148
+/* right-aligned */
149
+.ui-menu .ui-menu-icon {
150
+	left: auto;
151
+	right: 0;
152
+}
153
+
154
+/* Component containers
155
+----------------------------------*/
156
+.ui-widget {
157
+	font-family: Verdana,Arial,sans-serif;
158
+	font-size: 1.1em;
159
+}
160
+.ui-widget .ui-widget {
161
+	font-size: 1em;
162
+}
163
+.ui-widget input,
164
+.ui-widget select,
165
+.ui-widget textarea,
166
+.ui-widget button {
167
+	font-family: Verdana,Arial,sans-serif;
168
+	font-size: 1em;
169
+}
170
+.ui-widget.ui-widget-content {
171
+	border: 1px solid #d3d3d3;
172
+}
173
+.ui-widget-content {
174
+	border: 1px solid #aaaaaa;
175
+	background: #ffffff;
176
+	color: #222222;
177
+}
178
+.ui-widget-content a {
179
+	color: #222222;
180
+}
181
+.ui-widget-header {
182
+	border: 1px solid #aaaaaa;
183
+	background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
184
+	color: #222222;
185
+	font-weight: bold;
186
+}
187
+.ui-widget-header a {
188
+	color: #222222;
189
+}
190
+
191
+/* Interaction states
192
+----------------------------------*/
193
+.ui-state-default,
194
+.ui-widget-content .ui-state-default,
195
+.ui-widget-header .ui-state-default,
196
+.ui-button,
197
+
198
+/* We use html here because we need a greater specificity to make sure disabled
199
+works properly when clicked or hovered */
200
+html .ui-button.ui-state-disabled:hover,
201
+html .ui-button.ui-state-disabled:active {
202
+	border: 1px solid #d3d3d3;
203
+	background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
204
+	font-weight: normal;
205
+	color: #555555;
206
+}
207
+.ui-state-default a,
208
+.ui-state-default a:link,
209
+.ui-state-default a:visited,
210
+a.ui-button,
211
+a:link.ui-button,
212
+a:visited.ui-button,
213
+.ui-button {
214
+	color: #555555;
215
+	text-decoration: none;
216
+}
217
+.ui-state-hover,
218
+.ui-widget-content .ui-state-hover,
219
+.ui-widget-header .ui-state-hover,
220
+.ui-state-focus,
221
+.ui-widget-content .ui-state-focus,
222
+.ui-widget-header .ui-state-focus,
223
+.ui-button:hover,
224
+.ui-button:focus {
225
+	border: 1px solid #999999;
226
+	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
227
+	font-weight: normal;
228
+	color: #212121;
229
+}
230
+.ui-state-hover a,
231
+.ui-state-hover a:hover,
232
+.ui-state-hover a:link,
233
+.ui-state-hover a:visited,
234
+.ui-state-focus a,
235
+.ui-state-focus a:hover,
236
+.ui-state-focus a:link,
237
+.ui-state-focus a:visited,
238
+a.ui-button:hover,
239
+a.ui-button:focus {
240
+	color: #212121;
241
+	text-decoration: none;
242
+}
243
+
244
+.ui-visual-focus {
245
+	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
246
+}
247
+.ui-state-active,
248
+.ui-widget-content .ui-state-active,
249
+.ui-widget-header .ui-state-active,
250
+a.ui-button:active,
251
+.ui-button:active,
252
+.ui-button.ui-state-active:hover {
253
+	border: 1px solid #aaaaaa;
254
+	background: #dadada url("images/ui-bg_glass_65_dadada_1x400.png") 50% 50% repeat-x;
255
+	font-weight: normal;
256
+	color: #212121;
257
+}
258
+.ui-icon-background,
259
+.ui-state-active .ui-icon-background {
260
+	border: #aaaaaa;
261
+	background-color: #212121;
262
+}
263
+.ui-state-active a,
264
+.ui-state-active a:link,
265
+.ui-state-active a:visited {
266
+	color: #212121;
267
+	text-decoration: none;
268
+}
269
+
270
+/* Interaction Cues
271
+----------------------------------*/
272
+.ui-state-highlight,
273
+.ui-widget-content .ui-state-highlight,
274
+.ui-widget-header .ui-state-highlight {
275
+	border: 1px solid #fcefa1;
276
+	background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
277
+	color: #363636;
278
+}
279
+.ui-state-checked {
280
+	border: 1px solid #fcefa1;
281
+	background: #fbf9ee;
282
+}
283
+.ui-state-highlight a,
284
+.ui-widget-content .ui-state-highlight a,
285
+.ui-widget-header .ui-state-highlight a {
286
+	color: #363636;
287
+}
288
+.ui-state-error,
289
+.ui-widget-content .ui-state-error,
290
+.ui-widget-header .ui-state-error {
291
+	border: 1px solid #cd0a0a;
292
+	background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
293
+	color: #cd0a0a;
294
+}
295
+.ui-state-error a,
296
+.ui-widget-content .ui-state-error a,
297
+.ui-widget-header .ui-state-error a {
298
+	color: #cd0a0a;
299
+}
300
+.ui-state-error-text,
301
+.ui-widget-content .ui-state-error-text,
302
+.ui-widget-header .ui-state-error-text {
303
+	color: #cd0a0a;
304
+}
305
+.ui-priority-primary,
306
+.ui-widget-content .ui-priority-primary,
307
+.ui-widget-header .ui-priority-primary {
308
+	font-weight: bold;
309
+}
310
+.ui-priority-secondary,
311
+.ui-widget-content .ui-priority-secondary,
312
+.ui-widget-header .ui-priority-secondary {
313
+	opacity: .7;
314
+	filter:Alpha(Opacity=70); /* support: IE8 */
315
+	font-weight: normal;
316
+}
317
+.ui-state-disabled,
318
+.ui-widget-content .ui-state-disabled,
319
+.ui-widget-header .ui-state-disabled {
320
+	opacity: .35;
321
+	filter:Alpha(Opacity=35); /* support: IE8 */
322
+	background-image: none;
323
+}
324
+.ui-state-disabled .ui-icon {
325
+	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
326
+}
327
+
328
+/* Icons
329
+----------------------------------*/
330
+
331
+/* states and images */
332
+.ui-icon {
333
+	width: 16px;
334
+	height: 16px;
335
+}
336
+.ui-icon,
337
+.ui-widget-content .ui-icon {
338
+	background-image: url("images/ui-icons_222222_256x240.png");
339
+}
340
+.ui-widget-header .ui-icon {
341
+	background-image: url("images/ui-icons_222222_256x240.png");
342
+}
343
+.ui-state-hover .ui-icon,
344
+.ui-state-focus .ui-icon,
345
+.ui-button:hover .ui-icon,
346
+.ui-button:focus .ui-icon {
347
+	background-image: url("images/ui-icons_454545_256x240.png");
348
+}
349
+.ui-state-active .ui-icon,
350
+.ui-button:active .ui-icon {
351
+	background-image: url("images/ui-icons_454545_256x240.png");
352
+}
353
+.ui-state-highlight .ui-icon,
354
+.ui-button .ui-state-highlight.ui-icon {
355
+	background-image: url("images/ui-icons_2e83ff_256x240.png");
356
+}
357
+.ui-state-error .ui-icon,
358
+.ui-state-error-text .ui-icon {
359
+	background-image: url("images/ui-icons_cd0a0a_256x240.png");
360
+}
361
+.ui-button .ui-icon {
362
+	background-image: url("images/ui-icons_888888_256x240.png");
363
+}
364
+
365
+/* positioning */
366
+.ui-icon-blank { background-position: 16px 16px; }
367
+.ui-icon-caret-1-n { background-position: 0 0; }
368
+.ui-icon-caret-1-ne { background-position: -16px 0; }
369
+.ui-icon-caret-1-e { background-position: -32px 0; }
370
+.ui-icon-caret-1-se { background-position: -48px 0; }
371
+.ui-icon-caret-1-s { background-position: -65px 0; }
372
+.ui-icon-caret-1-sw { background-position: -80px 0; }
373
+.ui-icon-caret-1-w { background-position: -96px 0; }
374
+.ui-icon-caret-1-nw { background-position: -112px 0; }
375
+.ui-icon-caret-2-n-s { background-position: -128px 0; }
376
+.ui-icon-caret-2-e-w { background-position: -144px 0; }
377
+.ui-icon-triangle-1-n { background-position: 0 -16px; }
378
+.ui-icon-triangle-1-ne { background-position: -16px -16px; }
379
+.ui-icon-triangle-1-e { background-position: -32px -16px; }
380
+.ui-icon-triangle-1-se { background-position: -48px -16px; }
381
+.ui-icon-triangle-1-s { background-position: -65px -16px; }
382
+.ui-icon-triangle-1-sw { background-position: -80px -16px; }
383
+.ui-icon-triangle-1-w { background-position: -96px -16px; }
384
+.ui-icon-triangle-1-nw { background-position: -112px -16px; }
385
+.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
386
+.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
387
+.ui-icon-arrow-1-n { background-position: 0 -32px; }
388
+.ui-icon-arrow-1-ne { background-position: -16px -32px; }
389
+.ui-icon-arrow-1-e { background-position: -32px -32px; }
390
+.ui-icon-arrow-1-se { background-position: -48px -32px; }
391
+.ui-icon-arrow-1-s { background-position: -65px -32px; }
392
+.ui-icon-arrow-1-sw { background-position: -80px -32px; }
393
+.ui-icon-arrow-1-w { background-position: -96px -32px; }
394
+.ui-icon-arrow-1-nw { background-position: -112px -32px; }
395
+.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
396
+.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
397
+.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
398
+.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
399
+.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
400
+.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
401
+.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
402
+.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
403
+.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
404
+.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
405
+.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
406
+.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
407
+.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
408
+.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
409
+.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
410
+.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
411
+.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
412
+.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
413
+.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
414
+.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
415
+.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
416
+.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
417
+.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
418
+.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
419
+.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
420
+.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
421
+.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
422
+.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
423
+.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
424
+.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
425
+.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
426
+.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
427
+.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
428
+.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
429
+.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
430
+.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
431
+.ui-icon-arrow-4 { background-position: 0 -80px; }
432
+.ui-icon-arrow-4-diag { background-position: -16px -80px; }
433
+.ui-icon-extlink { background-position: -32px -80px; }
434
+.ui-icon-newwin { background-position: -48px -80px; }
435
+.ui-icon-refresh { background-position: -64px -80px; }
436
+.ui-icon-shuffle { background-position: -80px -80px; }
437
+.ui-icon-transfer-e-w { background-position: -96px -80px; }
438
+.ui-icon-transferthick-e-w { background-position: -112px -80px; }
439
+.ui-icon-folder-collapsed { background-position: 0 -96px; }
440
+.ui-icon-folder-open { background-position: -16px -96px; }
441
+.ui-icon-document { background-position: -32px -96px; }
442
+.ui-icon-document-b { background-position: -48px -96px; }
443
+.ui-icon-note { background-position: -64px -96px; }
444
+.ui-icon-mail-closed { background-position: -80px -96px; }
445
+.ui-icon-mail-open { background-position: -96px -96px; }
446
+.ui-icon-suitcase { background-position: -112px -96px; }
447
+.ui-icon-comment { background-position: -128px -96px; }
448
+.ui-icon-person { background-position: -144px -96px; }
449
+.ui-icon-print { background-position: -160px -96px; }
450
+.ui-icon-trash { background-position: -176px -96px; }
451
+.ui-icon-locked { background-position: -192px -96px; }
452
+.ui-icon-unlocked { background-position: -208px -96px; }
453
+.ui-icon-bookmark { background-position: -224px -96px; }
454
+.ui-icon-tag { background-position: -240px -96px; }
455
+.ui-icon-home { background-position: 0 -112px; }
456
+.ui-icon-flag { background-position: -16px -112px; }
457
+.ui-icon-calendar { background-position: -32px -112px; }
458
+.ui-icon-cart { background-position: -48px -112px; }
459
+.ui-icon-pencil { background-position: -64px -112px; }
460
+.ui-icon-clock { background-position: -80px -112px; }
461
+.ui-icon-disk { background-position: -96px -112px; }
462
+.ui-icon-calculator { background-position: -112px -112px; }
463
+.ui-icon-zoomin { background-position: -128px -112px; }
464
+.ui-icon-zoomout { background-position: -144px -112px; }
465
+.ui-icon-search { background-position: -160px -112px; }
466
+.ui-icon-wrench { background-position: -176px -112px; }
467
+.ui-icon-gear { background-position: -192px -112px; }
468
+.ui-icon-heart { background-position: -208px -112px; }
469
+.ui-icon-star { background-position: -224px -112px; }
470
+.ui-icon-link { background-position: -240px -112px; }
471
+.ui-icon-cancel { background-position: 0 -128px; }
472
+.ui-icon-plus { background-position: -16px -128px; }
473
+.ui-icon-plusthick { background-position: -32px -128px; }
474
+.ui-icon-minus { background-position: -48px -128px; }
475
+.ui-icon-minusthick { background-position: -64px -128px; }
476
+.ui-icon-close { background-position: -80px -128px; }
477
+.ui-icon-closethick { background-position: -96px -128px; }
478
+.ui-icon-key { background-position: -112px -128px; }
479
+.ui-icon-lightbulb { background-position: -128px -128px; }
480
+.ui-icon-scissors { background-position: -144px -128px; }
481
+.ui-icon-clipboard { background-position: -160px -128px; }
482
+.ui-icon-copy { background-position: -176px -128px; }
483
+.ui-icon-contact { background-position: -192px -128px; }
484
+.ui-icon-image { background-position: -208px -128px; }
485
+.ui-icon-video { background-position: -224px -128px; }
486
+.ui-icon-script { background-position: -240px -128px; }
487
+.ui-icon-alert { background-position: 0 -144px; }
488
+.ui-icon-info { background-position: -16px -144px; }
489
+.ui-icon-notice { background-position: -32px -144px; }
490
+.ui-icon-help { background-position: -48px -144px; }
491
+.ui-icon-check { background-position: -64px -144px; }
492
+.ui-icon-bullet { background-position: -80px -144px; }
493
+.ui-icon-radio-on { background-position: -96px -144px; }
494
+.ui-icon-radio-off { background-position: -112px -144px; }
495
+.ui-icon-pin-w { background-position: -128px -144px; }
496
+.ui-icon-pin-s { background-position: -144px -144px; }
497
+.ui-icon-play { background-position: 0 -160px; }
498
+.ui-icon-pause { background-position: -16px -160px; }
499
+.ui-icon-seek-next { background-position: -32px -160px; }
500
+.ui-icon-seek-prev { background-position: -48px -160px; }
501
+.ui-icon-seek-end { background-position: -64px -160px; }
502
+.ui-icon-seek-start { background-position: -80px -160px; }
503
+/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
504
+.ui-icon-seek-first { background-position: -80px -160px; }
505
+.ui-icon-stop { background-position: -96px -160px; }
506
+.ui-icon-eject { background-position: -112px -160px; }
507
+.ui-icon-volume-off { background-position: -128px -160px; }
508
+.ui-icon-volume-on { background-position: -144px -160px; }
509
+.ui-icon-power { background-position: 0 -176px; }
510
+.ui-icon-signal-diag { background-position: -16px -176px; }
511
+.ui-icon-signal { background-position: -32px -176px; }
512
+.ui-icon-battery-0 { background-position: -48px -176px; }
513
+.ui-icon-battery-1 { background-position: -64px -176px; }
514
+.ui-icon-battery-2 { background-position: -80px -176px; }
515
+.ui-icon-battery-3 { background-position: -96px -176px; }
516
+.ui-icon-circle-plus { background-position: 0 -192px; }
517
+.ui-icon-circle-minus { background-position: -16px -192px; }
518
+.ui-icon-circle-close { background-position: -32px -192px; }
519
+.ui-icon-circle-triangle-e { background-position: -48px -192px; }
520
+.ui-icon-circle-triangle-s { background-position: -64px -192px; }
521
+.ui-icon-circle-triangle-w { background-position: -80px -192px; }
522
+.ui-icon-circle-triangle-n { background-position: -96px -192px; }
523
+.ui-icon-circle-arrow-e { background-position: -112px -192px; }
524
+.ui-icon-circle-arrow-s { background-position: -128px -192px; }
525
+.ui-icon-circle-arrow-w { background-position: -144px -192px; }
526
+.ui-icon-circle-arrow-n { background-position: -160px -192px; }
527
+.ui-icon-circle-zoomin { background-position: -176px -192px; }
528
+.ui-icon-circle-zoomout { background-position: -192px -192px; }
529
+.ui-icon-circle-check { background-position: -208px -192px; }
530
+.ui-icon-circlesmall-plus { background-position: 0 -208px; }
531
+.ui-icon-circlesmall-minus { background-position: -16px -208px; }
532
+.ui-icon-circlesmall-close { background-position: -32px -208px; }
533
+.ui-icon-squaresmall-plus { background-position: -48px -208px; }
534
+.ui-icon-squaresmall-minus { background-position: -64px -208px; }
535
+.ui-icon-squaresmall-close { background-position: -80px -208px; }
536
+.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
537
+.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
538
+.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
539
+.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
540
+.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
541
+.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
542
+
543
+
544
+/* Misc visuals
545
+----------------------------------*/
546
+
547
+/* Corner radius */
548
+.ui-corner-all,
549
+.ui-corner-top,
550
+.ui-corner-left,
551
+.ui-corner-tl {
552
+	border-top-left-radius: 4px;
553
+}
554
+.ui-corner-all,
555
+.ui-corner-top,
556
+.ui-corner-right,
557
+.ui-corner-tr {
558
+	border-top-right-radius: 4px;
559
+}
560
+.ui-corner-all,
561
+.ui-corner-bottom,
562
+.ui-corner-left,
563
+.ui-corner-bl {
564
+	border-bottom-left-radius: 4px;
565
+}
566
+.ui-corner-all,
567
+.ui-corner-bottom,
568
+.ui-corner-right,
569
+.ui-corner-br {
570
+	border-bottom-right-radius: 4px;
571
+}
572
+
573
+/* Overlays */
574
+.ui-widget-overlay {
575
+	background: #aaaaaa;
576
+	opacity: .3;
577
+	filter: Alpha(Opacity=30); /* support: IE8 */
578
+}
579
+.ui-widget-shadow {
580
+	-webkit-box-shadow: -8px -8px 8px #aaaaaa;
581
+	box-shadow: -8px -8px 8px #aaaaaa;
582
+}

+ 2659
- 0
Serveur/Code Source/JavaEEHelloWorld/script-dir/jquery-ui.js
File diff suppressed because it is too large
View File


+ 7
- 0
Serveur/Code Source/JavaEEHelloWorld/script-dir/jquery-ui.min.css
File diff suppressed because it is too large
View File


+ 6
- 0
Serveur/Code Source/JavaEEHelloWorld/script-dir/jquery-ui.min.js
File diff suppressed because it is too large
View File


+ 156
- 0
Serveur/Code Source/JavaEEHelloWorld/script-dir/jquery-ui.structure.css View File

@@ -0,0 +1,156 @@
1
+/*!
2
+ * jQuery UI CSS Framework 1.12.1
3
+ * http://jqueryui.com
4
+ *
5
+ * Copyright jQuery Foundation and other contributors
6
+ * Released under the MIT license.
7
+ * http://jquery.org/license
8
+ *
9
+ * http://api.jqueryui.com/category/theming/
10
+ */
11
+/* Layout helpers
12
+----------------------------------*/
13
+.ui-helper-hidden {
14
+	display: none;
15
+}
16
+.ui-helper-hidden-accessible {
17
+	border: 0;
18
+	clip: rect(0 0 0 0);
19
+	height: 1px;
20
+	margin: -1px;
21
+	overflow: hidden;
22
+	padding: 0;
23
+	position: absolute;
24
+	width: 1px;
25
+}
26
+.ui-helper-reset {
27
+	margin: 0;
28
+	padding: 0;
29
+	border: 0;
30
+	outline: 0;
31
+	line-height: 1.3;
32
+	text-decoration: none;
33
+	font-size: 100%;
34
+	list-style: none;
35
+}
36
+.ui-helper-clearfix:before,
37
+.ui-helper-clearfix:after {
38
+	content: "";
39
+	display: table;
40
+	border-collapse: collapse;
41
+}
42
+.ui-helper-clearfix:after {
43
+	clear: both;
44
+}
45
+.ui-helper-zfix {
46
+	width: 100%;
47
+	height: 100%;
48
+	top: 0;
49
+	left: 0;
50
+	position: absolute;
51
+	opacity: 0;
52
+	filter:Alpha(Opacity=0); /* support: IE8 */
53
+}
54
+
55
+.ui-front {
56
+	z-index: 100;
57
+}
58
+
59
+
60
+/* Interaction Cues
61
+----------------------------------*/
62
+.ui-state-disabled {
63
+	cursor: default !important;
64
+	pointer-events: none;
65
+}
66
+
67
+
68
+/* Icons
69
+----------------------------------*/
70
+.ui-icon {
71
+	display: inline-block;
72
+	vertical-align: middle;
73
+	margin-top: -.25em;
74
+	position: relative;
75
+	text-indent: -99999px;
76
+	overflow: hidden;
77
+	background-repeat: no-repeat;
78
+}
79
+
80
+.ui-widget-icon-block {
81
+	left: 50%;
82
+	margin-left: -8px;
83
+	display: block;
84
+}
85
+
86
+/* Misc visuals
87
+----------------------------------*/
88
+
89
+/* Overlays */
90
+.ui-widget-overlay {
91
+	position: fixed;
92
+	top: 0;
93
+	left: 0;
94
+	width: 100%;
95
+	height: 100%;
96
+}
97
+.ui-autocomplete {
98
+	position: absolute;
99
+	top: 0;
100
+	left: 0;
101
+	cursor: default;
102
+}
103
+.ui-menu {
104
+	list-style: none;
105
+	padding: 0;
106
+	margin: 0;
107
+	display: block;
108
+	outline: 0;
109
+}
110
+.ui-menu .ui-menu {
111
+	position: absolute;
112
+}
113
+.ui-menu .ui-menu-item {
114
+	margin: 0;
115
+	cursor: pointer;
116
+	/* support: IE10, see #8844 */
117
+	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
118
+}
119
+.ui-menu .ui-menu-item-wrapper {
120
+	position: relative;
121
+	padding: 3px 1em 3px .4em;
122
+}
123
+.ui-menu .ui-menu-divider {
124
+	margin: 5px 0;
125
+	height: 0;
126
+	font-size: 0;
127
+	line-height: 0;
128
+	border-width: 1px 0 0 0;
129
+}
130
+.ui-menu .ui-state-focus,
131
+.ui-menu .ui-state-active {
132
+	margin: -1px;
133
+}
134
+
135
+/* icon support */
136
+.ui-menu-icons {
137
+	position: relative;
138
+}
139
+.ui-menu-icons .ui-menu-item-wrapper {
140
+	padding-left: 2em;
141
+}
142
+
143
+/* left-aligned */
144
+.ui-menu .ui-icon {
145
+	position: absolute;
146
+	top: 0;
147
+	bottom: 0;
148
+	left: .2em;
149
+	margin: auto 0;
150
+}
151
+
152
+/* right-aligned */
153
+.ui-menu .ui-menu-icon {
154
+	left: auto;
155
+	right: 0;
156
+}

+ 5
- 0
Serveur/Code Source/JavaEEHelloWorld/script-dir/jquery-ui.structure.min.css View File

@@ -0,0 +1,5 @@
1
+/*! jQuery UI - v1.12.1 - 2018-12-06
2
+* http://jqueryui.com
3
+* Copyright jQuery Foundation and other contributors; Licensed MIT */
4
+
5
+.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}

+ 56
- 0
Serveur/Code Source/JavaEEHelloWorld/script-dir/jszip-utils/dist/jszip-utils-ie.js View File

@@ -0,0 +1,56 @@
1
+/*!
2
+
3
+JSZipUtils - A collection of cross-browser utilities to go along with JSZip.
4
+<http://stuk.github.io/jszip-utils>
5
+
6
+(c) 2014 Stuart Knightley, David Duponchel
7
+Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip-utils/master/LICENSE.markdown.
8
+
9
+*/
10
+;(function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
11
+var global=typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {};/* jshint evil: true, newcap: false */
12
+/* global IEBinaryToArray_ByteStr, IEBinaryToArray_ByteStr_Last */
13
+"use strict";
14
+
15
+// Adapted from http://stackoverflow.com/questions/1095102/how-do-i-load-binary-image-data-using-javascript-and-xmlhttprequest
16
+var IEBinaryToArray_ByteStr_Script =
17
+    "<!-- IEBinaryToArray_ByteStr -->\r\n"+
18
+    "<script type='text/vbscript'>\r\n"+
19
+    "Function IEBinaryToArray_ByteStr(Binary)\r\n"+
20
+    "   IEBinaryToArray_ByteStr = CStr(Binary)\r\n"+
21
+    "End Function\r\n"+
22
+    "Function IEBinaryToArray_ByteStr_Last(Binary)\r\n"+
23
+    "   Dim lastIndex\r\n"+
24
+    "   lastIndex = LenB(Binary)\r\n"+
25
+    "   if lastIndex mod 2 Then\r\n"+
26
+    "       IEBinaryToArray_ByteStr_Last = Chr( AscB( MidB( Binary, lastIndex, 1 ) ) )\r\n"+
27
+    "   Else\r\n"+
28
+    "       IEBinaryToArray_ByteStr_Last = "+'""'+"\r\n"+
29
+    "   End If\r\n"+
30
+    "End Function\r\n"+
31
+    "</script>\r\n";
32
+
33
+// inject VBScript
34
+document.write(IEBinaryToArray_ByteStr_Script);
35
+
36
+global.JSZipUtils._getBinaryFromXHR = function (xhr) {
37
+    var binary = xhr.responseBody;
38
+    var byteMapping = {};
39
+    for ( var i = 0; i < 256; i++ ) {
40
+        for ( var j = 0; j < 256; j++ ) {
41
+            byteMapping[ String.fromCharCode( i + (j << 8) ) ] =
42
+                String.fromCharCode(i) + String.fromCharCode(j);
43
+        }
44
+    }
45
+    var rawBytes = IEBinaryToArray_ByteStr(binary);
46
+    var lastChr = IEBinaryToArray_ByteStr_Last(binary);
47
+    return rawBytes.replace(/[\s\S]/g, function( match ) {
48
+        return byteMapping[match];
49
+    }) + lastChr;
50
+};
51
+
52
+// enforcing Stuk's coding style
53
+// vim: set shiftwidth=4 softtabstop=4:
54
+
55
+},{}]},{},[1])
56
+;

+ 0
- 0
Serveur/Code Source/JavaEEHelloWorld/script-dir/jszip-utils/dist/jszip-utils-ie.min.js View File


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save