Class HttpServerImpl

  • All Implemented Interfaces:
    IHttpServer

    public class HttpServerImpl
    extends java.lang.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