This repository has been archived on 2021-12-05. You can view files and clone it, but cannot push or open issues or pull requests.
java-nio-server/src/main/java/com/jenkov/nioserver
Kai S. K. Engelbart 7e3a23e093 Converted to Maven project, moved tests into package 2019-12-28 11:24:05 +02:00
..
example 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
http 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
IMessageProcessor.java First, not-so-clean version of the NIO server. 2015-10-22 20:02:55 +02:00
IMessageReader.java 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
IMessageReaderFactory.java 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
Message.java First, not-so-clean version of the NIO server. 2015-10-22 20:02:55 +02:00
MessageBuffer.java First, not-so-clean version of the NIO server. 2015-10-22 20:02:55 +02:00
MessageWriter.java SocketSwitch was not used. 2015-10-22 21:16:29 +02:00
QueueIntFlip.java First, not-so-clean version of the NIO server. 2015-10-22 20:02:55 +02:00
Server.java 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
Socket.java 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
SocketAcceptor.java Converted to Maven project, moved tests into package 2019-12-28 11:24:05 +02:00
SocketProcessor.java 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
WriteProxy.java First, not-so-clean version of the NIO server. 2015-10-22 20:02:55 +02:00