Class HttpServerImpl

java.lang.Object
com.github.toolarium.network.server.impl.HttpServerImpl
All Implemented Interfaces:
IHttpServer

public class HttpServerImpl extends Object implements IHttpServer
Defines a http server

NIO: see samples http://www.java2s.com/example/java/network/echo-server-via-serversocketchannel.html http://www.java2s.com/example/java/network/echo-client-via-socketchannel.html