Class WebThread

java.lang.Object
org.h2.server.web.WebApp
org.h2.server.web.WebThread
All Implemented Interfaces:
Runnable

class WebThread extends WebApp implements Runnable
For each connection to a session, an object of this class is created. This class is used by the H2 Console.
  • Field Details

    • RN

      private static final byte[] RN
    • RNRN

      private static final byte[] RNRN
    • output

      protected OutputStream output
    • socket

      protected final Socket socket
    • thread

      private final Thread thread
    • input

      private InputStream input
    • host

      private String host
    • dataLength

      private int dataLength
    • ifModifiedSince

      private String ifModifiedSince
  • Constructor Details

  • Method Details