Class TinyHttpdImpl

java.lang.Object
java.lang.Thread
javadocofflinesearch.server.TinyHttpdImpl
All Implemented Interfaces:
Runnable

public class TinyHttpdImpl extends Thread
based on http://www.mcwalter.org/technology/java/httpd/tiny/index.html Very small implementation of http return headers for our served resources Originally Licenced under GPLv2.0 When resource starts with XslowX prefix, then resouce (without XslowX) is returned, but its delivery is delayed
  • Constructor Details

    • TinyHttpdImpl

      public TinyHttpdImpl(Socket socket, boolean start)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
      Overrides:
      run in class Thread