Download jnet Free Java Code

Description

Simple java net framework.

Source Files

The download file jnet-master.zip has the following entries.


.gitignore//  www . j  a v a2  s .  c  om
README.md
formarter.xml
pom.xml
src/main/java/com/github/jnet/AbstractServer.java
src/main/java/com/github/jnet/JnetThreadFactory.java
src/main/java/com/github/jnet/Server.java
src/main/java/com/github/jnet/Session.java
src/main/java/com/github/jnet/SessionManager.java
src/main/java/com/github/jnet/Worker.java
src/main/java/com/github/jnet/bio/SimpleServer.java
src/main/java/com/github/jnet/example/echo/EchoServer.java
src/main/java/com/github/jnet/example/echo/EchoSession.java
src/main/java/com/github/jnet/example/httpd/DefaultFilter.java
src/main/java/com/github/jnet/example/httpd/EchoServlet.java
src/main/java/com/github/jnet/example/httpd/Filter.java
src/main/java/com/github/jnet/example/httpd/HttpHeader.java
src/main/java/com/github/jnet/example/httpd/HttpServer.java
src/main/java/com/github/jnet/example/httpd/HttpSession.java
src/main/java/com/github/jnet/example/httpd/HttpVersion.java
src/main/java/com/github/jnet/example/httpd/InternalServerErrorServlet.java
src/main/java/com/github/jnet/example/httpd/MovedServlet.java
src/main/java/com/github/jnet/example/httpd/NotFoundServlet.java
src/main/java/com/github/jnet/example/httpd/Request.java
src/main/java/com/github/jnet/example/httpd/Response.java
src/main/java/com/github/jnet/example/httpd/Servlet.java
src/main/java/com/github/jnet/example/httpd/ServletFactory.java
src/main/java/com/github/jnet/example/httpd/TimeServlet.java
src/main/java/com/github/jnet/utils/IoBuffer.java
src/main/java/com/github/jnet/utils/IoUtils.java
src/main/java/com/github/jnet/utils/Packer.java
src/main/java/com/github/jnet/utils/StringUtils.java
src/main/resources/log4j.properties
src/test/java/com/github/jnet/Ab.java
src/test/java/com/github/jnet/Client.java
src/test/java/com/github/jnet/HttpConnectionAb.java
src/test/java/com/github/jnet/SampleServer.java
src/test/java/com/github/jnet/SampleSession.java
src/test/java/jnet/test/TestConnection.java
src/test/java/jnet/test/TestPacker.java
src/test/resources/log4j.properties

Download

Click the following link to download jnet-master.zip.

jnet-master.zip




















Home »
  Java Free Code »
    Framework »




Framework
Framework Algorithm
Framework BlackBerry
Framework Collection
Framework Commandline
Framework Concurrency
Framework IRC
Framework LightWeight
Framework Log
Framework MediaPlayer
Framework MVC
Framework Network
Framework RPC
Framework Server
Framework UI