Class ProxyLogConn

java.lang.Object
io.milton.proxy.ProxyLogConn
All Implemented Interfaces:
Runnable

public class ProxyLogConn extends Object
proxylogconn is a logging version of proxyconn. Stores log files in "log' subdirectory
  • Field Details

    • lout

      protected PrintWriter lout
    • debug

      public final boolean debug
      See Also:
    • t

      protected Thread t
    • c1

      protected io.milton.proxy.DataConn c1
    • c2

      protected io.milton.proxy.DataConn c2
  • Constructor Details

    • ProxyLogConn

      public ProxyLogConn(Socket clientSocket, String targetHost, int taretPort)
  • Method Details

    • run

      public void run()
      Specified by:
      run in interface Runnable
    • finalize

      protected void finalize()
      Overrides:
      finalize in class Object
    • exception

      protected void exception(Throwable T)
    • log

      protected void log(boolean fromc1, byte[] d)
    • go

      public void go()
    • dopolling

      protected boolean dopolling()