File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,15 @@ _Reference_: https://github.com/kabutz/Transmogrifier
8
8
_ Reference_ : http://www.java2s.com/Tutorials/Java/Socket/How_to_use_Java_SocketChannel_create_a_HTTP_client.htm
9
9
_ Reference_ : https://www.youtube.com/watch?v=3m9RN4aDh08
10
10
11
+ # project description
12
+ * the main goal of this project is to show how to implement single-threaded and multi-threaded
13
+ multiplexed non-blocking server using ` java.nio `
14
+ * please refer firstly: https://github.com/mtumilowicz/java12-nio-non-blocking-polling-server-workshop
15
+ * in the workshop we will try to fix failing tests from ` test/*/workshop ` package by following steps and hints in
16
+ ` java/*/workshop ` package
17
+ * answers: ` java/*/answers ` package
18
+
19
+ # theory in a nutshell
11
20
# SelectionKey
12
21
* a key represents the registration of a particular channel object with a
13
22
particular selector object - moreover, we have methods: ` channel() ` , ` selector() `
You can’t perform that action at this time.
0 commit comments