9d430dbb75
Merge pull request #3 from informatik-ag-ngl/b/cancelled_socket
...
Fixed unresponsive behavior after cancelled socket
2020-02-09 15:34:35 +01:00
6c3ceaae36
Printing socket exception to console
2020-02-09 15:16:59 +01:00
028399a3e6
Closing socket if MessageReader fails
2020-02-09 15:09:00 +01:00
5cf2959e1a
Fixed consecutive message writing
2020-01-11 10:53:01 +01:00
27ac6b43c0
Generating sources and Javadoc in JAR export
2020-01-06 14:38:14 +01:00
0044e5c200
Fixed Maven build error caused by release flag
2020-01-06 10:29:21 +01:00
35bce6dae7
Added getters for SocketAcceptor and SocketProcessor to Server
2020-01-03 17:55:37 +02:00
ef44963f20
Merge branch 'master' of https://github.com/informatik-ag-ngl/java-nio-server.git
2020-01-03 17:19:50 +02:00
282f9b916a
Added listener mechanism for socket registration and cancellation
2020-01-03 17:19:40 +02:00
delvh
aedb2a9ac0
Create maven.yml
...
Maven build is done automatically on push
2019-12-30 15:28:51 +01:00
6b9a4d4f1c
Merge pull request #1 from informatik-ag-ngl/f/style_adjustment
...
Converted to Maven project, reformatted source files and added Javadoc headers
2019-12-28 11:50:57 +02:00
58c8e0d98b
Reformatted classes, added Javadoc headers
2019-12-28 11:43:48 +02:00
7e3a23e093
Converted to Maven project, moved tests into package
2019-12-28 11:24:05 +02:00
Jakob Jenkov
f9dfd56076
Server updated to have a single Server class which instantiates all the server components and can start the 2 server threads.
2015-10-24 14:48:03 +02:00
Jakob Jenkov
976ecb6af2
SocketSwitch was not used.
...
IMessageWriter + IMessageWriterFactory are not necessary, as messages are just buffers
that need to be drained to the socket. Instead we have a standard MessageWriter that does
that.
2015-10-22 21:16:29 +02:00
Jakob Jenkov
4bb99c6c38
First, not-so-clean version of the NIO server.
2015-10-22 20:02:55 +02:00
Jakob Jenkov
ef91a57682
Initial commit
2015-10-16 15:43:42 +02:00