Class I2PSOCKSIRCTunnel

    • Constructor Detail

      • 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 Detail

      • clientConnectionRun

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