Class I2PSOCKSIRCTunnel

All Implemented Interfaces:
Runnable, EventDispatcher

public class I2PSOCKSIRCTunnel extends I2PSOCKSTunnel
  • Constructor Details

    • I2PSOCKSIRCTunnel

      public I2PSOCKSIRCTunnel(int localPort, Logging l, boolean ownDest, EventDispatcher notifyThis, I2PTunnel tunnel, String pkf)
      Parameters:
      pkf - private key file name or null for transient key
  • Method Details

    • clientConnectionRun

      protected void clientConnectionRun(Socket s)
      Same as in I2PSOCKSTunnel, but run the filters from I2PTunnelIRCClient instead of I2PTunnelRunner
      Overrides:
      clientConnectionRun in class I2PSOCKSTunnel